BODY
{
	COLOR: #000; /* default text color */
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

/* General Settings */

H1
{
	COLOR: #000066;
	font-size: 16pt;
	border-bottom: solid 2px #7E96B2;
}

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

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: 675px;
	border: solid 1px #58697D;
	align: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.container td
{
	border: solid 1px #58697D;
}

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

.header
{
	display: block;
	background-color: #fff;
	height: 135px;
	overflow: hidden;
	position: relative;
}

.bar
{
	height: 22px;
	font-size: 12pt;
	color: #7E96B2;
	background-color: #000066;
	padding-top: 2px;
}

.barsplitleft
{
	width: 50%;
	text-align: right;
	padding-right: 19px;
	border-right: solid 1px #7E96B2;
	display: block;
	float: left;
}

.barsplitright
{
	width: 48%;
	text-align: left;
	padding-left: 0px;
	float: right;
	display: block;
}

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

td.leftbar
{
	background-color: #7E96B2;
	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: 20px;
	width: 100%;
}

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


a.nav:hover {
	background-color: #58697D;
	text-decoration: none;
	border-bottom: solid 1px #660000; /* border (format: style size color) */
}



a.barnav:link, a.barnav:visited {
	FONT-FAMILY: arial;
	font-size: 12px;
	color: #7E96B2; /* text color */
	text-decoration: none;
}


a.barnav:hover {
	color: #fff;
}

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


td.mainwindow
{
	width: 525px;
	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: 10pt;
	FONT-FAMILY: Arial;
	text-align: center;
	width: 100%;
	margin-top: 10px;
	background-color: #fff;
}

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

.splashimg
{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

.tlicon
{
	position: absolute;
	top: 0px;
	left: 10px;
}

.tricon
{
	position: absolute;
	top: 0px;
	right: 10px;
}


#splashtxt
{
	padding: 10px;
}
.floatright
{
float: right;
}
.floatleft
{
float: left;
margin-right: 10px;
}
DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;}