BODY

{

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

	background-color: #CCCC9A;

	font-family: georgia;

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

}

/* General Settings */

H1

{

	COLOR: #000;

	FONT-FAMILY: arial;

	font-size: 16pt;

}

H2

{

	COLOR: #000;

	text-decoration: underline;

	FONT-FAMILY: arial;

	font-size: 12pt;

}

a:link, a:visited {

	text-decoration: underline;

	color: #f41812;

}

a:hover {

	text-decoration: none;

	color: #f41812;

}

li

{

	margin-bottom: 4px;

}

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

.container

{

	width: 928px;



	display: block;


}

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

.header

{

}

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

td.leftbar

{

	background-color: #4d4d4d;

	color: #000;

	border-right: solid 0px #000;

	width: 177px;

}

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

div.navbar

{

	margin-top: 2px;

	width: 100%;

}

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

	background-color: #4d4d4d; 

	font-family: arial narrow, arial;

	font-size: 12pt;

	color: #FFF; /* text color */

	font-weight: bold;

	text-align: left;

	padding-left: 10px;

	text-decoration: none;

	width: 100%; 

	border-top: solid 0px #fff; /* border (format: style size color) */

	border-bottom: solid 0px #f41812; /* border (format: style size color) */

	margin-bottom: 5px;

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

	-moz-box-sizing:border-box;box-sizing:border-box;
	
	background-image: url(images/nav_back.jpg);
	background-repeat: repeat-x;

}

/* 

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: #bfbfbf;

	text-decoration: none;

	font-family: arial narrow, arial;

	color: #bfbfbf;

	border-top: solid 0px #000; /* border (format: style size color) */

	border-bottom: solid 0px #A69865; /* border (format: style size color) */
	
		background-image: url(images/nav_back_on.jpg);
	background-repeat: repeat-x;

}

div.addy

{



	bottom: 0px;

	background-color: #003333;

	color: #ffffff;

	width: 100%;

	font-size: .75em;

	padding: 10px;

}

td.mainwindow

{

	width: 728px;

	padding: 12px;

	background-color: #fff;

	font-size: 10pt;

	font-family: arial;



}

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

	color: #336600;  

	text-decoration: none;

}

a.green:hover {

	color: #A7A984; 

	text-decoration: none;

}

div.copy {

	color: #fff; 

	font-weight: ;

	font-size: 10pt;

	FONT-FAMILY: tahoma;

	text-align: center;

	width: 928px;
	
	height: 85px;

	padding-top: 10px;

	padding-bottom: 10px;

	background-color: #666666;

	border-top: solid 0px #000;
	
		background-image: url(images/footer.jpg);
	background-repeat: repeat-x;

}

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;

}

.floatright

{

float: right;

}

.floatleft

{

float: left;

margin-right: 10px;

}

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

@media print

{

.container, .header, 

{

	width: 928px;

}

.leftbar

{

	display: none;

}

}



