@charset "utf-8";
html {
	background: #bfcfe6;
	background-image: url('/images/bkfade.png');
	background-repeat: repeat-x;
	margin: 0px 0px 0px 0px;
}
body  {
	font: 90% Arial, Helvetica, sans-serif;
	background-image: url('/images/bkgrnd.png');
	background-repeat: repeat-x;
	margin: 15;
	padding: 0;
	text-align: center;
	color: #000000;
	
}
.oahechild #container { 
	width: 833px;
	background: #FFFFFF;
	background-image: url('/images/contentbk.jpg');
	background-repeat: repeat-x;
	background-position: 0 250px;
	margin: 12 auto;
	border: 10px solid #FFFFFF;
	text-align: left;
} 
.oahechild #header { 
	background: #DDDDDD;
	margin: 0; 
	height: 232px;
} 
.oahechild #header h1 {
	margin: 0;
	padding: 10px 0;
}
.oahechild #mainlinks{  
	background-image: url('/images/mainlinkbk.jpg');
	background-repeat: repeat-x;
	margin: 0; 
	height: 41px;
}
.oahechild #mainlinks p{
	font: 13pt Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 0; 
	padding: 8px 15px 5px 5px;
} 
.oahechild #sidebar1 {
	float: left;
	width: 220px;
	padding: 10px 0px 15px 10px;
} 
.oahechild #sidebar1 hr {
	border-top:1px dotted #0056A6;
	height: 1px;	
}
.oahechild #mainContent { 
	margin: 0 0 0 240px;
	padding: 12px 40px 0 20px;
}
.oahechild #mainContent hr {
	border-top:1px dotted #0056A6;
	height: 1px;	
}
.oahechild #footer1 { 
	padding: 0 0px 0 0px;
	background-image: url('/images/btmbartop.jpg');
	background-repeat: no-repeat;
	background-position: 733px 0;
	height: 34px;
} 
.oahechild #footer { 
	background-image: url('/images/btmbar.jpg');
	background-repeat: repeat-x;
	height: 108px;
} 
.oahechild #footer p {
	margin: 0;
	padding: 5px 5px 5px 10px;
	text-align: left;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}  
a:link {
	color: #0056A6;
}
a:visited {
	color: #0056A6;
}
a:hover {
	color: #4B924E;
}
a:active {
	color: #0056A6;
}
.staff {
font-size: 10px;
font-family:Arial, Helvetica, sans-serif;
color: #0056A6;
text-align: center;
vertical-align:top;

}
