BODY
{
	COLOR: #000; /* default text color */
	background: url(images/left-bg.gif) repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px; /* no margins on any sides */
}

/* General Settings */

H1
{

}

H2
{

}

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

.container
{
	width: 775px;
	align: relative;
}

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

.header
{
	background: url(images/top-bg.gif);
	height: 125px;
	overflow: none;
}

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

td.leftbar
{
	background: url(images/left-bg.gif) repeat-y;
	color: #fff;
	width: 225px;
}

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

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

a.nav:link, a.nav:visited {
	display: block;
	background: url(images/button-bg.gif) no-repeat;
	FONT-FAMILY: arial;
	font-size: 12pt;
	font-weight: bold;
	color: #4B3523;
	text-align: center;
	padding-top: 14px;
	padding-left: 76px;
	height: 50px;
	width: 224px;
	text-decoration: none;
-moz-box-sizing:border-box;box-sizing:border-box;
}

a.nav:hover {
	background-position: 0px -50px;
	text-decoration: none;
	color: #4B3523;
}


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


td.mainwindow
{
	width: 550px;
	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: 10pt;
	FONT-FAMILY: Arial;
	text-align: center;
	width: 550px;
	margin-left: 225px;
	margin-top: 10px;
	border-top: solid 2px #C7C7A5;
}

div.copy span
{
	color: #0E1D48;
}


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: 200px;
	float: right;
}
div.contactcontent
{
	width: 300px;
	float: left;
}

.ashi
{
	position: absolute;
	top: 20px;
	right: 0px;
}

.oahi
{
	position: absolute;
	top: 25px;
	right: 0px;
}

.lics
{
	position: absolute;
	top: 0px;
	right: 6px;
	text-align: right;
	font-size: 8pt;
	color: #fff;
}

.icontact
{
	width: 200px;
}

.floatright
{
float: right;
}
.floatleft
{
float: left;
margin-right: 10px;
}
DIV{-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding: 0;}