BODY

{

	COLOR: #000; /* default text color */
	background-color: #fff;
	font-family: Arial;
	margin: 10px; /* no margins on any sides */

}



/* General Settings */

a.footer:link, a.footer:visited {
	text-decoration: underline;
	color: #ffffff;
}


H1

{

	COLOR: #000;

	font-size: 16pt;

	border-bottom: solid 2px #000;

}



H2

{

	COLOR: #000;

	font-size: 14pt;

}



a:link, a:visited {

	text-decoration: underline;
	color: #0000ff;

}


li

{

	margin-bottom: 6px;

}



ul.checkmark

{

	list-style-type: none;

}



ul.checkmark li

{

	background: url(images/checkmark.gif) no-repeat;
	background-position: 0px 2px;
	padding-left: 30px;
	margin-bottom: 6px;

}



/* Fixed width in the middle of the screen with a border */



.container

{

	width: 900px;
	display: block;
	border: solid 1px #000;
	position: relative;

}



/* Not important if using one solid header the same size as the container above */



.header

{
	background: url(images/header.jpg) no-repeat;
	height: 131px;

}



/* Use to set the color and size of the leftbar */



td.leftbar

{

	background-color: #405D3E;
	color: #fff;
	border-right: solid 0px #000;
	width: 200px;
}



/* leaving the width at 100% makes it so it will stay with the width set in the leftbar above */



div.mainbodytext

{
	text-align: left;
	padding: 10px;
	FONT-FAMILY: arial;
	font-size: 10pt;
	color: #000;
}





div.navbar

{

	margin-top: 10px;
	margin-bottom: 100px;
	width: 100%;

}



a.nav:link, a.nav:visited {

	background-color: #405D3E;
	FONT-FAMILY: arial;
	font-size: 10pt;
	color: #fff; /* text color */

	font-weight: normal;

	text-align: left;

	padding-left: 4px;

	padding-right: 2px;

	text-decoration: none;

	width: 100%; 
	margin-bottom: 4px;
	display: block; /* makes it so you don't need br's between the buttons */

}



/* 

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: #fff;

	text-decoration: none;

	color: #000;

}



#featured {

	font-weight: bold;

}





div.addy

{

	position: absolute;

	bottom: 0px;

	background-color: #003333;

	color: #ffffff;

	width: 100%;

	font-size: .75em;

	padding: 10px;

}





td.mainwindow

{

	background-color: #fff;
	font-size: 11pt;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;

}









a.green:link, a.green:visited {

	color: #336600;  

	text-decoration: none;



}



a.green:hover {

	color: #A7A984; 

	text-decoration: none;



}



.copy {

	background-color: #000;

	display: block;

	color: #fff; 

	font-weight: bold;

	font-size: 10pt;

	FONT-FAMILY: Arial;

	text-align: center;

	width: 100%;

	padding-top: 5px;

	padding-bottom: 5px;

}




















