BODY
{
	COLOR: #000; /* default text color */
	background-color: #CEC5D6;
	margin: 10px; /* no margins on any sides */
	font-size: 12pt;
}

/* General Settings */

H1
{
	COLOR: #21006B;
	border-bottom: solid 2px #CEC5D6;
	font-size: 16pt;
}

H2
{
	COLOR: #21006B;
	font-size: 14pt;
}
td
{
	font-size: 12pt;
}
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: 758px;
	position: relative;
	display: block;
}

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

.header
{

}

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

td.rightbar
{
	background-color: #21006B;
	color: #fff;
	width: 147px;
	padding: 0px;
	padding-bottom: 40px;
}

/* 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: url(images/button-bg.gif);
	FONT-FAMILY: arial;
	font-size: 12pt;
	font-weight: regular;
	text-align: center;
	color: #18014B;
	padding-top: 3px;
	height: 23px;
	width: 147px;
	text-decoration: none;
	display: block;
-moz-box-sizing:border-box;box-sizing:border-box;
}

a.nav:hover {
	background-position: 0px -23px;
	color: #fff;
}

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


td.mainwindow
{
	width: 611px;
	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;
}

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: #000;  
	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 
{
.himage
{
	width: 615px;
}
.container
{
	width: 615px;
	position: relative;
}

.rightbar
{
	display: none;
}

#noprint
{
	display: none;
}

}