html, body {
	background: #f0f0f0 url("p_b.gif") repeat-y 50% 0;
	color: #07101b;
	font-size: 12px;
	letter-spacing: 0.02em;
	font-family: Verdana, Arial, "lucida grande", Tahoma, sans-serif;
	padding: 0;
	margin: 0;
	line-height: 15px;
}

#body_container {
	padding: 0;
	text-align: center;
	width:auto;
	/*position: relative;*/
}

#body_container .body_content {
	width: 970px;
	margin: 0 auto;
	text-align: left;
	background-color: white;
	background-image: url(../images/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

ul, h1, h2, h3, h4, h5, h6, p, form, input {
	padding: 0px; 
	margin: 0px;
}

li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}

a {
	color: #013068;
	text-decoration:underline;
	cursor: pointer;
}

a:hover {
	color: #f60006;
	text-decoration: underline;
}



a:focus { 
	outline: none; 
}

img {
	border: none;
}

h2 {
	background: transparent url("arrow.gif") no-repeat 0 0;
	font-size: 15px; 
	font-weight: bold;
	padding: 0 0 0 25px;
	line-height: 1.3;
	margin: 5px 0 7px 0;
	
}

h2, h2 a {color: #006BB7;}

h2.current {
	background-position: 0 -114px;
}

h2 a:hover, h2.current a {
	color: #f46310;
}

h3 {
	font-size: 14px;
	padding: 0 0 10px 0;
}

h4 {
	font-size: 13px;
	margin: 0 0 10px 0;
	line-height: 17px;
}
small {
	font-size: 11px;
}

.clean { clear: both;}

/* header*/

.header_container {
	position: relative;
	height: 230px;
}

a.logo_main {
	display: block;
	position: absolute;
	right: 28px; top: 0px;
	width: 140px; height: 92px;
	background: transparent url("logo.gif") no-repeat 0 0;
}

.language_cnt {
	margin: 0 0 0 28px;
}

.language_cnt  a {
	font-size: 11px;
	float: left;
	display: block;
	background-color: #013068;
	color: white;
	padding: 7px .4em 0;
	margin-right: 2px;
	height: 23px;
	line-height: 1;
	border: 1px solid #c1bfba;
	border-top: none;
	overflow: hidden;
	text-decoration:none;
}

.language_cnt  a:hover, .language_cnt  a.current {
	color: white;
	background-color: #f60006;
	text-decoration: none;
}

.main_body  {
	min-height: 400px;
	width: 100%;
	line-height: 1.5;
	padding-bottom: 12px;
}

.main_body .main {
	position: relative;
	display: inline;
	float: right;
	width: 760px;
	overflow: hidden;
}

.main_body .permanent {
	position: relative;
	margin-top: 171px;
	display: inline;
	float: left;
	width: 210px;
	overflow: hidden;
}

.main  .main_cnt {
	overflow: hidden;
	padding-top: 0;
	padding-right: 28px;
	padding-bottom: 0;
	padding-left: 28px;
	
}

.main .content {
	position: relative;
	width: 100%;
}

.main .content_1 {
	position: relative;
	display: inline;
	float: left;
	width: 433px;
	overflow: hidden;
}

.main .content_2 {
	position: relative;
	display: inline;
	float: right;
	width: 251px;
	overflow: hidden;
	margin-left: 20px;
}

.footer {
	background: #2b8bde;
	padding-bottom: 14px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

.footer .footer_content {
	padding: 10px 28px;
	background: #96d9f4;

}

.menu ul, .menu {
	background-image: url(menu_bg.gif);
	background-repeat: no-repeat; 
}

.menu {
	background-position: 100% 0;
	padding-top: 14px;

}

.menu ul {
	display: block;
	position: relative;
	background-position: 100% 100%;
	padding-bottom: 14px;
	
}

.menu ul li  {	
	position: relative;
	padding: 0 1px 0 0;
}

*html .menu ul li  {
	display: inline;
}

.menu ul li  a {	
	display: block;
	position:relative;
	padding: 7px 14px 7px 34px;
	font-size: 12px;
	font-weight: bolder;
	overflow: hidden;
	text-decoration:none;
}

.menu ul li  a:hover, .menu ul li.current a {
	color: #F60106;
	text-decoration:none;
}

.menu ul li  a span { 
	background: transparent url(arrow.gif) 0 0;
	width: 14px;
	height: 7px;
	float:left;
	font-size:0;
	line-height:0;
	margin-left: -24px;
	margin-top: 4px;
	overflow:hidden;
	position:relative;
}

.menu ul li.current  a span, .menu ul li  a:hover span { 
	background-position: 0 -7px;
}


.block { margin-bottom: 17px;}


p.center_c {
	text-align: center;
	margin-top: 5px;
	
	
	
}
.permanent .submit_btn {
	background: transparent url("submit.gif") no-repeat 0 0;
	display: block;
	border: none;
	width: 151px;
	height: 48px;
	overflow: hidden;
	text-indent: -500px;
	margin: 0 auto;
	cursor:pointer;
}


*html .clearfx {
	height: 1% !important;
}

.clearfx:after, .edit_icons:after, div.album:after, .announcement_content:after, .sub_header p:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  visibility: hidden;
}

