BODY
{
	COLOR: #000; 
	background-color: #FFF;
	font-family: tahoma;
	margin: 0px; 
}

/* General Settings */

.header H3
{
	COLOR: #FFF;
	FONT-FAMILY: arial;
	font-size: 25pt;
	text-align: left;
	height: 40px;
	width: 600px;
	position: absolute;
	top: 30px;
	left: 160px;
	display: block;
	margin-top: 0px;
}

H1
{
	COLOR: #000;
	text-decoration: none;
	FONT-FAMILY: arial;
	font-size: 12pt;
}


H2
{
	COLOR: #000;
	text-decoration: none;
	FONT-FAMILY: arial;
	font-size: 10pt;
}


.navbar H4
{
	COLOR: #FFF;
	font-size: 8pt;
	text-align: right;
	text-decoration: none;
	background: url(images/button-back.jpg) no-repeat;
	FONT-FAMILY: arial;
	display: block;
	height: 23px !important;
	height: 28px;
	width: 147px !important;
	width: 187px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 40px;

}



a:link, a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
	color: #0000ff;
}

li
{
	margin-bottom: 6px;
	
}

#bottomlink
{
	border-bottom: solid 0px #fff;
	padding-bottom: 3px;
}

/* Fixed width in the middle of the screen with a border */

.container
{

	position: relative;
	display: block;
}

/* Not important if using one solid header the same size as the container above */

.header
{
	background: url(images/back.jpg);
	height: 99px;
}

/* Use to set the color and size of the leftbar */

td.leftbar
{
	background-color: #FFF;
	color: #000;
	border-right: solid 0px #000;
	width: 200px;

}

/* leaving the width at 100% makes it so it will stay with the width set in the leftbar above */

div.navbar
{
	margin-top: 15px;
	margin-bottom: 200px;
	width: 100%;
}

a.nav:link, a.nav:visited {
	background-color: #FFF; 
	font-family: arial narrow, arial;
	font-size: 8pt;
	color: #000; /* text color */
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
	text-decoration: none;
	width: 78%; 
	border-top: solid 0px #fff; /* border (format: style size color) */
	border-bottom: solid 1px #8490A2; /* border (format: style size color) */

	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 {
	background-color: #A4B9D6;
	font-family: arial narrow, arial;
	font-size: 8pt;
	color: #FFF; /* text color */
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
	text-decoration: none;
	width: 78%; 
	border-top: solid 0px #000; /* border (format: style size color) */
	border-bottom: solid 1px #8490A2; /* border (format: style size color) */
	display: block;
}





a.nava:link, a.nava:visited {
	background-color: #FFF; 
	font-family: arial narrow, arial;
	font-size: 8pt;
	color: #000;
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	text-decoration: none;
	width: 78%; 
	border-top: solid 0px #000; /* border (format: style size color) */
	-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.nava:hover {
	background-color: #A4B9D6;
	font-family: arial narrow, arial;
	font-size: 8pt;
	color: #FFF; /* text color */
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
	width: 78%; 
	border-bottom: solid 0px #8490A2; /* border (format: style size color) */
}






div.addy
{
	position: absolute;
	bottom: 0px;
	background-color: #003333;
	color: #ffffff;
	width: 100%;
	font-size: .75em;
	padding: 10px;
}


td.mainwindow
{

	padding: 15px;
	background-color: #fff;
	font-size: 10pt;
	font-family: tahoma;
}

td
{

	padding: 0px;
	background-color: #fff;
	font-size: 10pt;
	font-family: tahoma;
}

a.green:link, a.green:visited {
	color: #336600;  
	text-decoration: none;

}

a.green:hover {
	color: #A7A984; 
	text-decoration: none;

}

div.copy {
	color: #8490A2; 
	font-size: 8pt;
	FONT-FAMILY: tahoma;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 10px;
	background-color: #FFF;
	border-top: solid 0px #8490A2; /* border (format: style size color) */
}

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: #8490A28490A2;  
	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;
}

}