* {margin: 0; padding: 0;}
html, body { height: 100%; }
body {
font-family: Geneva, Arial, Helvetica, sans-serif;
background: url(images/background.gif);
}


/* Start of clearfix */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {
display: inline-block;
}  

    /* Holly Hack Targets IE Win only \*/
    * html .clearfix {height: 1%;}
	.clearfix {display: block;}
    /* End Holly Hack */
	
/* end of clearfix */	


/*
_________________________________________________________

Start of upper section
_________________________________________________________	
*/	
.mainarea { 
width: 794px;
margin: 0 auto;
background: #FFFFFF;
border-right: #666 1px solid;
border-left: #666 1px solid;
background-image: url(images/bg.jpg);
background-repeat: repeat-y;
}
.head {
height: 160px;
background: #FFF;
}

/*
_________________________________________________________

End of upper section
_________________________________________________________	
*/



/*
_________________________________________________________

Start of main content
_________________________________________________________	

*/

.center {
float: left;
border-right: 1px solid #333666;
border-top: 2px solid #333666;
width: 795px;
margin-bottom: 0px;
}
.contenthead h1 {
color: #FFF;
font-size: 25px;
}
.contenthead i {
color: #FFF;
font-size: 16px;
margin-left: 50px;
}
.maincontent {
background: #F0F0DF;
border-top: 1px solid #FFF;
padding: 10px;
}
.maincontent h2 {
color: #003366;
font-size: 16px;
font-weight: bold;
border-bottom: 2px dotted #CCC;
}
.maincontent p {
color: #000;
font-size: 14px;
margin-left: 10px;
margin-bottom: 25px;
}
/*
_________________________________________________________

End of main content
_________________________________________________________	
*/


/*
_________________________________________________________

Start of footer section
_________________________________________________________	
*/

.footer {
clear: both;
margin: 0 auto;
background: #5C6773;
width: 795px;
height: 50px;
margin-top: -51px;
border-top: 1px solid #FFF;
border-right: 1px solid #333666;
position: relative;
text-align: center;
}
.footer p {
font-size: 12px;
font-weight: 500;
color: #FFFFFF;
margin: 3px;
text-decoration: none;
}
.footer a {
color: #FFFFFF;
}
.footer a:hover {
color: #CCC;
text-decoration: none;
}

/*
_________________________________________________________

End of footer section
_________________________________________________________	
*/

.hbuttons a{
	display: inline-table;
	text-decoration: none;
	font: bold 11px/19px Arial;
	color: #FFFFFF;
	width: 137px;
	height: 21px;
	float: left;
	margin-right: 0px;
	background-image:url(images/layout_05.gif);
	background-repeat: no-repeat;
	padding-top: 0px;
	text-align:center;
	margin-top: 2px;
	vertical-align: text-bottom;




}
.hbuttons a.smallNav { width:92px; background-image:url(images/smNav.gif); }
.hbuttons a.smallNav:hover { background-image:url(images/smNavOver.gif); }
.hbuttons a:hover{
background-image:url(images/layout_06.gif);
}

