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

/* General Settings */

H1
{
	COLOR: #331400;
	margin-top: 0px;
}

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

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 */


.wrapper
{
	border-left: solid 2px #000;
	border-right: solid 2px #000;
	width: 784px;
	background-color: #336699;
}

.container
{
	width: 780px;
	position: relative;
	background-color: #336699;
}

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

.header
{
	width: 780px;
	position: relative;
	display: block;
}

.header h1
{
	font-size: 13pt;
	line-height: 18px;
	font-weight: 150%;
	position: absolute;
	top: 4px;
	left: 4px;
	color: #fff;
	margin-top: 0px;
}


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

td.leftbar
{
	color: #fff;
	width: 170px;
}


td.mainwindow
{
	width: 620px;
	padding-top: 10px;
}

.mainbody
{
	width: 600px;
	background: url(images/body-bg.jpg);
	background-position: top center;
}

.btext
{
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

.footer
{
	width: 780px;
	background: url(images/footer.jpg) no-repeat;
	background-color: #fff;
	height: 150px;
	display: block;
	position: relative;
	margin-top: 0px;
}


div.navbar
{
	margin-top: 20px;
	width: 140px;
	background: url(images/nav-bg.jpg);
	background-position: top center;
}

a.nav:link, a.nav:visited {
	FONT-FAMILY: arial;
	font-size: 12pt;
	color: #000; /* text color */
	font-weight: normal;
	text-align: left;
	margin-left: 0px;;
	padding-left: 2px;
	text-decoration: none;
	width: 118px;
	border-bottom: solid 1px #ccc; 
	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 {
	text-decoration: none;
	color: #331400;
}


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




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: 620px;
	margin-top: 10px;
	margin-left: 150px;
}

a.jwd:link, a.jwd:visited {
	color: #000000;  
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	width: 100%;
	text-align: right;
	position: absolute;
	bottom: 4px;
	right: 4px;
}
a.jwd:hover 
{
	color: #0000ff;
}

a.admin:link, a.admin:visited {
	color: #000;  
	text-decoration: none;
	font-size: 10pt;
	border-left: solid 2px #000;
	border-right: solid 2px #000;
	width: 770px;
	background-color: #fff;
	margin-top: 0px;
	text-align: left;
	position: relative;
	bottom: 2px;
	padding-left: 10px;
	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; 
}

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