/* 
Colors:

Lightgreen = #639e5c;
Green = #006600;
Lightblue = #84B2CF; 
Maroon = #461D24;
Yellow = #b5a642;

*/

body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background: #461D24 /* Maroon */ 
}

div.mainimage {
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	}

div.navcontainer {
	margin: 0px;
	position: absolute;
	top: 10px;
	left: 180px;
}
	
div.bodytext {
	color: #84b2cf; /* light blue */
	padding-right: 40px;
	margin-right: 40px;
	position: absolute;
	top: 50px;
	left: 180px;
}

td.bodytext {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #84b2cf; /* light blue */
	margin: 0px }
		
h1 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 15px;
	color: #b5a642; /* yellow */
	font-weight: bold }

h2 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #b5a642; /* yellow */
	font-weight: bold }
		
hr {
	border: 1px #b5a642 /* yellow */ solid;}

a {
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px;
	font-weight: normal; }
	
a:link {
	 color: #b5a642;  /* yellow */ 
	 text-decoration: underline; 
}

a:visited {
	color: #b5a642;  /* yellow */ 
	text-decoration: underline; 
}

a:hover {
	color: #639e5c; /* light-green */
	text-decoration: underline; 
}

a:active {
	color: #639e5c; /* light-green */
	text-decoration: underline; 
}
	
a#active {
	;
}

a.navone {
	margin-right: 20px;
	padding: 0px;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal
}

a.navone:link {
	color: #b5a642; /* yellow */
	text-decoration: none;
}

a.navone:visited {
	color: #639e5c; /* light-green */
	text-decoration: none;
}

a.navone:hover {
	color: #84B2CF; /* light-blue */
	text-decoration: underline;
}

a.navone:active {
	color: #84B2CF; /* light-blue */
	text-decoration: none;
}