BODY
{
	COLOR: #000; /* default text color */
	background-color: #EDE7DB;
	font-family: georgia;
	margin: 10px; /* no margins on any sides */
}

/* General Settings */

H1
{
	COLOR: #000;
	FONT-FAMILY: georgia;
	font-size: 16pt;
	text-align: center;
}

H1.white
{
color: #FFFFFF;
font-family: Myriad Pro;
font-size: 30pt;
line-height: 120%;
text-align: left;
margin: 20px 0px 65px 35px;
}

H2
{
	COLOR: #000;
	text-decoration: underline;
	FONT-FAMILY: arial;
	font-size: 12pt;
	text-align: center;
}

H3
{
	COLOR: #000;
	FONT-FAMILY: arial;
	font-size: 14pt;
	text-align: center;
}


p {
color: #000000;
font-family: georgia;
font-size: 100%;
line-height: 120%;
text-align: left;
margin: 10px 0px 10px 0px;
}


ul {
margin: 10px 0px 0px 0px;
}
li.long {
color: #000000;
font-family: Georgia;
margin: 10px 0px 0px 0px;
font-size: 100%;
line-height: 120%;
text-align: left;
list-style-position:inside;
}
li.short {
color: #000000;
font-family: Georgia;
font-size: 100%;
line-height: 120%;
text-align: left;
list-style-position:inside;
}

li {
color: #000000;
font-family: Georgia;
font-size: 100%;
line-height: 120%;
text-align: left;
list-style-position:inside;
}





/*Styles for Order Links*/

p.ordercenter {
color: #000000;
font-family: Georgia;
font-size: 100%;
line-height: 120%;
text-align: center;
}
p.orderleft {
color: #000000;
font-family: Georgia;
font-size: 100%;
line-height: 120%;
text-align: left;
}
table.border {
border-width: 0px;
border-style: solid;
border-color: #000000;
border-collapse: collapse;
}
td.ordertable {
color: #000000;
font-family: Georgia;
font-size: 100%;
font-weight: bold;
text-align: center;
padding: 3px;
border-width: 2px;
border-style: solid;
border-color: #000000;
}


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: 998px !important;
	width: 998px;
	
	position: relative;
	display: block;
	border: solid 0px #000;

}

/* 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: #006293;
	color: #000;
	border-right: solid 0px #004A80;
	width: 200px;

}

/* 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: 200px;
	margin-bottom: 100px;
}

a.nav:link, a.nav:visited {
	background-color: #006293; 
	font-family: arial narrow, arial;
	font-size: 12pt;
	color: #fff; /* text color */
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	text-decoration: none;
	width: 100%; 
	border-top: solid 0px #fff; /* border (format: style size color) */
	border-bottom: solid 1px #EDE7DB; /* 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: #fff;
	text-decoration: none;
	font-family: arial narrow, arial;
	color: #331400;
	border-top: solid 0px #000; /* border (format: style size color) */
	border-bottom: solid 1px #A69865; /* 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: 950px;
	padding: 12px;
	background-color: #fff;
	font-size: 12pt;
	font-family: arial;
}


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

}

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

}

div.copy {
	color: #EDE7DB; 
	font-weight: bold;
	font-size: 10pt;
	FONT-FAMILY: tahoma;
	text-align: center;
	width: 998px;
	height: 103px;
	margin-top: 0px;
	background-color: #e2e2e2;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: solid 0px #004A80;
	background-image: url(images/bottom.jpg); 
	background-repeat: no-repeat;
	
}

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

}
