BODY

{

	COLOR: #000; /* default text color */
	background-color: black;
	background-attachment: fixed;
	font-family: tahoma;
	margin: 10px; /* no margins on any sides */

}



/* General Settings */



H1

{
	font-family: tahoma;
	COLOR: #596736;
	font-size: 14pt;
	COLOR: #000000;
	text-align: left;

}



H2

{
	font-family: tahoma;
	COLOR: #596736;
	font-size: 14pt;
	text-align: left;

}



a:link, a:visited {

	text-decoration: none;
	color: #A3B480;

}

a:hover {

	text-decoration: none;
	color: #A3B480;

}

div.rnavbar
{
	display: none;
	background-color: #FFFFFF;
	width: 143px;
}

a.rnav:link, a.rnav:visited {
	display: block;
	background-color: #cccccc;
	color: #000000;  
	text-decoration: none;
	text-align: right;
	font-weight: normal;
	width: 143px;
	margin-top: 4px;
	padding-right: 4px;
	border-bottom: solid 2px #cccccc;
	font-size: 12px;

}

a.rnav:hover {
	color: #000000; 
	background-color: #cccccc;
	text-decoration: none;

}


/* Fixed width in the middle of the screen with a border */



.container

{

	width: 777px !important;
	width: 775px;
	display: block;
	border: solid 1px #000;
	position: relative;

}



/* Not important if using one solid header the same size as the container above */

.headerwrapper

{

	border-bottom: solid 3px #ff0000;
	
}

.header

{

	position: relative;
	display: block;
	
}

.headerform
{
	position: absolute;	
	top: 0px;
	left: 400px;
	width: 377px;
	height: 115px;
}


/* Use to set the color and size of the leftbar */



td.leftbar

{

	background-color: #FFFFFF;
	color: #000000;
	width: 200px;



}



/* leaving the width at 100% makes it so it will stay with the width set in the leftbar above */



div.mainbodytext

{

	FONT-FAMILY: tahoma;
	font-size: 11pt;

}





div.navbar

{

	margin-top: 15px;
	margin-bottom: 100px;
	width: 100%;

}



a.nav:link, a.nav:visited {

	background-color: #FFFFFF;
	FONT-FAMILY: tahoma;
	font-size: 14pt;
	color: #A3B480; /* text color */
	text-align: left;
	padding-left: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	width: 100%; 
	margin-bottom: 6px;
	/* 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: #FFFFFF;
	text-decoration: none;
	color: #000000;

}



#featured {

	font-weight: bold;

}










td.mainwindow

{

	width: 625px;
	padding: 10px;
	background-color: #fff;
	font-size: 14pt;
	font-family: tahoma;

}


div.copy {
	color: #000000; 
	background-color: #A3B480;
	FONT-FAMILY: tahoma;
	font-size: 10pt;
	text-align: center;
	width: 100%;
	margin-top: 3px;
}





div.contactform

{

	FONT-FAMILY: tahoma;
	font-size: 10pt;	

}



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;}


