@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 155%;
}
h2 {
	font-size: 135%;
}
h3 {
	font-size: 115%;
}
h4 {
	font-size: 100%;
}
#nav
{
	color: #FFF;
	position: absolute;
	top: 0px;
	font-size: 90%;
	width: 210px;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 75px;
	left: 0px;
}
#nav ul
{
	list-style-type: none;
	margin-left: 10px;
	padding-left: 0px;
}
#nav li {
	margin-left: 5px;
	margin-top: 1px;
}

#nav a:link {
	color: #FFF;
	text-decoration: none;

}
#nav a:visited {
	text-decoration: none;
	color: #FFF;
}
#nav a:hover {
	text-decoration: underline;
	color: #FFF;

}
#nav a:active {
	text-decoration: none;
	color: #FFF;
}
#topban {
	width: 100%;
	background-color: #185898;
	color: #FFF;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	left: 0px;
	top: 42px;
}

#topban div {
	margin-left: 240px;
}
#maintxt {
	margin-top: 160px;
	margin-left: 245px;
	margin-right: 50px;
	margin-bottom: 50px;
}
#maintxtwin {
	margin-top: 20px;
	margin-left: 60px;
	margin-right: 20px;
	margin-bottom: 50px;
	background-color: #FFF;
	padding-left: 10px;
	padding-bottom: 20px;
	border: 2px solid #333;
}
#maintxto {
	margin-top: 160px;
	margin-left: 245px;
	margin-right: 50px;
	margin-bottom: 50px;
	text-transform: capitalize;
}
#maintxt th {
	text-align: left;
}
#maintxtwin th {
	text-align: left;
}
#maintxto th {
	text-align: left;
	font-size: 90%;
}
#seal {
	position: absolute;
	right: 40px;
	top: 10px;
}


.dtente {
	font-size: 90%;
	font-style: italic;
}
#important {
	display:none
}

.sortno {
	font-size: 80%;
	font-weight: normal;
	color: #999;
}
.nodot {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nodoti {
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
.errstyle {
	color: #F00;
}
.frmnte {
	font-size: 80%;
	font-weight: normal;
}
