/* TOP NAV */

#csstopmenu01, #csstopmenu01 ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu01 li{
float: left;
position: relative;
}

#csstopmenu01 a{
text-decoration: none;
}

#csstopmenu02, #csstopmenu02 ul{
padding: 0;
margin: 0;
list-style: none;
}

#csstopmenu02 li{
float: left;
position: relative;
}

#csstopmenu02 a{
text-decoration: none;
}

.mainitems{
border-right: 0px solid white;
background-color: #054D87;
}

.headerlinks01 a{
display: block;
width: 203px;
}

.headerlinks01 a:hover{
background-color: #666666;
}

.headerlinks02 a{
display: block;
width: 170px;
}

.headerlinks02 a:hover{
background-color: #666666;
}

.submenus{
display: none;
width: 175px;
position: absolute;
top: 19px;
left: 0;
background-color: #1071A9;
z-index: 100;
}

.submenus li{
width: 100%;
}

.submenus li a{
font-family: arial, san-serif;
font-size: 10px;
color: #ffffff;
text-transform: uppercase;
padding-top: 2px;
padding-bottom: 2px;
display: block;
width: 100%;
text-indent: 3px;
}

html>body .submenus li a{ /* non IE browsers */
width: auto;
}

.submenus li a:hover{
background-color: #5e852f;
}

#csstopmenu02 li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu02 li:hover ul, li.over ul {
display: block;
}

#csstopmenu01 li>ul {/* non IE browsers */
top: auto;
left: auto;
}

#csstopmenu01 li:hover ul, li.over ul {
display: block;
}

html>body #clearmenu{ /* non IE browsers */
height: 0px;
}

/* CONTENT */

body {
background-color: #D3DDE6;
}

div.content {
	margin-top:24px;
	margin-bottom:40px;
	margin-left:20px;
	margin-right:20px;
}

h1 {
	margin-top: 0px;
	margin-bottom: 6px;
	line-height: 20px;
	font-family: verdana, san-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

h2 {
	margin-top: 0px;
	margin-bottom: 6px;
	line-height: 16px;
	font-family: verdana, san-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

h2.sitemap {
	margin-top: 10px;
	margin-bottom: 0px;
	width: 350px;
	font-family: verdana, san-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

p {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 20px;
	font-family: verdana, san-serif;
	font-size: 13px;
	color: #FFFFFF;
}

ul {
	margin-top: 0px;
	margin-bottom: 10px;
}

.content li {
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
	font-family: verdana, san-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
}

.normal {
	font-weight: normal;
}

.goback {
	font-family: verdana, san-serif;
	font-size: 12px;
	color: #FFFFFF;
}

td.form {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 20px;
	font-family: verdana, san-serif;
	font-size: 13px;
	color: #FFFFFF;
}

table.inset {
	border: 1px solid #000000;
}

td.inset-head {
	background-color: #164360;
	padding-left: 5px;
	font-family: verdana, san-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

td.i