/* Layout Stylesheet */ 


body {
	text-align: center; /* required for centering the page in IE */
	background: #FFFFFF url(../images/back.gif);

	}
#wrapper {
	width: 798px;
	margin: 0 auto; /* centering the page */
	text-align: left;
	background: #FFFFFF;
	border: 1px solid #666666;
}


#nav {
	color: #FFFFFF;
	text-align: left;
	background: #FFFFFF;
	width: 798px;
 }
 
#imageBanner {
	text-align: left;
	background: #FFFFFF;
}
 
#banner {
	text-align: left;
	background: #003366;/* url(../images/index_08.gif);*/
	padding: 5px 160px 5px 26px;
}

#Bottombanner {
	text-align: left;
	background: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
}

/* floats */

 .floatleft {
	float: left;
	padding-right: 20px;
}
.bottomfloat {
	clear: both;
}
.floatright {
	float: right;
	padding: 20px;
}

 /* IJH Added Classes (for tables) */
 td.nav {
	background-color: #ecf0f7;
	background-repeat: no-repeat;
	background-position: bottom center;
	text-align: center;
	vertical-align: top;
 }

 a.nav {
	font-family: 'Arial Rounded MT Bold', Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #003366;
 }
 a.nav:hover {
	text-decoration: none;
	color: #ff720b;
 }
 

/* 3 Col layout */

	#frame {
	width:798px;
	margin-right:auto;
	margin-left:0px;
	margin-top:5px;
	padding:0px;
	text-align:left;
	background: #FFFFFF;
		}
		
	#contentleft {
	width:181px;
	float:left;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 20px;
		}
	
	#contentcenter {
	width:400px;
	float:left;
	height: 400px;
	}
	
	#contentright {
	width:145px;
	float:left;
	padding-top: 15px;
	padding-left: 10px;
	}
	
		
	#mainLeft {
	width:344px;
	float:left;
		}
	
	#mainCentre {
	width:254px;
	float:left;
	border-right: 1px solid #003366;
	padding-right: 30px;
	}
	#mainCentreRight 
	{
		width:410px;
		float:left
	}

/* footer */

#footer {
	clear:both;
	margin: auto;
	width: 798px;
	padding-bottom: 20px;
	padding-top: 10px;
	padding-left: 0px;
	}
	

	#navBottom {
	margin:0;
	padding:0;
	float:left;
	width:100%;
	height: 50px;	
}

#navBottom li {
display:inline;
padding:0;
margin:0;
}
#navBottom a:link,
#navBottom a:visited {
	color:#666666;
	float:left;
	width:auto;
	border-right:1px solid #333333;
	text-decoration:none;
	font:normal 60%/1em Arial, Helvetica, sans-serif;
	margin-top: 5px;
	padding-right: 7px;
	padding-left: 7px;
}
#navBottom a:hover {
	color:#000000;
	text-decoration: underline;
}
#navBottom a:active {
color:#990000;
}
#ectpBlockSection 
{
	display: table-cell;
	vertical-align:middle;
	padding-left: 10px;
}
#ectpBlock 
{
	padding-top: 30px;
	float: left;
}
#ectpMenu 
{
	height: 165px;
	float: right;
	width: 140px;
	vertical-align: middle;
	text-align: right;
	padding-right: 30px;
	
}
p.sub_menu 
{
	text-align: right;
	font-weight: bold;
	letter-spacing: 90%;
	font-size: 90%;
	color: #6A89BB;
}
