@charset "utf-8";
/* CSS Document */

body {
	color: #000000;
	background-color: #6687b5;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 15px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:link,a:visited {
	color: #07376f;
}
#header,#main,#footer {
	display: block;
	width: 830px;
	text-align: center;
	padding: 15px 25px;
	background-color:#FFFFFF;
	margin: 0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #10498C;
	border-left-color: #10498C;
}
#header {
	width: 850px;
	height: 216px;
	padding: 15px;
	color: #FFFFFF;
	background-color: #17498f;
	background-image: url(/images/main/header_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.small {
	font-size: 9px;
}
.box {
	display: block;
	width: 460px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #FFEDD5;
	border: 2px solid #ED8F67;
}


#footer {
	font-size: 9px;
	width: 850px;
	padding: 2px 15px;
	color: #FFFFFF;
	background-color: #17498f;
}
#logo {
	height: 216px;
	width: 129px;
	float: left;
	clear: none;
}
#address {
	color: #94aed1;
	text-align: right;
	float: right;
	clear: none;
	width: 200px;
	margin: 0;
	font-weight: bold;
	line-height: 125%;
	height: 180px;
}
#menu {
	width: 624px;
	float: right;
	clear: none;
	text-align: center;
	display: block;
	padding: 0;
	margin: 32px auto 0;
	height: 19px;
}
#header #menu ul {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
	height: 19px;
}
#header #menu li {
	color: #071d38;
	display: block;
	width: 95px;
	font-weight: bold;
	font-size: 11px;
	height: 13px;
	float: left;
	padding: 4px 3px 2px 3px;
	margin: 0;
	text-transform: uppercase;
	background-repeat: no-repeat;
}

#header #menu li {
	background-image: url(/images/buttons/button.gif);
}
#header #menu li:hover {
	background-image: url(/images/buttons/button_over.gif);
}
#header #menu li.current,#header #menu li.current:hover  {
	background-image: url(/images/buttons/button_current.gif);
}
#header #menu ul li a, #header #menu ul li a:link, #header #menu ul li a:visited, #header #menu ul li a:active, #header #menu ul li a:hover {
	width: 95px;
	display: block;
	color: #071d38;
}
#header #menu ul li a:hover {
	color: #173e6c;
}
#main *,.left {
	text-align: left;
}
#main .center {
	text-align: center;
}
#main .bottom {
	vertical-align: bottom;
}
#main ul {
	margin-left: 1em;
}
#main li {
	margin: 0 0 15px 0;
}
td {
	vertical-align: top;
}
h1,h2,h3 {
	clear: both;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	color: #17498f;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
p.highlight {
	color: #CA4200;
}
input,select,textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;	
}
.submit {
	text-align: center;
	font-weight: bold;
	padding: 1px 10px;
}
