* {margin: 0; padding: 0;}
html, body { height: 100%; }
body {
font-family: Geneva, Arial, Helvetica, sans-serif;
background: url(images/background.jpg);
}


/* 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: 700px;
margin: 0 auto;
background-image: url(images/body.jpg);
background-repeat: repeat;
}
.line {
height: 15px;
background-image: url(images/body.jpg);
background-repeat: repeat;
}
.location {
padding: 7px 10px 3px 10px;
font-size: 12px;
color: #000000;
height: 18px;
background-image: url(images/body.jpg);
background-repeat: repeat;
}
.location a {
color: #336633;
text-decoration: none;
}
.location a:hover {
font-weight: bold;
color: #003300;
text-decoration: underline;
}
.head {
height: 172px;
background: #FFF;
}

/*
_________________________________________________________

End of upper section
_________________________________________________________	
*/



/*
_________________________________________________________

Start of navigation section
_________________________________________________________	
*/



.navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 12px;
font-weight: bold;
}

.navcontainer li { margin: 0 0 1px 0; }

.navcontainer a
{
display: block;
padding: 5px 10px;
width: 130px;
height: 100%;
color: #fff;
background-color: #003300;
text-decoration: none;
}

.navcontainer a:hover
{
border-left: 5px solid #003300;
width: 125px;
color: #fff;
background-color: #666666;
text-decoration: none;
}

.navcontainer ul ul li { margin: 0 0 1px 0; }

.navcontainer ul ul a
{
font-size: 11px;
font-weight: bold;
display: block;
padding: 5px 5px 5px 30px;
width: 115px;
color: #fff;
background-color: #362;
text-decoration: none;
}

.navcontainer ul ul a:hover
{
border-left: 5px solid #003300;
width: 110px;
color: #fff;
background-color: #666666;
text-decoration: none;
}
.navcontainer ul ul ul li { margin: 0 0 1px 0; }

.navcontainer ul ul ul a
{
font-size: 10px;
font-weight: bold;
display: block;
padding: 5px 5px 5px 50px;
width: 95px;
color: #fff;
background-color: #006633;
text-decoration: none;
}

.navcontainer ul ul ul a:hover
{
border-left: 5px solid #003300;
width: 90px;
color: #fff;
background-color: #666666;
text-decoration: none;
}
.navcontainer ul ul ul ul li { margin: 0 0 1px 0; }

.navcontainer ul ul ul ul a
{
font-size: 10px;
font-weight: bold;
display: block;
padding: 5px 5px 5px 60px;
width: 85px;
color: #fff;
background-color: #669966;
text-decoration: none;
}

.navcontainer ul ul ul ul a:hover
{
border-left: 5px solid #003300;
width: 80px;
color: #fff;
background-color: #666666;
text-decoration: none;
}
/*
_________________________________________________________

End of navigation section
_________________________________________________________	
*/




/*
_________________________________________________________

Start of main content
_________________________________________________________	

*/

.center {
float: right;
width: 498px;
margin-bottom: 60px;
}
.contenthead {
width: 498px;
height: 45px;
}
.maincontent {
background: #F0F0DF;
padding: 10px;
}
.maincontent h2 {
color: #003300;
font-size: 16px;
font-weight: bold;
border-bottom: 2px dotted #CCC;
}
.maincontent p {
color: #000;
font-family: Calisto MT;
font-size: 15px;
margin-left: 10px;
margin-bottom: 25px;
}
.maincontent ul
{
color: #000;
font-size: 12px;
}
.maincontent li { margin: 0 0 1px 0; }
/*
_________________________________________________________

End of main content
_________________________________________________________	
*/


/*
_________________________________________________________

Start of footer section
_________________________________________________________	
*/

.footer {
clear: both;
margin: 0 auto;
background-image: url(images/footer.jpg);
width: 700px;
height: 50px;
margin-top: -3px;
position: relative;
text-align: center;
}
.footer p {
font-size: 12px;
font-weight: 500;
color: #000000;
margin: 3px;
text-decoration: none;
}
.footer a {
color: #ffffff;
}

/*
_________________________________________________________

End of footer section
_________________________________________________________	
*/
