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

div.clear {
    content: "."; 
    display: block; 
    height: 0px; 
    clear: both; 
    visibility: hidden;
}

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 90.5%/1.5em "Tahoma", Verdana, Arial, "Lucida Grande", sans-serif;
	color: #333333;
}

.header {
	width: 100%;
	height: 100px;
	text-align: left;
	height: 155px;
}

.header_left {
	width: 360px;
	float: left;
	height: 140px;
}

.header_right {
	width: 650px;
	height: 140px;
	float: left;
}

.receive_newletter {
	width: 640px;
	height: 32px;
	float: left;
	color: #748698;
	background-color: #DDE7F0;
	border: 1px solid #CDD6DF;
}

.textbox {
	border: 1px solid #CDD6DF;
}

.header_right_contact_information {
	width: 640px; 
	text-align: right;
	color: #0052A2;
	font-size: 14px;
}

.top_menu {
	text-align: right; 
	width: 640px;
	height: 40px;
}

.top_menu a {
	color: #0072BC;
	text-decoration: none;
}

.top_menu a:hover {
	color: #333333;
	text-decoration: none;
}

.content_header {
	width: 96%;
	height: 50px;
	text-align: center;
	background-color: #DDE7F0;
	border: 1px solid #BDC8D2;
	padding: 10px;
}

.content {
	width: 96%;
}

.nav_item {
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 215px;
	height: 27px;
	padding-top: 2px;
}

.nav_item:hover {
	margin-left: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	width: 213px;
	height: 25px;
	padding-top: 2px;
	border: 1px solid #D0DAE2;
	background-color: #E2EBF2;
}

.nav_item a {
	color: #191922;
	text-decoration: none;
}

.nav_item a:hover {
	color: #191922;
	text-decoration: none;
}

.content_box {
	background-color: #DCE6ED;
	width: 100%; 
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}

.content_subtitle {
	font-size: 15px;
	color: #005DAA;
	font-weight: bold;
}

.content_footnote {
	font-size: 10px;
	color: #005DAA;
	font-style:italic;
}

.content_right_contact_text {
	font: 90.5%/1.5em "Tahoma", Verdana, Arial, "Lucida Grande", sans-serif;
	text-align: right;
}

.content_right a {
	color: #0066FF;
	text-decoration: none;
}

.content_right a:hover {
	text-decoration: none;
	color: #0099FF;
}

.content_right_header {
	float: left;
	width: 715px;
	text-align: left;
	background-color: #5081C0;
	padding: 10px;
}

.content_right_header_title {
	float: left;
	width: 400px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: left;
}

.content_right_header_slogan {
	float: left;
	width: 280px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: right;
}

.content_left {
	float: left;
	text-align: left;
	background-color: #DDE7F0;
	border: 1px solid #BDC8D2;
	width: 240px;
	padding: 10px;
}

.content_left_links {
	background-image: url(../images/content_left_bg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF; 
	border-left: 1px solid #D0DAE2; 
	border-right: 1px solid #D0DAE2; 
	border-bottom: 1px solid #D0DAE2; 
	width: 219px
}

.content_right {
	text-align: left;
	float: left;
	width: 715px;
}

.footer {
	text-align: right;
	height: 40px; 
	width: 950px; 
}