﻿#left {
text-align: left;
}
body{font-family: Georgia, 'Century Schoolbook', Times New Roman, serif;
	font-size: 13pt;
	text-align: left;
padding:10pt;
margin:0px;
background-image:url("images/style/bg.gif");
background-repeat:repeat-x;
background-color:#E1DBC3;
}
a {
color: #540B0B;
}
h1 {
	color: #540B0B;
margin-left:10pt;
margin-right:10pt;

}
h2 { 
color: #540B0B;
margin-left:10pt;
margin-right:10pt;
}
p {
margin-left:10pt;
margin-right:10pt;
	font-size: 13pt;
}
h1
.copy_1 {
	font-family: Georgia, Century Schoolbook, Times New Roman, serif;
	font-size: 12pt
	font-weight: bold;
	color: #192A50;
	text-decoration: none;
		text-align: left;
}
.copy_2 {
	font-family: Georgia, Century Schoolbook, Times New Roman, serif;
	font-size: 12pt
	color: #000000;
	text-decoration: none;
		text-align: left;
}
.text_1 {
	font-family: Georgia, Century Schoolbook, Times New Roman, serif;
	font-size: 12pt;
	color: #000000;
		text-align: left;
}
.link_1 {
	font-family: Georgia, Century Schoolbook, Times New Roman, serif;
	font-size: 12pt
	color: #471F06;
	text-decoration: none;
		text-align: left;
}
.link_2 {
	font-family: Georgia, Century Schoolbook, Times New Roman, serif;
	font-size: 12pt
	font-weight: bold;
	color: #471F06;
	text-decoration: none;
		text-align: left;
}
.form_1 {
	font-family: Georgia, Century Schoolbook, Times New Roman, serif;
	font-size: 12pt
	background-color: #E9E4CF;
	height: 16px;
	width: 240px;
	border: 1px solid #69675D;
}
.form_2 {
	font-family: Georgia, Century Schoolbook, Times New Roman, serif;
	font-size: 12pt
	background-color: #E5E0CA;
	height: 127px;
	width: 240px;
	border: 1px solid #69675D;
	overflow:auto;
}
table.navbar
{font-size: 12pt;
margin: 0px;
padding: 6px; 
border: 0px; 
font-weight: bold;}

table.menu
{font-size: 10pt;
margin: 0px;
padding: 0px;
font-weight: bold;}

td.menuNormal
{padding: 4px;
color: black;
font-weight: bold;
vertical-align: top;
background-color: #8B683E;}

td.menuHover
{padding: 0px;
color: white;
font-weight: bold;
vertical-align: top;
/*remove the following line for drop-down menu with images*/
background-color: #CBBB8F;}

div.menuNormal
{display: none;
position: static;}

div.menuHover
{border: 1px #CBBB8F;
background-color: #8B683E;
display: inline;
position: absolute;}

a.menuitem:link
{text-decoration: none;
color: white;
background-color: #8B683E;
display: block;}

a.menuitem:visited
{text-decoration: none;
color: #460A0A;
background-color: #8B683E;
display: block;}

a.menuitem:hover
{text-decoration: none;
color: #460A0A;
background-color: #CBBB8F;
display: block;}

a.menuitem:active
{text-decoration: none;
color: white;
background-color: #CBBB8F;
display: block;}

.hidden { display: none; }
.unhidden { display: block; }
.hidden { visibility: hidden; }
 .unhidden { visibility: visible; }