body{
	margin: 0px;
	padding: 0px;
	background: url('img/bg_body.jpg') top left repeat-x #22365c;
	font-family: arial, sans-serif;
}

form{
	margin: 0px;
	padding: 0px;
}

#page{
	width: 940px;
	padding: 0px;
	margin: 0 auto;
}

#header{
	width: 940px;
}

#header_top{
	width: 940px;
	text-align: right;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 6px;
}

#logo{
	clear: both;
	float: left;
	padding: 11px 0px 11px 18px;
	width: 410px;
	height: 56px;
}

#logo a img{
	border: 0px;
}

#search{
	float: right;
	width: 175px;
	height: 26px;
	padding-top: 25px;
	padding-right: 1px;
}

#keyword_field{
	clear: both;
	float: left;
	margin-top: 3px;
	border-top: 1px solid #97aace;
	border-left: 1px solid #97aace;
	height: 19px;
	width: 145px;
}

#keyword{
	float: left;
	border: 0px;
	border-top: 1px solid #dce2ee;
	border-left: 1px solid #dce2ee;
	height: 16px;
	width: 138px;
	line-height: 16px;
	color: #a6acb8;
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	background: #ffffff;
}

#submit_field{
	float: left;
	width: 27px;
	height: 26px;
	
}

#search_submit{
	float: left;
	width: 27px;
	height: 26px;
	background: url('img/search.jpg') top left no-repeat;
	border: 0px;
}

#top_menu{
	clear: both;
	float: left;
	width: 930px;
	height: 33px;
	background: url('img/bg_top_menu.jpg') bottom left repeat-x #06132f;
	padding: 0px 5px 0px 5px;
}

.top_menu_item{
	float: left;
	padding-top: 6px;
	height: 27px;
}

.top_menu_item a{
	float: left;
	padding: 6px 11px 0px 12px;
	height: 21px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.top_menu_item a:hover{
	text-decoration: underline;
}

.top_menu_spacer{
	float: left;
	height: 33px;
	background: url('img/top_menu_spacer.jpg') bottom left no-repeat;
	width: 1px;
}

#top_menu_item_sel{
	float: left;
	padding-top: 6px;
	height: 27px;
}

#top_menu_item_sel a{
	float: left;
	padding: 6px 13px 0px 13px;
	height: 21px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	background: #5187c7;
}

#top_menu2{
	clear: both;
	float: left;
	width: 940px;
	height: 23px;
	background: #5187c7;
}

.top_menu2_item{
	float: left;
	height: 17px;
	padding: 3px;
}

.top_menu2_item a{
	float: left;
	height: 15px;
	font-size: 11px;
	color: #d2e2f5;
	padding: 2px 15px 0px 15px;
	text-decoration: none;
}

.top_menu2_item a:hover{
	text-decoration: underline;
}

#top_menu2_item_sel{
	float: left;
	height: 17px;
	padding: 3px;
}

#top_menu2_item_sel a{
	float: left;
	height: 15px;
	font-size: 11px;
	color: #ffffff;
	padding: 2px 15px 0px 15px;
	font-weight: bold;
	text-decoration: none;
}

#content{
	clear: both;
	float: left;
	width: 938px;
	border-left: 1px solid #e1e0dd;
	border-right: 1px solid #e1e0dd;
	background: url('img/bg_content.jpg') 662px 0px repeat-y #ffffff;
}

#content2{
	clear: both;
	float: left;
	width: 938px;
	background: url('img/bg_content2.jpg') 662px bottom no-repeat;
	padding-top: 10px;
}

#content_left{
	clear: both;
	float: left;
	width: 650px;
	padding-left: 8px;
	padding-right: 13px;
	padding-bottom: 20px;
}

#content_right{
	float: left;
	width: 250px;
	padding: 10px 0px 20px 17px;
}

#home_img{
	clear: both;
	float: left;
	width: 650px;
	height: 164px;
}

#home_img{
	border: 0px;
}

#content_left h1{
	clear: both;
	float: left;
	width: 650px;
	margin: 0px;
	padding: 20px 0px 10px 0px;
	color: #34538e;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -1px;
}

#content_left h2{
	clear: both;
	float: left;
	width: 650px;
	margin: 0px;
	padding: 20px 0px 5px 0px;
	color: #585555;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
}

#content_left h3{
	clear: both;
	float: left;
	width: 650px;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	color: #585555;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -1px;
}

#content_left h4{
	clear: both;
	float: left;
	width: 650px;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	color: #585555;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}

