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

/* General Settings */

H1
{
	COLOR: #336699;
	margin-top: 0px;
	font size: 14pt;
}

H2
{
	COLOR: #336699;
	font size: 12pt;
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
	color: #0000ff;
}

li
{
	margin-bottom: 6px;
}


td
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
}

p
{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 19px;
}


/* Fixed width in the middle of the screen with a border */

.header
{
	position: relative;
	display: block;
	text-align: center;
	background: url(images/top-bg.gif);
	height: 135px;
}

.hbox
{
	position: relative;
	display: block;
	background: url(images/header.gif);
	height: 135px;
	width: 776px;
}

.location
{
	position: absolute;
	top: 4px;
	right: 4px;
	width: 160 px;
	z-index: 4;
	display: block;
	text-align: center;
}

.location h1
{
	color: #336699;
	font-size: 8pt;
	line-height: 12px;
	font-family: Arial Narrow, arial, sans-serif;
	font-weight: normal;
}

.container
{
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	width: 776px;
}


.topbar
{
	background-color: #000;
	width: 100%;
	height: 10px;
	overflow: hidden;
}


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

td.leftbar
{
	background: url(images/left-bg.jpg);
	color: #fff;
	width: 156px;
}

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

div.navbar
{
	padding-top: 34px;
	padding-bottom: 100px;
	width: 146px;
	margin-bottom: 60px;
}

a.nav:link, a.nav:visited {

	FONT-FAMILY: arial;
	font-size: 12pt;
	color: #000; /* text color */
	font-weight: normal;
	text-align: left;
	padding-left: 4px;
	text-decoration: none;
	width: 100%; 
	border-bottom: solid 1px #99CCCC;
	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;
}

/* 
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: #962E42;
	text-decoration: none;
	color: #fff;
}


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


td.mainwindow
{
	width: 620px;
	padding: 10px;
	background-color: #fff;
	overflow: hidden;
	display: block;
	padding-top: 30px;
}


a:link, a:visited {
	color: #336699;  
	text-decoration: underline;

}

a:hover {
	color: #336699; 
	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;
	font-size: 8pt;
}
a.jwd:hover 
{
	color: #0000ff;
}

a.admin:link, a.admin:visited {
	color: #000;  
	text-decoration: none;
	font-size: 8pt;
	width: 100%;
	hieght: 20px;
	text-align: center;
	margin-top: 20px;
}

.question
{
	COLOR: #990033;
	FONT-FAMILY: Arial;
	font-weight: bold;
}

.answer
{
	COLOR: #000000;
	FONT-FAMILY: Arial;
}

td.lbspacer
{
	display: none;
	padding: 0px;
	background-color: #669999;
	border-right: solid 4px #000;
	font-size: 10pt;
}



img.lspace
{
	height: 1px;
	width: 156px;
	display: none;
}

img.rspace
{
	height: 1px;
	width: 620px;
	display: none;
}

.floatright
{
float: right;
}
.floatleft
{
float: left;
margin-right: 10px;
}

div.contactform
{
	width: 280px;
	float: right;
	text-align: center;
}
div.contactcontent
{
	width: 280px;
	float: left;
}

td
{
-moz-box-sizing:border-box;box-sizing:border-box;
}

span.captionName {
	font-family: verdana, arial, sans-serif;
	font-size: 15px;
	line-height:13px;
	font-weight: 600;
	text-align: center;
	color: #3D43A5;
}

span.caption {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	line-height:13px;
	text-align: center;
	color: #3D43A5;
}

DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;}