/*
Website Master Page Style
Design on Oct-2-2006
Designed by Quick
*/

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	margin: 0px auto auto auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	color: #000000;
	font-size: 12px;
}

form {
	margin: 0px;
}

#wrapper {
	width: 960px;
	height: auto;
	min-height: 800px;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
	background: url("images/ifcn_body_background.jpg") repeat-y;
	position: relative;
	text-align: left;
}

#masthead {
	width: 100%;
	height: 234px;
	background: url("images/ifcn_head.jpg") no-repeat;
	overflow: hidden;
}

#top_nav {
	position: absolute;
	top: 115px;
	right: 20px;
	width: 556px;
	text-align: right;
	height: 62px;
	display: block;
	z-index: 100;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 230px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 500px;
	background: url("images/ifcn_left_bar.jpg") no-repeat;
}

#leftmenu {
	position: relative;
	width: 160px;
	padding: 0;
	left: 0;
}

#page_content {
	margin-right: 180px;
	margin-left: 230px;
	height: auto;
	min-height: 500px;
	padding-right: 20px;
	background: url("images/ifcn_page_bg.jpg") no-repeat;
}

#page_title
{
   height: 48px;
   font-size: 28px;
   font-weight: bold;
   color: #3A89C9;
}

#page_details
{
}

#right_col
{
    position: absolute;
    top: 0;
    right: 0;
    width: 160px;
}

#contactus_div
{
}

#contactus_div td
{
	background-color: #f8f8f8;
}

#copyright 
{
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 28px;
	height: 28px;
	vertical-align: middle;
	display: block;
	background: url("images/ifcn_bottom_bar.jpg") no-repeat;
	color: White;
}

#copyright a
{
    font-size: 10px;
    text-decoration: none;
    color: Gray;
}

#copyright a:hover
{
    text-decoration: underline;
    color: Orange;
}
