/* -- layout -- */

body { 
padding: 0;
width:auto;
margin: 0;
background-color: #f0f0f0;
font: small Verdana, Arial, sans-serif;
color: #000000;
}
#wrapper {
	width: 800px;
	border-left: 3px solid #2a2a2a;
	border-right: 3px solid #2a2a2a;
	border-bottom: 3px solid #2a2a2a;
	margin: auto;
	background-color: #ffffff;
	float: inherit;
}
#masthead {
height: 119px;
width: 785px;
background-color: #b20002;
padding: 0 0 0 15px;
border-bottom: 1px solid #2a2a2a;
}
#logo {
	width: 125px;
	float:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;

}
#heading {
	width: 520px;
	float:left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
	


}
#sidebar {
	background: #b20002;
	width: 200px;
	height:auto;
	padding: 20px 10px;
	float: left;
	margin-right: 10px;
	

}
#mainContent {
	background: #ffffff;
	width: 500px;
	height:auto;
	float:left;
	clear: right;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
}

.separator {
clear: both;
height: 0;
}
#footer {
background-color: #b20002;
border-top: 1px solid #dddddd;
text-align: center;
padding: 15px 20px;
color: #ffffff;
width: 760px;
}

#seal {
	float:left;
	width:140px;
	height:50px;
	z-index:1;

}

#locator {
	float:left;
	width:200px;
	height:55px;
	z-index:1;
	
}
#grade {
	float:inherit;
	z-index:1;
	padding-left: 60px;
	
}
/* -- fonts -- */

h1 {
font-size: 120%;
text-transform: uppercase;
font-weight: normal;
margin: 0 0 5px;
	font-size: 120%;
	font-size: 12px;
}
#mainContent h1 {
border-bottom: 1px solid #dddddd;
padding-bottom: 3px;
margin-bottom: 10px;
}
h2 {
	font-size: 135%;
	color: #555555;
	line-height: 1.3em;
	margin: 0 0 1em;
	font-style: italic;
}
h3 {
font-size: 135%;
color: #555555;
line-height: 1.3em;
margin: 0 0 1em;
}
.style1 {font-weight: bold}
.style2 {
	font-size: medium;
	font-style: italic;
}
.style3 {
	color: #330066;
	font-weight: bold;
	font-size: 16px;
}

h4 {
font-size: 100%;
color: #555555;
line-height: 1.2em;
margin: 0 0 1em;
}
h2 {
font-size: 135%;
color: #5555bb;
line-height: 1.4em;
margin: 0 0 1em;
}

h5 {
font-size: 105%;
color: #555555;
font-weight: normal;
line-height: 1.3em;
margin: 0 0 1em;
}
table {
font-size: 135%;
color: #555555;
font-weight: normal;
margin: 0 0 5px;
}
p {
font-size: 135%;
color: #555555;
line-height: 1.3em;
margin: 0 0 1em;
}
#footer p {
font-size: 90%;
margin: 0;
}

/* -- links -- */
a {
color: #777777;
}
