body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #1C2957;
	background-image: url(images/background_blue.gif);
	background-position: center;
	background-position: top;
    background-repeat: repeat-x;
}

html, body, #wrapper, h1 {
	margin: 0;
	padding: 0;
}

a.email { color: #42BCCD; }

a { color: #011D45; }

a:hover {
	background: #016877;
	color: black;
	padding-top: 2px;
	padding-bottom: 2px;
}

img { border: 0; }

p {text-align: center; }

#wrapper {
	border:5px solid #7795B7;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 800px;
	position: relative;
}

h1 {
    text-align: center;
    font-size: 24px;
    font-weight: bolder;
    color: #011D45;
	margin: 0;
	padding: 0;
}

h2{
    text-align: center;
	font-size: 20px;
    font-weight: bolder;
    font-family: arial, helvetica, arial, sans-serif;
	margin: 0 0 5px 0;
	padding: 0;
}

h3 {
	font-size: 10px;
	padding: 4px 0 0 0;
}

h4{
    font-size: 18px;
    font-weight: bolder;
}

.block {
	display: block;
}

.clear {
	clear: both;
	height: auto;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

li {
	line-height: 200%
}


#inner {
	background: #7795B7;
	min-height: 250px;
    height: auto;
	color: black;
	margin-bottom: 0px;
}

#header {
	background: #016877;
	position: relative;
}

#header img {
	display: block;
}

#nav {
	position: absolute;
	right: 30px;
	top: -1px;
	width: 350px;
	height: 14px;
	color:#000000;
	text-align: right;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

.toptitle {
	padding-top: 10px;
	background: #011D45;
	color: #799ED0;
}

.contacts {
	position: absolute;
	top: 580px;
	width: 200px;
}

#browse {
	background-color: #7795B7;
	float: left;
	width: 190px;
	margin: 0px;
	padding-left: 2px;
	padding-right: 7px;
	padding-top: 6px;
	padding-bottom: 40px;
}

#browse dt {
	background: #5A8053;
	color: #011D45;
	margin-top: 0px;
	padding: 6px 0px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #011D45;
	border-bottom: 0px;
}

#browse dd {
	background: #D6E4D4;
	border-bottom: 1px solid #003840;
	border-left: 1px solid #003840;
	border-right: 1px solid #003840;
	padding: 0;
	margin: 0px;
}

#browse dd a {
	color: #011D45;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 3px 22px;
}

#browse dd a:hover {
	background: #016877;
	color: #011D45;
}

#browse .first {
	border-top: 1px solid #003840;
	padding-top: 10px;
}

#browse2 {
	background-color: #7795B7;
	float: left;
	width: 190px;
	margin: 0px;
	padding-left: 2px;
	padding-right: 7px;
	padding-top: 6px;
	padding-bottom: 40px;
	position: absolute;
	top: 490px;
	left: 0px;
}

#browse2 dt {
	background: #5A8053;
	color: #011D45;
	margin-top: 2px;
	padding: 6px 0px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #011D45;
	border-bottom: 0px;
}

#browse2 dd {
	background: #D6E4D4;
	border-bottom: 1px solid #003840;
	border-left: 1px solid #003840;
	border-right: 1px solid #003840;
	padding: 0;
	margin: 0px;
}

#browse2 dd a {
	color: #011D45;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 3px 22px;
}

#browse2 dd a:hover {
	background: #016877;
	color: #011D45;
}

#browse2 .first {
	border-top: 1px solid #003840;
	padding-top: 10px;
}

#main {
	float: right;
	width: 587px;
	padding: 5px;
	position: relative;
	color: black;
	margin-right: 2px;
	margin-top: 6px;
	min-height: 463px;
	background-color: #F4F5FB;
	border: 1px solid black;
}

table {
	font: 12px/24px Verdana, Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	border: solid 2px black;
    text-align: center;
	}
	
tr {
	border: solid black 1px;
	text-align: center;
}

td {
	border: solid black 1px;
	text-align: center;
}

th {
	padding: 0 0.5em;
	text-align: left;
	}

#footer {
	border: 1px solid black;
	background: #D6E4D4;
	padding: 8px 8px 5px 8px;
	position: relative;
	margin-bottom: 0px;
	text-align: center;
}

#footerback {
	border: 1px solid #7795B7;
	border-top: 6px solid #7795B7;
}
	
#footer a {
	padding: 1px;
	font-weight: bold;
	color: #011D45;
	text-decoration: none;
}

#footer a:hover {
	background: #016877;
	color: #011D45;
}

ol.alpha {
	list-style-type: lower-alpha
}

#nobullet {
	padding: 0;
	margin: 0;
}

#nobullet li {
	list-style-type: none;
}

.style2 {
	font-size: 11pt;
	font-weight: bold;
}

.style1 {
	text-align: center;
    font-size: 24px;
    font-weight: bolder;
    color: #011D45;
	margin: 0;
	padding: 0;
}

