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

/* General Settings */

H1
{
	COLOR: #C60C20;
	width: 100%;
	border-bottom: dashed 2px #663399;
	text-align: right;
	padding-right: 10px;
}

H2
{
	COLOR: #663399;
}

h2 a:link, a:visited
{
	COLOR: #663399;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
	color: #0000ff;
}

li
{
	margin-bottom: 6px;
}

div.topbar
{
	background: url(images/top-bg.gif);
	height: 100px;
	overflow: hidden;
	margin: 0px;
	padding-top: 80px !important;
	padding-top: 73px;
}

div.middle
{
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	display: block;
	clear: both;
}

div.bottombar
{

	text-align: center;
	background: url(images/bottom-bg.gif);
	color: #000;
	height: 30px;
	margin-bottom: 20px;
	font-size: 10pt;
	padding-top: 10px;
}



.container
{
	width: 775px;
	margin-left: 10px;
	margin-top: 0px;
}



td.leftbar
{
	width: 222px;
}

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

div.navbar
{
	position: absolute;
	top: 80px;
	width: 100%;
	height: 20px;
}

a.tnav:link, a.tnav:visited {
	FONT-FAMILY: arial;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	margin-right: 6px;
	color: #fff;
	padding: 4px;
	height: 20px;
	border-top: solid 2px #C60C20;
	margin-bottom: 0px;
}


a.tnav:hover {
	background-color: #fff;
	text-decoration: none;
	color: #000;
	border-top: solid 2px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	padding-left: 3px;
}

div.splashnavbar
{
	width: 250px;
}

a.snav:link, a.snav:visited {
	FONT-FAMILY: arial;
	font-size: 18pt;
	font-weight: normal;
	text-align: right;
	padding-right: 10px;
	text-decoration: none;
	margin-bottom: 8px;
	color: #000;
	display: block;
}


a.snav:hover {

	background-color: #D0ACED;

}


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


td.mainbody
{
	width: 653px;
	padding: 10px;
	background-color: #fff;
}


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: 70%;
	FONT-FAMILY: Arial;
	text-align: center;
	width: 100%;
	margin-top: 40px;
}

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: 9pt;
	width: 100%;
	text-align: center;
	display: block;
}

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


.subbox
{
	background: url(images/sub-bg.gif) no-repeat;
	width: 223px;
	height: 101px;
}


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

div#need b
{
	color: #C60C20;
}

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