BODY
{
	COLOR: #000; /* default text color */
	background-color: #BEAAC8;
	font-family: tahoma;
	margin-top: 20px; /* no margins on any sides */
}

/* General Settings */

H1
{
	COLOR: #684375;
	FONT-FAMILY: tahoma;
	font-size: 14pt;
}

H2
{
	COLOR: #684375;
	text-decoration: underline;
	FONT-FAMILY: tahoma;
	font-size: 12pt;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
	color: #0000ff;
}

li
{
	margin-bottom: 1px;
}



/* Fixed width in the middle of the screen with a border */

.container
{
	width: 775px;
	position: relative;
	display: block;
}

/* Not important if using one solid header the same size as the container above */

.header
{

}

/* Use to set the color and size of the leftbar */

td.leftbar
{
	background-color: #FFF;
	color: #000;
	border-right: solid 2px #BEAAC8;
	width: 200px;
	border-top: solid 4px #BEAAC8;

}

/* leaving the width at 100% makes it so it will stay with the width set in the leftbar above */

div.navbar
{
	margin-top: 10px;
	width: 100%;
}

a.nav:link, a.nav:visited {
	background-color: #FFF; 
	font-family: tahoma;
	font-size: 10pt;
	color: #000; /* text color */
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	text-decoration: none;
	width: 100%; 
	border-top: solid 0px #fff; /* border (format: style size color) */
	border-bottom: solid 2px #BEAAC8; /* border (format: style size color) */
	margin-bottom: 5px;
	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 {
	background-color: #734A6C;
	text-decoration: none;
	font-family: tahoma;
	color: #FFF;
	border-top: solid 0px #000; /* border (format: style size color) */
	border-bottom: dashed 2px #A69865; /* border (format: style size color) */
}


a.toplinks:link, a.toplinks:visited {
	text-decoration: none;
	font-family: tahoma;
	font-size: 10pt;
	color: #000;
}


a.toplinks:hover {
	text-decoration: underline;
	font-family: tahoma;
	color: #BEAAC8;
	font-size: 10pt;
}

div.addy
{
	position: absolute;
	bottom: 0px;
	background-color: #BEAAC8;
	color: #ffffff;
	width: 100%;
	font-size: .75em;
	padding: 10px;

}


td.mainwindow
{
	width: 575px;
	padding: 12px;
	background-color: #fff;
	font-size: 10pt;
	font-family: tahoma;
	border-top: solid 4px #BEAAC8;
}


a.green:link, a.green:visited {
	color: #336600;  
	text-decoration: none;

}

a.green:hover {
	color: #A7A984; 
	text-decoration: none;

}

div.copy {
	color: #fff; 
	font-weight: bold;
	font-size: 10pt;
	FONT-FAMILY: tahoma;
	text-align: center;
	width: 775px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #684375;
	border-top: solid 4px #BEAAC8;

}

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%;
}

.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;}

@media print
{
.container, .header, 
{
	width: 640px;
}
.leftbar
{
	display: none;
}

}