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

/* General Settings */

H1
{
	Font-size: 14pt;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	COLOR: #C6C7D7;
	margin-top: 0px;
	border-bottom: solid 2px #C6C7D7;
}

H2
{
	font-size: 16pt;
	COLOR: #008000;
}

h2 a:link, h2 a:visited
{
	font-size: 8pt;
}

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: 792px !important; 
	width: 790px;
	border: solid 1px #A8C4B9;
	position: relative;
	display: block;
	background: #fff;
}

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

.header
{
	background: url(images/header.jpg) no-repeat;
	display: block;
	position: relative;
	width: 790px;
	height: 190px;
}

div.navbar
{
	text-align: center;
	width: 790px;
	height: 35px;
	position: absolute;
	top: 155px;
	left: 0px;
}

a.nav:link, a.nav:visited {
	background: url(images/button-bg.gif) no-repeat; 
	FONT-FAMILY: arial;
	font-size: 10pt;
	color: #000066; /* text color */
	font-weight: bold;
	text-align: left;
	padding-left: 17px;
	padding-right: 8px;
	padding-top: 10px;
	text-decoration: none;
	height: 25px !important;
	height: 35px;
	display: block;
	float: left;
	
}


a.nav:hover {
	background-position: 0px -35px;
}



.mainbodytext
{
	display: block;
	padding: 10px;
	text-align: left;
}


div.bnavbar
{
	text-align: center;
	width: 650px;
	border-top: solid 1px #9AA4BD;
	font-size: 9pt;
	margin-top: 20px;
	clear: both;
}

a.bnav:link, a.bnav:visited {
	font-size: 9pt;
	color: #000; /* text color */
	font-weight: normal;
	text-decoration: none;
}

a.bnav:hover {
	color: #9AA4BD;
}

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

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

#meetstaff li
{
	clear: both;
}

#meetstaff li img
{
	padding-botttom: 10px;
}

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

}