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

/* General Settings */

H1
{
	COLOR: #331400;
}

H1.header
{
	COLOR: #fff;
	width: 610px;
	height: 40px;
	background: url(images/maintop.jpg) no-repeat;
	text-align: center;
	margin: 0px;
	font-size: 18pt;
	font-variant: small-caps;
	padding-top: 4px;
}

H2
{
	COLOR: #990000;
}

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

li
{
	margin-bottom: 6px;
}

.wrapper
{
	width: 780px;
	display: block;
	padding: 0px;
	padding-top: 20px;
}

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

.container
{
	width: 786px !important;
	width: 780px;
	border: solid 1px #fff;
	border-top: solid 0px #000;
	position: relative;
	display: block;
}

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

.headerbar
{
	background: url(images/top-bg.gif);
	border-bottom: solid 1px #fff;
}

.headerbar img
{
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}

.navwrapper
{
	margin-top: 15px;
	width: 150px;
	float: left;

}
div.navbar
{

	background: #000;
	width: 148px !important;
	width: 140px; 
	border-left: solid 1px #660000;
	border-right: solid 1px #660000;
	display: block;
}

#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

#menu ul li { 
	margin: 0;
	padding: 0;
}


a.nav:link, a.nav:visited {
	margin: 0px;
	FONT-FAMILY: arial;
	font-size: 12pt;
	color: #fff; /* text color */
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-decoration: none;
	width: 138px !important;
	width: 138px; 
	border-bottom: solid 1px #660000;
	display: block;
}


a.nav:hover {
	background: #660000;
	color: #fff;
	border-bottom: solid 1px #fff; /* border (format: style size color) */
}

#bottommav
{
	border-bottom: solid 0px #000;
	margin: 0px;
}

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


.mainwindow
{
	width: 610px;
	padding: 0px;
	background: url(images/mainbg.gif);
	text-align: left;
	float: right;
	display: block;
}

.bodytext
{
	padding: 10px;
}

a.green:link, a.green:visited {
	color: #336600;  
	text-decoration: none;

}

a.green:hover {
	color: #A7A984; 
	text-decoration: none;

}


a.little:link, a.little:visited {
	color: #000099;  
	text-decoration: none;
	font-size: 8pt;
	margin-top: 6px;
}

a.little:hover {
	color: #000099; 
	text-decoration: none;

}

div.copy {
	color: #fff; 
	font-weight: bold;
	font-size: 10pt;
	FONT-FAMILY: Arial;
	text-align: right;
	padding: 10px;
	width: 780px;
	padding-top: 60px;
	clear: both;
}

a.jwd:link, a.jwd:visited {
	color: #aaa;  
	text-decoration: none;
	font-weight: bold;
}
a.jwd:hover 
{
	color: #aaa;
}

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

#team h2
{
	font-size: 16px;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: solid 1px #990000;
}

#team ul { /* remove bullets and list indents */
	list-style: none;
	display: block;
}

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

}
