BODY
{
	COLOR: #000; /* default text color */
	background-color: #1C0E00;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
}

/* General Settings */

H1
{
	COLOR: #4A2702;
	margin-top: 0px;
	border-bottom: dashed 1px #E1C7A1;
}

H2
{
	COLOR: #0E0B4A;
}

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

li
{
	margin-bottom: 6px;
}



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

.container
{
	width: 780px;
	border: solid 3px #95452C;
	position: relative;
	display: block;
	background: #fff;
}

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

.header
{
	border-bottom: solid 2px #000;
}

div.tnavbar
{
	width: 780px;
	display: block;
	text-align: right;
}

a.tnav:link, a.tnav:visited {
	FONT-FAMILY: comic sans ms, arial;
	font-variant: small-caps;
	font-size: 12pt;
	color: #fff; /* text color */
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 0px;
	-moz-box-sizing:border-box;box-sizing:border-box;
}


a.tnav:hover {
	background: #95452C;
	text-decoration: none;
	color: #fff;
}


td.leftbar
{
	background: url(images/left-bg.jpg) repeat-x #E1C7A1;
	color: #fff;
	border-right: solid 1px #95452C;
	width: 200px;
}

div.navbar
{
	margin-top: 20px;
	margin-bottom: 120px;
	width: 100%;
}

a.nav:link, a.nav:visited {
	FONT-FAMILY: arial;
	font-size: 12pt;
	color: #1C0E00; /* text color */
	font-weight: normal;
	text-align: left;
	padding-left: 4px;
	text-decoration: none;
	width: 100%; 
	border-bottom: solid 1px #DEB380; /* border (format: style size color) */
	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;
}

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


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


td.mainwindow
{
	width: 580px;
	padding: 10px;
	background: url(images/butterfly.gif) no-repeat;
	background-position: bottom right;
}

.mainbodytext
{
	z-index: 10;
}

td.bottomleftcorner
{
	background: #E1C7A1;
	position: relative;
	display: block;
}

td.underbody
{
	background: #fff;
}

.butterfly
{
	position: absolute;
	right: 6px;
	bottom: 2px;
	z-index: 1;
}

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

}

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

}

div.copy {
	color: #D08E44; 
	font-weight: bold;
	font-size: 10pt;
	FONT-FAMILY: Arial;
	text-align: center;
	width: 100%;
	margin-top: 10px;
}

a.jwd:link, a.jwd:visited {
	color: #D08E44;  
	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: 320px;
	float: right;
	text-align: center;
}
div.contactcontent
{
	width: 220px;
	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;
}

}