.border {
	border-color: #00006B;
	border-style: solid;
	border-width: 1px;
}
body {
	background-color: #FFFFFF;
	color: #000;
	font-family: Tahoma;

}
.content {
margin-left: 100px;
margin-right: 100px;
}
.lborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDD;
}

topnav {
	margin: 0 0;
	padding: 0 0 0 0px;
	
}
	#topnav ul {
	border: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
	 #topnav ul li {
	
	display: block;
	float: left;
		}
	 #topnav ul li a {
	width: 120px;
	height: auto;
	padding: 5px 11px 5px 11px;
	margin: 0 0 0 0;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: inherit;
	font-size: 13px;
	font-weight: bold;
	background-color: #00006B;
	border-right-color: #DDD;
	border-right-style: solid;
	border-right-width: 1px;	
}
		#topnav ul li a:hover {
	color: #074F00;
	text-decoration: none;
	background-color: #CCC;
		}
		#topnav a:active {
			color: #CCCCFF;
		}

.sub {
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size: 70%;
	
}
a:active 	{ color:#FF0000; Text-Decoration: underline}
a:link 		{ color:#005E8A; text-decoration: none} 
a:visited 	{ color:#005E8A; text-decoration: none} 
a:hover 	{ color:#FF0000; Text-Decoration: underline;  }

.justified {
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size: 80%;
	text-align: justify;
	margin-right: 5px;
	
	
}
.bodytext {
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size: 80%;
	
}
.insetlist {
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size: 80%;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 50px;
	color: #00006B;
}

h1 {
	font-family: Tahoma;
	font-size: 26px;
	font-weight: normal;
	color: #EEE;
	margin-bottom:3px;

}
h2 {
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size: 18px;
	margin-top: 6px;
	font-weight: bold;
	color: #00006B;
	padding-right:20px;
}
h3 {
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size: 17px;
	font-weight: bold;
	color: #00006B;
	margin-top: 6px;
	margin-bottom: 6px;
}


h4 {
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial;
	font-size: 13px;
	font-weight: bold;
	color: #00006B;
	margin-top: 3px;
	margin-bottom: 3px;
}

.leftmargin {
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid black;
}

.rightmargin {
	margin-bottom: 5px;
	margin-right: 10px;
	border: 1px solid black;
}
.rightnobottommargin {
	margin-right: 10px;
	border: 1px solid black;
}
.hr {
	color: #00006B;
	width: 80%;
	}
.form {
float:right;
}
.clear {clear:both;}


.linklist {
margin-top: 5px;
}

.topnav {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDDDDD;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00006B;
}
.highlight {
	display: block;
	margin-left: 0px;
	width: 240px;
	color: #FFFFFF;
	background-color: #DD0000;
	padding: 8px;
	padding-left:60px;
	font-size: 17px;
	font-weight: bold;
}