#content_left p{
	clear: both;
	padding: 8px 0px 7px 0px;
	margin: 0px;
	color: #333333;
	font-size: 12px;
}

#content_left ul, #content_left li{
	clear: both;
	color: #333333;
	font-size: 12px;
}

#content_left ol{
	clear: both;
	color: #333333;
	font-size: 12px;
}

#content_right h1{
	clear: both;
	padding-top: 8px;
	padding-bottom: 5px;
	font-size: 21px;
	color: #b9341a;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0px;
}

#statement_content{
	clear: both;
	float: left;
	width: 155px;
	padding: 5px 5px 30px 0px;
}

#statement_text{
	clear: both;
	float: left;
	width: 155px;
	color: #555555;
	font-size: 12px;
}

#statement_signature{
	clear: both;
	padding-top: 5px;
	font-family: rage italic, sans-serif;
	font-size: 20px;
	color: #555555;
}

#statement_picture{
	float: left;
	width: 60px;
	height: 76px;
	border: 1px solid #e8ebf1;
	padding: 5px;
	background: #f8f9fb;
}

#statement_picture img{
	width: 60px;
	height: 76px;
}

.news_container{
	clear: both;
	float: left;
	padding: 5px 15px 13px 5px;
}

.news_date{
	clear: both;
	font-size: 11px;
	color: #444444;
	padding-bottom: 5px;
}

.news_title{
	clear: both;
	width: 230px;
}

.news_title a{
	font-size: 12px;
	color: #444444;
	font-weight: bold;
}

.news_content{
	clear: both;
	color: #616161;
	font-size: 11px;
	width: 230px;
}

.news_content a{
	color: #616161;
	font-size: 11px;
	text-decoration: underline;
}

#news_archive{
	clear: both;
	padding-left: 5px;
	padding-bottom: 40px;
}

#news_archive a{
	float: left;
	white-space: nowrap;
	background: url('img/archive.jpg') bottom right no-repeat;
	padding-right: 9px;
	color: #b9341a;
	font-size: 11px;
	font-weight: bold;
}

#newsletter{
	clear: both;
	padding-top: 5px;
}

#email_field{
	clear: both;
	float: left;
	width: 164px;
	height: 21px;
	border-top: 2px solid #e0e4eb;
	border-left: 2px solid #e0e4eb;
	border-bottom: 2px solid #e0e4eb;
}

#email{
	float: left;
	border: 0px;
	height: 18px;
	width: 158px;
	font-size: 12px;
	color: #a6acb8;
	font-weight: bold;
	padding: 3px 3px 0px 3px;
}

#newsletter_submit_field{
	float: left;
	width: 71px;
	height: 25px;
}

#newsletter_submit{
	float: left;
	border: 2px solid #0b1d41;
	background: #22365c;
	height: 25px;
	width: 67px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, sans-serif;
	letter-spacing: 1px;
}

#partners{
	clear: both;
	width: 938px;
	border-left: 1px solid #e1e0dd;
	border-right: 1px solid #e1e0dd;
	border-bottom: 1px solid #9da5b3;
	background: #ffffff;
}

#partners h1{
	clear: both;
	margin: 0px 0px 0px 10px;
	background: #f5f5f5;
	padding: 5px 0px 5px 15px;
	color: #565656;
	font-weight: bold;
	font-size: 12px;
	width: 70px;
}

#partners_content{
	clear: both;
	width: 898px;
	background: #f5f5f5;
	padding: 10px 14px 0px 26px;
}

.partner{
	float: left;
	padding: 0px 10px 10px 0px;
	width: 118px;
	height: 65px;
	text-align: center;
}

.partner a{
	float: left;
	width: 118px;
	height: 65px;
	background: #ffffff;
	margin: 0 auto;
}

.partner a img{
	border: 0px;
	margin: 0 auto;
}

#bottom_menu{
	clear: both;
	width: 935px;
	height: 36px;
	background: #0b1d41;
	padding-left: 5px;
}

.bottom_menu_item{
	float: left;
	padding: 5px 2px 5px 2px;
	height: 26px;
}

.bottom_menu_item a{
	float: left;
	height: 16px;
	color: #aabbda;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
}

.bottom_menu_item a:hover{
	text-decoration: underline;
}

#bottom_menu_item_right{
	float: right;
	padding: 5px 2px 5px 2px;
	height: 26px;
}

#bottom_menu_item_right a{
	float: right;
	height: 16px;
	color: #aabbda;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
}

