html, body {
	height:100%;
	margin-bottom:0px;
}
body {
	font-family: Tahoma;
	font-size: 11px;
	background: #fff;
	width:100%;
	min-width:800px;
	min-height:100%;
	
}

table {
	width: 100%;
	border-collapse:separate;
		
}
a {
	color: #083E6C;
	font-size: 90%;
}
a:hover{
	color:#8DAAE0;
}
h4 {
	font-size: 110%;
	
	}

ul li {
	list-style-type:disc;
	list-style-position:inside;
}

ol li {
	
	list-style-type: decimal;
	list-style-position:inside;
}

em {
	font-style:italic;
}

th {
	height: 20px;
	background: #5482ad;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

th ul {
	display: inline;
	list-style-image: none;
	list-style-type: none
}
blockquote {
	margin-left: 2em;
}

#maintable {
	height:100%;
	
}
#mainmap {
	text-align:right;
	vertical-align: top;
	padding-right: 10px;
	padding-top: 10px;
		
}
#mainmap p {
	text-align: right;
	
}
#mainmap p a {
	color: #055370;
	font:  bold 0.9em Tahoma, Geneva, Verdana, sans-serif;
	text-align: right;
	text-decoration: none;
}
#mainmap div {
	text-align: right;
	margin-top: 10px;
}
#mainmap div a {
	text-align: right;
	font: bold 100% Geneva, sans-serif, Tahoma, Geneva, Verdana, sans-serif;
	color: #a81c1c;
	text-decoration:underline;
}
#search {
	vertical-align:middle;
	text-align: right;
	margin-top: 10px;
}
#queryarea {
	vertical-align:middle;
	border: 1px solid #5482ad;
	background:  #F4F4FB;
}
#submit {
	vertical-align:middle;
	height: 85%;
	/*background: #5482ad;*/
	/*color: #FFF;*/
}
#navigation {
	border-top: 3px solid #5482ad;
	border-bottom: 3px solid #5482ad;
	border-right: 1px solid #5482ad;
	vertical-align:top;
}

.tree {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
	border-bottom: 1px solid #5482ad;
	border-top: 1px solid #5482ad;
	padding-bottom: 15px;
}
.tree ul {
	display:list-item;
	margin-left: 0em;
}

.tree ul li {
	
	/*background-image: url(../img/marker_off.gif);*/
	list-style:  none; /*square inside url(../img/marker_off.gif);*/
	/*list-style-position:inside;*/
	margin-top: 17px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

.tree ul li a {
	/*margin-left: 1em;*/
	padding-left: 1em;
	font: bold 130% Geneva, sans-serif, Tahoma, Verdana;
	color: #a81c1c;
	text-transform: uppercase;
	text-decoration: none;
	
}

.tree ul li a:hover {
	color: #cb4040;
	font-weight:bold;
	/*text-decoration: underline;*/
}

.tree ul li ul {
	background: #e1edf5;
	color: #a81c1c;
	margin-left: 0em;
	margin-top:5px;
	padding-left: 1.5em;
	padding-top: 5px;
	padding-bottom: 3px;
	display: none;
}
.tree ul li ul li {
	text-transform: none;
	margin-bottom: 5px;
	margin-top: 0px!important;
	/*background-image: url(../img/marker_on.gif);*/
	list-style: none;
	/*list-style: square inside url(../img/marker_off.gif);
	display:none;*/
	
}
.tree ul li ul li a {
	padding-left: 1em;
	/*margin-left: 1em;*/
	text-transform: none;
	font: bold 120% sans-serif, Verdana, Tahoma, Geneva;
	color: #083e6c;
	background-image: url(../img/marker_on.gif);
	
	/*border: 1px solid #000;*/
}
.tree ul li ul li a:hover {
	color: #cb4040;
	font-weight: bold;
}

/*.tree ul li*/


a.collapsible {
	
	background-image: url(../img/marker_off.gif);
}

a.noncollapsible {
	background-image: url(../img/marker_empty.gif);
}

a.collapsed {
	background-image: url(../img/marker_off.gif);
}
a.expanded {
	background-image: url(../img/marker_open.gif);
}

#header, #header tr, #header tr td {
	height: 88px;
}
#menu {
	height: 17px;
	vertical-align: middle;
}
#menu th{
	height: 17px;
	vertical-align: middle;
	text-align:left;
	
}

#licounter {
	margin-top:2px;
	border: solid 1px #FFF;
	
	}

#footer {
	height: 20px;
	margin: 0px;
	padding-left:10px;
	border-top: 1px solid #fff;
	border-bottom: 0px;
	background-color: #5482ad;
	color:#FFF;
}
#footer p {
	margin-left:10px;
	margin-right:10px;
	
}
.float {
	display:block;
	text-align:right;
	float:right;
}
.float a {
	color:#FFF;
	text-decoration:underline;
}
.float a:hover {
	color: #FDEAEA;
	text-decoration:underline;
}
#contentarea {
	padding-top:4px;
	padding-left:10px;
	padding-bottom:0px;
	padding-right:10px;
	border-top: 3px solid #5482ad;
	border-bottom: 3px solid #5482ad;
	
}
#contentarea table {
	width:100%;
	border-collapse:collapse;
	/*margin: 4 10 0 10px;*/
	/*border: 1px solid #5482ad;*/	
}
#breadcrumbs {
	color: #055370;
	font:  bold 90% Tahoma, Geneva, Verdana, sans-serif;
	text-align: left;
	text-decoration: none;
}

