BODY
{
	COLOR: #000; /* default text color */
	background: url(images/marb009.jpg);
	font-family: Arial, Helvetica, sans-serif;
}

/* General Settings */

H1
{
	size: 24px;
	line-height: 24px;
	COLOR: #003A6B;
	margin-bottom: 12px;
}

H2
{
	COLOR: #003A6B;
}

H1.nop
{
	size: 24px;
	line-height: 24px;
	COLOR: #003A6B;
	margin-bottom: 0px;
}

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: 775px;
	border-right: solid 4px #003A6B;
	align: relative;
}

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

.header
{
	padding: 0px;
}

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

td.leftbar
{
	background: url(images/sidebkg.gif);
	color: #fff;
	width: 130px;
}

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

div.navbar
{
	margin-top: 36px;
	width: 100%;
}

a.nav:link, a.nav:visited {
	display: block;
	background: url(images/button-bg125.jpg) no-repeat; 
	FONT-FAMILY: arial;
	font-size: 11pt;
	color: #fff; /* text color */
	font-weight: normal;
	text-align: left;
	padding-left: 2px;
	padding-top: 1px;
	text-decoration: none;
	width: 125px;
	height: 18px !important;
	height: 23px;
	margin-bottom: 6px;
}

a.nav:hover {
	background-position: 0px -23px;
}


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


td.mainwindow
{
	width: 650px;
	padding-right: 10px;
	background-color: #fff;
}

td.footer
{
	background: url(images/bottom-bg.gif) no-repeat; 
	background-position: bottom left;

}


a.green:link, a.green:visited {
	color: #336600;  
	text-decoration: none;

}

a.green:hover {
	color: #A7A984; 
	text-decoration: none;

}

div.copy {
	color: #000000; 
	font-weight: bold;
	font-size: 10pt;
	FONT-FAMILY: Arial;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

a.jwd:link, a.jwd:visited {
	color: #000;  
	text-decoration: none;
	font-weight: bold;
}
a.jwd:hover 
{
	color: #0000ff;
}

a.admin:link, a.admin:visited {
	color: #cccccc;  
	text-decoration: none;
	font-size: 60%;
}

.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; 
}





.floatright
{
float: right;
}
.floatleft
{
float: left;
margin-right: 10px;
}

div.contactform
{
	width: 300px;
	float: right;
	text-align: center;
}
div.contactcontent
{
	width: 300px;
	float: left;
}

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