#bottom_menu_item_right a:hover{
	text-decoration: underline;
}

#footer{
	clear: both;
	width: 930px;
	height: 40px;
	padding-top: 10px;
	padding-left: 10px;
	color: #6f84ae;
	font-size: 11px;
}

#bottom_menu_left{
	clear: both;
	float: left;
	width: 835px;
}

#bottom_menu_right{
	float: right;
	width: 100px;
}

#events_news{
	clear: both;
	float: left;
	width: 315px;
	padding-right: 15px;
	padding-top: 13px;
}

#events_news h2{
	clear: both;
	float: left;
	height: 22px;
	width: 309px;
	padding-left: 6px;
	padding-top: 8px;
	background: #f3f3f3;
	color: #585555;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
}

#news_events{
	float: left;
	width: 315px;
	padding-top: 13px;
}

#news_events h2{
	clear: both;
	float: left;
	height: 22px;
	width: 309px;
	padding-left: 6px;
	padding-top: 8px;
	background: #f3f3f3;
	color: #585555;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
}

.en_event{
	clear: both;
	width: 295px;
	padding: 15px 15px 0px 5px;
}

.en_event_title{
	clear: both;
	color: #403c3c;
	font-size: 14px;
	font-weight: bold;
}

.en_event_title span{
	font-weight: normal;
	font-style: italic;
	font-size: 13px;
}

.en_event_content{
	clear: both;
	width: 292px;
	color: #333333;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 3px;
}

.en_event_content a{
	color: #b9341a;
	text-decoration: none;
}

.en_event_content a:hover{
	text-decoration: underline;
}

.ne_news_container{
	clear: both;
	width: 295px;
	padding: 15px 15px 0px 5px;
}

.ne_news_date{
	clear: both;
	font-size: 11px;
	color: #444444;
	padding-bottom: 5px;
}

.ne_news_title{
	clear: both;
	width: 295px;
}

.ne_news_title a{
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

.ne_news_content{
	clear: both;
	color: #616161;
	font-size: 11px;
	width: 295px;
}

.ne_news_content a{
	color: #b9341a;
	text-decoration: none;
}

.ne_news_content a:hover{
	text-decoration: underline;
}

.all_resources{
	clear: both;
	padding-left: 5px;
	padding-bottom: 40px;
	padding-top: 20px;
}

.all_resources a{
	float: left;
	white-space: nowrap;
	background: url('img/archive.jpg') bottom right no-repeat;
	padding-right: 9px;
	color: #b9341a;
	font-size: 11px;
	font-weight: bold;
}
.searchLink {
	font-size: 12px;
	color: #444444;
}
.searchText {
	color: #616161;
	font-size: 11px;
	padding-top: 5px;
}
.searchAddress {
	color: #34538e;
	font-size: 11px;
	padding-bottom: 10px;
}

#complete_all{
	clear: both;
	color: #bcbe97;
	font-size: 10px;
	padding-left: 10px;
}

#contact_form{
	clear: both;
	float: left;
	width: 500px;
	padding-left: 7px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.field_name{
	float: left;
	width: 75px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #72735c;
	padding-top: 13px;
	padding-right: 5px;
}

.field_input{
	float: left;
	padding-top: 8px;
	width: 200px;
}

.field_input input{
	float: left;
	width: 166px;
	border: 2px solid #ecedd7;
	height: 18px;
	font-size: 12px;
	color: #72735c;
	padding-top: 3px;
}

.field_input textarea{
	float: left;
	width: 266px;
	border: 2px solid #ecedd7;
	height: 150px;
	font-size: 12px;
	color: #72735c;
}

#contact_submit{
	clear: both;
	float: left;
	padding-left: 80px;
	padding-top: 15px;
}

#contact_submit input{
	float: left;
	background: #ecedd7;
	font-size: 12px;
	color: #666666;
	border: 0px;
	width: 105px;
	height: 24px;
	font-weight: bold;
}

#email1{
	float: left;
	width: 166px;
	border: 2px solid #ecedd7;
	height: 18px;
	font-size: 12px;
	color: #72735c;
	padding-top: 3px;
	font-weight: normal;
}

#contact_reset{
	float: left;
	padding-left: 20px;
	padding-top: 15px;
}

#contact_reset input{
	float: left;
	background: #ecedd7;
	font-size: 12px;
	color: #666666;
	border: 0px;
	width: 105px;
	height: 24px;
	font-weight: bold;
}