HTML, BODY, ADDRESS, BLOCKQUOTE, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, 
H1, H2, H3, H4, H5, H6, MENU, OL, LI, P, TD, TH, UL 
	{
	 font-family: Georgia, serif; 
	 color: black; 
	}
HTML, BODY	{
	font-size: 90%;
	background-color: white;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	}
H1   	{
	margin: 0 0 0 0;
	padding: 0 5px 0 10px;
	font-size: 18px;
	line-height: 25px;
	color: white;
	background-color: #682818;
	}
H2 	{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	 color: #000;
	 font-size: 180%; 
	 margin: 0 10px 0 -7px;
	}
H3 	{
	 font-size: 120%; 
	 margin: 0 10px 0 10px;
	 color: black;
	}
H4, H5, H6 {
	 font-size: 110%; 
	 margin: 0 10px 0 10px;
	}
HR	{
	 color: black; 
 	 background-color: transparent;
	}
TD	{
	 padding: 0 0 0 0;
	 font-size: 100%;
	 color: black;
	 font-weight: bold;
	 background-color: transparent;
	}
P	{
	 margin: 5px 5px 5px 5px;
	 padding: 0 0 0 0;
	 font-size: 120%;
	 color: black;
	 font-weight: bold;
	 background-color: transparent;
	}

BR	{
	 line-height: 15px;
	}
ADDRESS {
	 font-size: 90%; 
        color: #513B65;
	 background-color: transparent;
	}
UL	{
	 font-size: 90%;
	 color: #513B65; 
	 background-color: transparent;
	}
OL	{
	 font-size: 90%; 
	 color: #513B65; 
	 background-color: transparent;
	}
LI 	{
	 margin: 5px 5px 5px 5px;
	 padding: 0 0 0 0;
	 font-size: 120%;
	 color: black;
	 font-weight: bold;
	 background-color: transparent;
	}
FORM,INPUT   {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
.row1 {
	height: 87px;
	width: 100%;
	background-color: white; 
	}
.row2 {
	height: 61px;
	width: 100%;
	background-color: #0030FF; 
	}
.row3 {
	position: absolute;
	left:0px; 
	top:101px;
	width: 100%;
	height: 23px;
	z-index: 10000; 
	background-color: #001c8c; 
	}
.leftcol {
	position: relative;
	float: left; 
	height: 120%; 
	width: 200px; 
	min-width: 200px;
	margin: 10px 5px 10px 0;
	padding: 0 0 10px 0;
	border: 1px silver solid; 
	background: #f0ece8;
	}
.midcol {
	position: relative;
	float: left; 
	height: 100%; 
	width: 40%; 
	margin: 10px 15px 10px 10px;
	padding: 0px 0px 10px 0px;
	border: 1px silver solid; 
	background: #f0ece8;
	}
.bigcol {
	position: relative;
	float: left; 
	width: 60%;
	height: 100%; 
	margin: 10px 15px 10px 10px;
	padding: 0 0 10px 0;
	border: 1px silver solid; 
	background: #f0ece8;
	}
.bigcol1 {
	position: relative;
	float: left; 
	width: 60%;
	height: 140%; 
	margin: 10px 15px 10px 10px;
	padding: 0 0 10px 0;
	border: 1px silver solid; 
	background: #f0ece8;
	}
.rightcol {
	position: relative;
	float: left; 
	height: 100%; 
	width: 20%; 
	margin: 10px 5px 10px 0px;
	padding: 0px 0px 10px 0px;
	border: 1px silver solid; 
	background: #f0ece8;
	}
UL.left{
	margin-left: 12px; 
	padding-left: 0;
	}
LI.left{
	margin-left: 12px; 
	padding-left: 0;
	}
.subh1 {
	background: transparent;
	font-size: 150%;
	font-weight: bolder;
	color: black;
	border: black solid 1px;
	margin: 10px 0 10px 0;
	}
.hugbottom {
	 margin-top: 2px;
	}
A:link {
	 color: #000033; 
	 background: transparent;
	 text-decoration: underline;
	}
A:visited {
color: #440055; 
	 background: transparent; 
	 text-decoration: underline; 
	}
A:active {
	 background: transparent; 
	 text-decoration: underline; 
	 color: #0000CC; 
	 }
A:hover {
	 background: transparent;
	 color: #0000dd;
	 text-decoration: underline;
	}
P.menu {
	min-width: 200px;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	font-size: 18px;
	color: white;
	font-weight: bold;
	line-height: 25px;
	background-color: #681420;
	}
P.in 	{
	margin-left: 20px;
	}
P.rin 	{
	margin-left: 150px;
	}
.menu A:link {
	 color: white;
	 background: transparent; 
	 text-decoration: none; 
	}
.menu A:visited {
	 color: #cccccc; 
	 background: transparent; 
	 text-decoration: none; 
	}
.menu A:active {
	 position: relative;
	 top: 1px; left: 1px;
	 background: transparent; 
	 color: #DDDDDD; 
	 }
.menu A:hover {
	 background: transparent;
	 color: #d8c478;
	}
