body {
	font-size: 8pt;
	font-family : arial, helvetica, sans-serif;
	background-color: #fff; /* white */
	margin: 0;
	padding: 0;
	color: #3B3F42; /* dark grey */
	text-align: left;
	/* width: 1800px; */
	}
a	{ color: #006699; /* dark blue */ }
img	{ border: 0; }
p	{ 
	margin: 0;
	padding-bottom: 5px; 
	}
.small {  font-size: 7pt; }
.normal { font-size: 8pt; }	
.large {  font-size: 14pt; }	
.greyedOut {
	color: #808080;
	}
/* Container */	
#container {
	margin: 0px 0px 30px;
	background-color: #fff; /* white */
	}
	
/* Header Area */	
#header {
	font-size: 11pt;
	height: 98px;
	background: url(../images/layout_header.jpg) no-repeat top left #94989B; /* dark grey */
	color: #ffffff;
	width: 100%;

	}
#homeLink {
	float: left;
	width: 275px;
	padding: 5px;
	}
#subHead {
	clear: both;
	font-size: 8pt;
	font-weight: bold;
	background-color: #94989B; /* dark grey */
	height: 20px;
	color: #fff;
	padding-top: 5px;
	padding-left: 8px;
	border-bottom: 1px solid #000; /* black */
	}
	
/* Ads */
#topAd {
	padding-top: 23px;
	padding-left: 330px;
	}	
.adSpacing {
	padding-bottom: 10px;
	}	

#welcomeMsg {
	font-weight: bold;
	border-bottom: 1px #000 solid;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-bottom: 10px;
	color: #006699; /* dark blue */ 
	}	
	

#homeLeftColumn {
	width: 185px;
	float: left;
	}
#homeRightColumn {
	float: left;
	margin-left: 10px;
	width: 320px;
	}

/* Survey */
.surveyHead {
	font-weight: bold;
	color: #006699;
	}
.surveyCopy {
	background-color: #EAEAEB; /* light grey */
	padding: 7px;
	border: 1px #006699 solid;
	margin-top: 2px;
	}
.surveyGoArchive {
	font-weight: bold;
	text-align: right;
	height: 17px;
	background-color: #006699; /* dark blue */ 
	color: #fff; /* white */
	padding-top: 2px;
	padding-right: 5px;
	margin-bottom: 10px;
	}		

/* News */
.newsPepper {
	font-weight: bold;
	background: url(../images/layout_news_pepper.gif) no-repeat top left #fff; /* white */
	padding-left: 20px;
	color: #D12323;
	}	
.newsHead {
	font-weight: bold;
	color: #D12323;
	padding-top: 5px;
	}
.newsCopy {
	background-color: #FAE5E5; /* light red */
	padding: 0 7px 7px;
	border-top: 1px #D12323 solid;
	margin-top: 5px;
	}
.newsGoArchive {
	font-weight: bold;
	text-align: right;
	height: 17px;
	background-color: #D12323; /* red */
	color: #fff; /* white */
	padding-top: 2px;
	padding-right: 5px;
	margin-bottom: 10px;
	}		
.whiteLink {
	color: #fff;
	text-decoration: none;
	}

/* Search Box */
.searchBoxHead, .resultsHead {
	font-size: 10pt;
	font-weight: bold;
	padding: 3px 7px;
	background-color: #006699; /* dark blue */ 	
	color: #fff;
	}
.gradesHead {
	background-color: #CCCCFF;
	color: #006699;
	}
.searchBox {
	border: 1px #006699 solid; /* dark blue */
	padding: 7px;
	margin-bottom: 10px;
	}
	
/* Site Stats */
#siteStats {
	width: 118px;
	background-color: #EAEAEB; /* light grey */
	border: 1px #94989B solid;
	margin-bottom: 10px;
	}
#siteStats .statsHead {
	color: #FFF; /* White */
	font-weight: bold;
	padding: 5px;
	background-color: #006699; /* dark blue */
	}	
#siteStats .statsBody {
	padding: 5px;
	}	
	
/* Content Area */
#content {
	min-height: 356px;
	background: #ffffff;
	}
#content h1 {
	color: #006699; /* dark blue */
	font-size: 16pt;
	margin-top: 5px;
	margin-bottom: 0;
	}
#content h2 {
	margin-top: 15px;
	color: #006699; /* dark blue */
	font-size: 13pt;
	font-style:italic;	
	margin-bottom: 3px;
	}	
#content h3 {
	color: #ffffff;
	padding: 1px;
	background-color: #006699; /* dark blue */
	font-size: 10pt;
	margin-top: 15px;
	margin-bottom: 0;
	}	
#content h4 {
	color: #006699; /* dark blue */
	font-size: 11pt;
	font-style:bold;	
	margin: 0;
	}	
#content ul {
	margin-top: 5px;
	margin-bottom: 0px;
	}
#content ul.subUL {
	margin-top: 0px;
	margin-right: 25px;	
	}
#content ul.subUL li {
	list-style-type: disc;
	}
#content li {
	list-style-type: square;
	}
#content .indent {
	padding-top:5px;
	padding-left:35px;
	}
#content p {
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	}	
#content .sortHead {
	color: #ffffff;
	text-decoration: underline;
	}
#noticeBox {
	background-color: red;
	color: white;
	padding: 10px;
	font-weight: bold;
	}
#content .gradetable {
	margin-top: 5px;
	font-size: 7pt;
	font-family: verdana, arial, helvetica, sans-serif;
	}
#content .gradetable td {
	padding-left: 4px;
	}	
#content th.whiteA a {
	color: #fff;
	}	
#content .news_article {
	padding-top: 10px;
	border-top: 1px #006699 dashed;
	}	
#content .loginMessage {
	background-color: #D12323; /* red */
	color: #fff;
	font-weight: bold;
	padding: 5px;
	font-size: 9pt;
	}	
#content .loginMessage a {
	color: #ffff00;
	}	
	
#content .redwords {	
	color: #D12323; /* red */
	}
#content .greenwords {	
	color: #00a600; /* green */
	}
	
#content .custLookup {
	width: 550px;
	border: 1px #808080 solid;
	background: #e9e9e9;
	padding: 8px;
	}	
	
	
/* Footer Area */
#footer {
	clear: both;
	padding-top: 20px;
	}
.returnAddress {
	border-top: 1px solid #006699; /* dark blue */
	padding-top: 4px;
	padding-left: 8px;
	position:relative; 
	}	
.copyright {
	font-size:7pt;
	}
	

