BODY
{
	COLOR: #000; /* default text color */
	background: url(images/paper.jpg);
	background-attachment: fixed;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

/* General Settings */

H1
{
	COLOR: #660000;
}

H2
{
	COLOR: #005A5A;
}

b
{
	color: #660000;
}

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

li
{
	margin-bottom: 6px;
}

.mcont
{
	position: relative;
	width: 775px;
	display: block;
	padding: 0px;
}
table.container
{
	width: 775px;
	border: solid 2px #000;
}

div.flash
{
	position: absolute;
	top: 2px;
	left: 394px;
	width: 383px;
	height: 127px;
}

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

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

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

td.leftbar
{
	background-color: #5A0000;
	border-right: solid 2px #000;
	color: #fff;
	width: 190px;
}

/* leaving the width at 100% makes it so it will stay with the width set in the leftbar above */

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

a.nav:link, a.nav:visited {

	FONT-FAMILY: arial;
	font-size: 12pt;
	color: #fff; /* text color */
	font-weight: normal;
	text-align: left;
	padding-left: 4px;
	text-decoration: none;
	width: 100%; 
	margin-bottom: 6px;
	border-bottom: solid 1px #800000;
	display: block;
}

/* 
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 {
	background-color: #800000;
	text-decoration: none;
	color: #fff;
}


div.addy
{
	color: #ffffff;
	width: 170px;
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 10pt;
	border: solid 1px #800000;
}


td.mainwindow
{
	width: 585px;
	padding: 10px;
	background-color: #fff;
}


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: 70%;
	FONT-FAMILY: Arial;
	text-align: center;
	width: 100%;
	margin-top: 40px;
}

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

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





.floatright
{
	float: right;
	width: 200px;
	text-align: center;
}
.floatleft
{
float: left;
margin-right: 10px;
}

td.footer
{
	text-align: center;
	font-size: 10pt;
	color: #800000;
	background-color: #fff;
	border-top: solid 1px #ccc;
}

.leftcontactbox
{
	float: left;
	width: 300px;
}

.contactbox
{
	float: right;
	width: 200px;
}