
/* wrapper and area classes for overall layout */
body{
text-align: left;
}
#wrapper{
border: 0px solid black;
width: 6.25in;
background: url(site_images/spacer.gif) repeat 0px 0px;
text-align: left;
}
#headerarea {
width: auto;
height: 123px;
border-bottom: 1px solid black;
}
#mainarea{
border: 0px solid black;
float: none !important;
display: inline;
margin-left: 0px;
width: auto;
}
#leftarea{
display: none;
float: none !important;
}

/* END wrapper and area classes for overall layout */
h1{
font-family: Arial !important; 
font-size: 12pt !important; 
color: #000000 !important;

}
p,li,a{
font-family: Arial !important; 
font-size: 10pt !important; 
color: #000000 !important;
}


/* NAVIGATION */
#primarynav{
	display: none;
}	
#secondarynav{
	display: none;
	width: 0px;
}	
#secondarynav .thirdnav{
	display: none;
	width: 0px;
}	
#content {
	width: auto;
	float: none; 
}

h1 {
	border: 0px !important;
}