#download {
	color: #055370;
	font:  bold 100% Tahoma, Geneva, Verdana, sans-serif;
	text-align: right;
	text-decoration:none;
}
#download a {
	color: #a81c1c;
	text-decoration:none;
	font-size: 120%;
}
#download a:hover {
	text-decoration: underline;
}
.news {
	margin-top:10px;
	margin-right:5px;
	margin-bottom: 2em;
	color: #083e6c;
}
.news h2 {
	font: normal 150% Geneva, sans-serif, Tahoma, Verdana;
	margin-bottom:0.5em;
	color:#a81c1c;
	border-bottom: 1px solid #083e6c;
} 

.news h2 a {
	font: normal 150% Geneva, sans-serif, Tahoma, Verdana;
	margin-bottom:0em;
	color:#a81c1c;
}

#seccontent {
	vertical-align: top;
	
}

#seccontent .news h2 a {
	font: normal 100% Geneva, sans-serif, Tahoma, Verdana;
	margin-bottom:0em;
	color:#a81c1c;
	
}
.news a {
	font: bolder 100% Geneva, sans-serif, Tahoma, Verdana;
	color: #083e6c;
	margin-bottom:0.75em;
	display:block;
	text-decoration:none;
}
.news a:hover {
	text-decoration: underline;
}

.news p {
	font: normal 110% Verdana;
	color: #083e6c;
	line-height: 130%;
	
}
.date {
	color:#a81c1c;
	margin-right:0.3em;
}
.doc {
	width: 100%;
	margin-top:10px;
	margin-right:5px;
	margin-bottom: 2em;
	color: #083e6c;
	font: normal 110% Verdana;
}
.doc ol, .doc ul {
	
	margin-bottom: 0.5em;
	margin-top: 1em;
	
}
.doc ol li {
	
	list-style-position: outside;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	margin-left: 3em;
}
.doc ul li {
	
	list-style-position: outside;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	margin-left: 2em;
}
.doc ol li ul, .doc ul li ul {
	margin-bottom: 0em;
	margin-top: 0.5em;
}
.doc ol li ul li, .doc ul li ul li .doc ol li ol li{
	margin-left: 2.5em;
	margin-bottom: 0em;
	margin-top: 0em;
	list-style-position:outside;
	list-style-type: disc;
}
.doc ul li ul li {
	margin-left: 2.5em;
	margin-bottom: 0em;
	margin-top: 0em;
	list-style-position:outside;
	list-style-type: none;
}

.doc h4 {
	font: bold 110% Geneva, sans-serif, Tahoma, Verdana;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	color:#083e6c;
	border-bottom: none;
}
.doc h3 {
	font: bold 110% Geneva, sans-serif, Tahoma, Verdana;
	margin-bottom:0.5em;
	margin-top: -0.5em;
	color:#083e6c;
	border-bottom: none;
}
.doc h2 {
	font: normal 150% Geneva, sans-serif, Tahoma, Verdana;
	margin-bottom:0.5em;
	color:#a81c1c;
	border-bottom: 1px solid #083e6c;
}
.doc h1 {
	font: normal 160% Geneva, sans-serif, Tahoma, Verdana;
	margin-top: 1em;
	margin-bottom:0.5em;
	color:#a81c1c;
}
.doc .simple_list li {
	margin-top: 1em;
	list-style-type:none;
	font-size: 100%;
}

.simple_list ul {
	margin-top: 1em;
	
}
.simple_list li {
	margin-top: 0em;
	list-style-type:none;
	margin-left: 1em;
	font: normal 120% Verdana, Geneva, sans-serif, Tahoma;
}
.doc .simple_list li ul li {
	margin-left: 2.5em;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	list-style-position:inside;
	list-style-type: none;
}

.register tr th{
	color:#FFF;
	vertical-align:middle;
	height:auto;
	border: 1px solid #999;
}
.register tr td{
	vertical-align:middle;
	height:auto;
	border: 1px solid #999;
}
.register tr th p{
	color: #fff;
	margin: 0.3em;
	margin-left:0.5em;
}
.register tr td p{
	color: #083E6C;
	margin: 0.3em;
	margin-left:0.5em;
}


#maincontent {
	padding-right:15px;
	padding-left:10px;
}

#maincontent div {
	width: 100%;
	margin-left:0px;
	margin-right:0px;
	padding-left:0px;
	padding-right:0px;
	
}
#maincontent div h2{
	font-weight:bold;
}
#maincontent div a{
	font-size:100%;
}

#topmenu {
	/*width: 100%;
	height: 100%;*/
	list-style: none;
	text-align: left;
	vertical-align: middle;
	margin-left: 3em;
}

#topmenu li {
	
	display: inline;
	vertical-align: middle;
	list-style-type: none;
	margin-left: 3em;
}

#topmenu li a {
	text-transform: uppercase;
	text-decoration:none;
	color: #fff;
	font:  bold 130% sans-serif, Tahoma, Geneva, Verdana, sans-serif;
	text-align: left;
}

#topmenu li a:hover {
	color: #eee;
}
#topmenu li a:active {
	border: 0px;
	color: #eee;
}
#form tr td{
	padding: 0.5em;
}
#form tr th {
	padding: 0.5em;
	background-color:#FFF;
	vertical-align:middle;
	text-align:right;
}
strong {
	font: bold 100% Tahoma, Verdana, Geneva, sans-serif;
	font-weight:bold;
	color:#083e6c;
}

.pager {
	margin-top: 2em;
	text-align: left;
	font-size: 1em;
}

.pager strong {
	font: bold 130% Geneva, sans-serif, Tahoma, Verdana;
	color:#083e6c;
	
}
div.pager a {
	font-size: 1em;
	font: normal 100% Geneva, sans-serif, Tahoma, Verdana;
	color:#083e6c;
	
}

