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

* {margin: 0px;padding: 0px;}

html body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small; /* for IE 5 Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small;
	background-color:#0b4068;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;	
}
#container {
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 57px;
	padding-left: 57px;
	padding-top: 10px;
	background-image: url(../images/bg_repeat.png);
	background-repeat: repeat-y;
}
#masthead {
	height: 110px;
	padding-bottom: 20px;
}


#logo 	{
	width:202px;
	height:42px;
	float:left;
}
#logo a {
	display: block;
	width:200px;
	height:100px;
	text-indent:-9000px;
	background-repeat:no-repeat;
	background-image:url(../images/logo.png);
}
#top_contact {
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6B6B6B;
	border-bottom-color: #676767;
	margin-top: 10px;
	margin-right: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	font-size: 80%;
	font-weight: normal;
	padding-top: 4px;
	font-variant: small-caps;
	letter-spacing: 0.1em;
}
#nav {
	float: left;
	padding-left: 30px;
}
#nav ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
#nav li{
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	list-style-type: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	padding-bottom: 4px;
	font-size: 14px;
}
#nav li a{
	color: #777;
	text-decoration: none;
}
#nav li a:hover {
	color: #2B5493;
	text-decoration: underline;
}
#footer_left {
}
h2 {
	color: #2B5493;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	font-weight: normal;
	padding-bottom: 5px;
}
h4 {
	font-size: 100%;
	color: #8D8C7E;
	padding-bottom: 5px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	padding-top: 4px;
	font-size: 95%;
}
#main_content {
	padding-bottom: 10px;
}
#left_content {
	float: left;
	width: 380px;
	padding-left: 10px;
	padding-bottom: 30px;
	padding-top: 30px;
}
#right_content {
	float: right;
	padding-top: 30px;
}
#right_content img {
	border: 10px solid #0b4068;
}
#list_1 li {
	list-style-type: square;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	color: #2B5493;
	font-weight: bold;
}
#list_1 {
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 15px;
}
#footer {
	height: 106px;
	padding-top: 45px;
	clear: both;
	width: 945px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_footer.png);
	background-repeat: no-repeat;
	padding-right: 57px;
	padding-left: 57px;
}
#footer_left {
	float: left;
	padding-left: 10px;
	color: #999;
	font-size: 80%;
}
#footer_left a {
	text-decoration: none;
}
#footer_left a:hover {
	text-decoration: underline;
}
#footer_right {
	float: right;
	padding-right: 10px;
	color: #2B5493;
	font-size: 80%;
}
.clear {
	clear: both;
}
.caption {
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	color: #00406B;
	font-size: x-small;
	padding-top: 5px;
	text-align: right;
}

#about #container #masthead #nav ul #about a {
	color: #2B5493;
	text-decoration: underline;
	}