BODY

{

	COLOR: #000; /* default text color */

	background-color: #FFFFFF;

	background-attachment: fixed;

	font-family: tahoma;

	margin: 10px; /* no margins on any sides */

}



/* General Settings */



H1

{

	COLOR: #006600;

	font-size: 14pt;

	border-bottom: solid 2px #71A971;

}



H2

{

	COLOR: #006600;

	font-size: 12pt;

}



a:link, a:visited {

	text-decoration: underline;

	color: #0000ff;

}

a:hover {

	text-decoration: none;

	color: #0000ff;

}



li

{

	margin-bottom: 6px;

}







/* Fixed width in the middle of the screen with a border */



.container

{
	width: 882px !important;	
	width: 880px;
	display: block;
	border: solid 1px #000;

}



/* Not important if using one solid header the same size as the container above */



.header

{

	border-bottom: solid 1px #000;

}



/* Use to set the color and size of the leftbar */



td.leftbar

{

	background-color: #4D944D;

	color: #fff;

	border-right: solid 1px #000;

	width: 152px;

}



/* leaving the width at 100% makes it so it will stay with the width set in the leftbar above */



div.navbar

{

	margin-top: 20px;

	margin-bottom: 100px;

	width: 100%;

}



a.nav:link, a.nav:visited {

	background-color: #71A971;

	FONT-FAMILY: tahoma;

	font-size: 10pt;

	color: #fff; /* text color */

	font-weight: normal;

	text-align: left;

	padding-left: 4px;

	padding-right: 3px;

	text-decoration: none;

	width: 100%; 

	margin-bottom: 6px;

	display: block; /* makes it so you don't need br's between the buttons */

	-moz-box-sizing:border-box;box-sizing:border-box;

}



/* 

border (format: style size color) solid black on top, and white on bottom gives effect of inner drop shadow - button being pushed down 

*/



a.nav:hover {

	background-color: #006600;

	text-decoration: none;

	color: #fff;

}





div.addy

{

	position: absolute;

	bottom: 0px;

	background-color: #003333;

	color: #ffffff;

	width: 100%;

	font-size: .75em;

	padding: 10px;

}





td.mainwindow

{

	width: 728px;

	background-color: #fff;

	font-size: 10pt;

	font-family: tahoma;

}



.mainbodytext

{

	padding-left: 10px;

	padding-right: 10px;

}

td

{

	font-family: tahoma;

	font-size: 10pt;

}



a.green:link, a.green:visited {

	color: #336600;  

	text-decoration: none;



}



a.green:hover {

	color: #A7A984; 

	text-decoration: none;



}



div.copy {

	color: #fff; 
	background-color: #000;
	font-weight: bold;
	width: 882px;
	font-size: 10pt;
	display: block;
	FONT-FAMILY: tahoma;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}



a.jwd:link, a.jwd:visited {

	color: #000000;  

	text-decoration: none;

	font-weight: bold;

}

a.jwd:hover 

{

	color: #0000ff;

}



a.admin:link, a.admin:visited {

	color: #cccccc;  

	text-decoration: none;

	font-size: 8pt;

	text-align: center;

	width: 100%;

}



.question

{

	COLOR: #990033;

	FONT-FAMILY: Arial;

	font-weight: bold;

}



.answer

{

	COLOR: #000000;

	FONT-FAMILY: Arial;

}



p.inheader

 {

	position: absolute; 

	top: 140px; 

	right: 10px;

	COLOR: #ffffff;

	font-size: 100%;

	FONT-FAMILY: Arial; 

}



div.contactform

{

	width: 280px;

	float: right;

	text-align: center;

}

div.contactcontent

{

	width: 280px;

	float: left;

}



.assess

{

	background-color: #000;

	color: #fff;

}





.floatright

{

float: right;

}

.floatleft

{

float: left;

margin-right: 10px;

}

DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;}