<!--
body{
	margin: 0px 0px 0px 2px;
	color:#333333;		
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#FFFFFF;

}
p {
	margin:0px 0px 10px 0px;
		
}
h4 {
	margin:5px 0px 2px 0px;
}


#mainHeader a:link {color:black;}
#mainheader a:visited{color:black;}
#mainHeader a:hover {background:none;}   /* mouse over link */
#mainHeader a:active {background:none;}   /* selected link */


#mainHeader {
	width:970px;
	height:76px;
	margin-bottom: 5px;
	background-repeat:no-repeat;
	background-position:top;
	background-image:url(../images/headerbg.jpg)
	
}
#mainBody {
	width: 970px;
}
#mainFooter, #popupFooter {
	width: 970px;
	height:40px;
	font-size:smaller;
	color:#999999;
	text-align:center;
}


#mainFooter a:link {color:#999999;text-decoration:none;}
#mainFooter a:visited{color:#999999;text-decoration:none;}
#mainFooter a:hover {background:#999999;color:#000000;}   /* mouse over link */
#mainFooter a:active {background:none;}   /* selected link */

#subHeader {
	background-repeat:no-repeat;
	width: 970px;
	height: 32px;
	padding: 0px 5px 5px 0px;
}
.subHeader img{
	float: left;
}

#path{
	padding-top: 12px;
	margin-left: 400px;
	height: 32px;
	font-size:x-small;
}
.subBody {
	float: none;
	width: 870px;
	margin: 0px 10px 0px 5px;
	padding: 5px 0px 5px 0px;
	min-height:400px;
}
/* borders */
.borderhead780 {
	background-repeat:no-repeat;
	height:5px;
	width:970px;
	font-size:0px;	
}

.borderbody780 {
	background-repeat:repeat-y;	
	min-height:250px;	
	width:970px;		
	
}

.borderfoot780 {
	background-repeat:no-repeat;
	height:7px;
	width:970px;
	font-size:0px;	
}
-->