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

/* General Settings */

H1
{
	margin-top: 0px;
	COLOR: #003299;
}

H2
{
	COLOR: #000;
}

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
{
	display: block;
}

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

.header
{
	background: url(images/top-bg.gif);
	height: 139px;
}

.topnav
{
	position: absolute;
	left: 300px;
	top: 40px;
	color: #FFCC33;
	width: 450px;
	height: 100px;
	display: block;
}

.topnav h1
{
	font-size: 14pt;
	font-weight: normal;
	color: #FFCC33;
}

.topnav a:link, .topnav a:visited {
	FONT-FAMILY: arial;
	font-size: 10pt;
	color: #fff; 
	font-weight: bold;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
}

.topnav a:hover {
	text-decoration: none;
	color: #FFCC33;
}

td.leftbar
{
	width: 150px;
}


td.mainwindow
{
	width: 100%;
	background-color: #fff;
}

td.rightbar
{
	width: 41px;
	background: url(images/right-bg.gif);
}

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

div.navbar
{
	margin-top: 0px;
	width: 139px;
	display: block;
	background: url(images/nav-bg.gif) no-repeat;
	background-position: bottom left;
	padding-bottom: 20px;
}

a.nav:link, a.nav:visited {
	FONT-FAMILY: arial;
	font-size: 11pt;
	color: #fff; /* text color */
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	text-decoration: none;
	width: 121px; 
	margin-bottom: 15px;
	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 {
	text-decoration: none;
	color: #FFCC33;
}


.infobox
{
	margin-top: 10px;
	margin-left: 2px;
	background: #FFFFCC;
	font-size: 8pt;
	width: 130px;
}

.infobox p
{
	margin: 4px;
}

.infobox h1
{
	font-size: 9pt;
	color: #990066;
	background: #CCCC99;
	margin: 0px;
	padding: 2px;
	text-align: center;
}


.infobox a:link, .infobox a:visited {
	color: #990066; 
}


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: #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%;
	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; 
}

.contentwrapper
{
	width: 600px;
	display: block;
}

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

}