BODY
{
	COLOR: #000; /* default text color */
	background: #11243F;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px; /* no margins on any sides */
}

/* General Settings */

H1
{
	margin-top: 0px;
	COLOR: #660000;
	border-bottom: solid 1px #FAA41A;
}

H2
{
	COLOR: #113F1E;
	border-bottom: solid 1px #aaa;
	clear: both;
	font-size: 16pt;
}

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: 788px !important;
	width: 780px;
	border: double 4px #aaa;
	position: relative;
	display: block;
}


.header
{
	border-bottom: solid 2px #000;
}

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

td.leftbar
{
	background-color: #F1EBEA;
	color: #000;
	width: 160px;
	text-align: center;
	padding-left: 5px;
}


div.navbar
{
	margin-top: 20px;
	margin-bottom: 40px;
	width: 150px;
	background: url(images/nav-bg.gif) repeat-y;
}





div.addy
{
	position: absolute;
	bottom: 0px;
	background-color: #003333;
	color: #ffffff;
	width: 100%;
	font-size: .75em;
	padding: 10px;
}


td.mainwindow
{
	width: 620px;
	background: #F1EBEA;
	text-align: left;
}


.mainwindowcontainer
{
	display: block;
	padding: 2px;
	text-align: left;
}

.mainbodytext
{
	border: solid 1px #990000;
	background: #fff;
	padding: 10px;
	min-height: 330px;
	height: auto !important;
	height: 330px;
}

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: bold;
	font-size: 10pt;
	FONT-FAMILY: Arial;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

a.jwd:link, a.jwd:visited {
	color: #fff;  
	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: 640px;
}
.leftbar
{
	display: none;
}

}