BODY
{
	COLOR: #000; /* default text color */
	background-color: #9A7861;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	margin: 0px; /* no margins on any sides */
}

/* General Settings */

H1
{
	margin-top: 0px;
	COLOR: #6D6D51;
	border-bottom: solid 1px #fff;
	font-size: 18pt;
	height: 30px;
}

H2
{
	COLOR: #000;
}

a:link, a:visited {
	text-decoration: underline;
	color: #6D6D51;
}
a:hover {
	text-decoration: none;
	color: #0000ff;
}

li
{
	margin-bottom: 6px;
}



/* Fixed width in the middle of the screen with a border */

.bgwrapper
{
	width: 1000px;
	background: url(images/bg.jpg) repeat-y;
}

.wrapper
{
	width: 900px;
	position: relative;
	display: block;
}

.header
{
	height: 131px;
	display: block;
	background: url(images/header.jpg) no-repeat;
}

a.headerlink:link, a.headerlink:visited {
	text-decoration: none;
	color: #000;
	width: 1000px;
	height: 120px;
	display: block;
}

/* Use to set the color and size of the leftbar */

.leftbar
{
	width: 160px;
	height: 400px;
	float: left;
	display: block;

}

.navbar
{
	margin-left: 10px;
	margin-top: 30px;
	display: block;
	width: 150px;
	height: 400px;
	position: relative;
}

a.nav:link, a.nav:visited {
	FONT-FAMILY: arial;
	font-size: 10pt;
	color: #fff;
	font-weight: normal;
	text-align: left;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	width: 144px; 
	margin-top: 6px;
	display: block;
	background-color: #828260;
}

a.nav:hover {
	color: #D3D8CB;
	background-color: #51513B;
	margin-bottom: 6px;
}

a.glonav:link, a.glonav:visited {
	text-decoration: none;
	width: 187px; 
	height: 58px;
	background: url(images/glonav.jpg) no-repeat;
	display: block; /* makes it so you don't need br's between the buttons */
}


a.glonav:hover {
	background-position: 0px -58px;
}


a.davnav:link, a.davnav:visited {
	text-decoration: none;
	width: 187px; 
	height: 58px;
	background: url(images/davnav.jpg) no-repeat;
	display: block; /* makes it so you don't need br's between the buttons */
}


a.davnav:hover {
	background-position: 0px -58px;
}




.bodywrapper
{
	width: 730px;
	display: block;
	float: right;

}

.bodytextinside
{
	padding: 10px;
	padding-top: 0px;
	padding-right: 20px;
	text-align: left;
}


.copyright
{
	clear: both;
	width: 680px;
	display: block;
	margin-left: 220px;
	text-align: center;
	font-size: 9pt;
}

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; 
}


p.small
 {
	COLOR: #000;
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}



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;
}

}