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

/* General Settings */

H1
{
	COLOR: #006F3A;
	font-size: 16pt;
	margin-top: 0px;
}

H2
{
	COLOR: #006F3A;
	font-size: 14pt;
}

a:link, a:visited {
	text-decoration: underline;
	color: #006F3A;
}
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;
	position: relative;
	display: block;
	background-color: #fff;
	margin-bottom: 0px;
}

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

.headerwrapper
{
	height: 150px;
	background-color: #fff;
	position: relative;
}

.logo
{
	margin-left: 18px;
	margin-top: 40px;
}

.logowrapper
{
	width: 140px;
	text-align: center;
	display: block;
	float: right;
}

.headertxt
{
	width: 175px;
	height: 90px;
	position: absolute;
	left: 590px;
	top: 40px;
	text-align: right;
	font-size: 8pt;
	font-weight: bold;
}

.headertxt a:link, .headertxt a:visited, .headertxt a:hover
{
	color: #000;
	text-decoration: none;
}

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

td.leftbar
{
	background-color: #006F3A;
	color: #fff;
	width: 150px;
}

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

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

a.nav:link, a.nav:visited {
	FONT-FAMILY: arial;
	font-size: 12pt;
	color: #fff; /* text color */
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	width: 100%; 
	border-bottom: solid 1px #006633; /* border (format: style size color) */
	margin-bottom: 16px;
	display: block; /* makes it so you don't need br's between the buttons */
	-moz-box-sizing:border-box;box-sizing:border-box;
}

/* 
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 {
	border-bottom: solid 1px #fff; /* border (format: style size color) */
}


div.addy
{
	color: #fff;
	width: 100%;
	font-size: 8pt;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

div.addy a:link, div.addy a:visited, div.addy a:hover
{
	color: #fff;
	text-decoration: none;
}


td.mainwindow
{
	width: 625px;
	background-color: #fff;
}

h1.topper
{
	background-color: #000;
	color: #fff;
	text-align: right;
	padding-right: 25px;
	font-size: 18pt;
	height: 31px;
}

.mainbodytext
{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 10pt;
}

.mainbodytext table
{
	font-size: 10pt;
}

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


.footer {
	color: #000; 
	font-size: 8pt;
	FONT-FAMILY: Arial;
	text-align: center;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 1px #ccc;
}

.footertop
{
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	font-size: 10pt;
}

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: #fff;  
	text-decoration: none;
	font-size: 8pt;
position: relateive; 
bottom: 4px;
	display: block;
	background-color: #000;
	width: 775px;
}

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