html,
body {
   margin:0;
   padding:0;
   height:100%;
}
#container {
   min-height:100%;
   position:relative;
}
.header {
	background-color: #355475;
	height: 115px;
	width: 100%;
}
.nav_color {
	height: 10px;
	width: 100%;
	background-color: #273E56;
}
.header_con {
	height: 110px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
.banner {
	background-image: url(../img/banner.png);
	float: left;
	height: 80px;
	width: 180px;
}
.navigation {
	float: left;
	height: 25px;
	width: 900px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* Start of Navigation CSS */
.nav_l {
	list-style: none;
	float: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
	clear: none;
}
.nav_l a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	height: 18px;
	border-right-color: #FFFFFF;
	margin-right: 15px;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 7px;
	-moz-border-radius-topright: 4px; 
	-moz-border-radius-topleft: 4px;
}
.nav_l a:hover {
	text-decoration: none;
	background-color: #2F4A66;
}
.nav_l a:visited { }
.nav_v {
	list-style: none;
	float: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
	clear: none;
}
.nav_v a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	height: 18px;
	border-right-color: #FFFFFF;
	margin-right: 15px;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 7px;

	-moz-border-radius-topright: 4px; 
	-moz-border-radius-topleft: 4px;
	background-color: #273E56;
}
.nav_v a:hover {
	background-color: #273E56;
}
.nav_v a:visited { }
.foo_l {
	list-style: none;
	float: left;
	text-decoration: none;
	margin: 0;
	padding: 0;
	clear: none;
}
.foo_l a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	text-decoration: none;
	text-align: left;
	color: #666666;
	font-weight: normal;
	height: 16px;
	padding-left: 15px;
	-moz-border-radius-topright: 4px; 
	-moz-border-radius-topleft: 4px;
	width: 175px;
	margin-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C5C5C5;
}
.foo_l a:hover {
	text-decoration: none;
	color: #415F76;
}
.foo_l a:visited { }

.sidebar_nav {
	list-style: none;
	float: none;
	text-decoration: none;
	margin: 0;
	padding: 0;
	clear: none;
}
.sidebar_nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	text-decoration: none;
	text-align: left;
	color: #333333;
	font-weight: normal;
	height: 18px;
	width: 220px;
	padding-left: 12px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #E5E5E5;
}
.sidebar_nav a:hover {
	text-decoration: none;
	background-color: #F4F4F4;
	color: #BB0000;
}
.sidebar_nav a:visited { }
/* End of Navigation */
.footer {
	background-color: #E4E4E4;
	height: 180px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D8D8D8;
	background-image: url(../img/bg/footer.png);
	position: relative;
	left: 0;
	bottom: 0px;
}
.footer_con {
	height: 150px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.footer_nav {
	float: left;
	width: 200px;
	margin-top: 5px;
	margin-right: 25px;
	height: 145px;
}
.footer_nav_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	height: 25px;
	width: 190px;
	margin-right: 10px;
}
.footer_nav_con {
	width: 200px;
}
.footer_bot {
	float: left;
	height: 22px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	padding-top: 8px;
	border-top-color: #C5C5C5;
	border-top-width: 1px;
	border-top-style: solid;
	text-align: center;
	background-image: url(../img/bg/footer_bot.png);
}
#body {
	padding-bottom: 30px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../img/bg/body.png);
	background-repeat: repeat-x;
}
.news_con {
	float: left;
	height: auto;
	width: 650px;
}
.body_sidebar {
	float: right;
	height: auto;
	width: 232px;
	background-color: #EFEFEF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E1E1E1;
	border-right-color: #E1E1E1;
	border-left-color: #E1E1E1;
}
.news {
	background-color: #EFEFEF;
	width: 650px;
	border: 1px solid #E1E1E1;
	margin-bottom: 10px;
}
.news p {
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}
.news a {
	color: blue;
	text-decoration: none;
}
.news a:hover {
	text-decoration: underline;
}
.news small {
	padding: 0;
	margin: 0;
	font-size: 11px;

}
.news i {
	padding: 0;
	margin: 0;
}
.news_title {
	height: 28px;
	width: 638px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
	background-color: #F5F5F5;
	border: 1px solid #FFFFFF;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.news_title:hover {
	background: #ffffff;
}
.news_title a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
	text-decoration: none;
}
.news_text_con {
	width: 634px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
}
.body_container {
	padding-bottom: 180px;
}
#body_con {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding-bottom: 100px;
}
.body_news {
	width: 650px;
	float: left;
}
.sidebar_con {
	width: 230px;
}
.sidebar_title {
	background-color: #F5F5F5;
	padding: 2px;
	height: 28px;
	width: 226px;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #666666;
}
.sidebar_gen {
	height: auto;
	width: 232px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
}

.sidebar_sub_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 222px;
	padding-left: 8px;
}
.sidebar_form_con {
	height: auto;
	width: 222px;
	padding-left: 10px;
}
.sidebar_form_con_submit {
	height: auto;
	width: 222px;
	padding-left: 10px;
	border-bottom: solid 1px #E1E1E1;
}
.sidebar_title_box {
	width: 200px;
	border: solid 1px #E1E1E1;
	height: 20px;
	padding-top: 6px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C8C8C8;
	font-style: italic;
	padding-right: 3px;
	margin-bottom: 8px;
	margin-left: 8px;
}
.sidebar_title_body {
	width: 500px;
	border: solid 1px #E1E1E1;
	padding-top: 6px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C8C8C8;
	font-style: italic;
	padding-right: 3px;
	margin-bottom: 8px;
	margin-left: 8px;
}
.sidebar_title_box:focus {
	width: 200px;
	border: solid 1px #9B9B9B;
	height: 20px;
	padding-top: 6px;
	padding-left: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-style: normal;
	padding-right: 3px;
}

label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	width: 222px;
	display: block;
	margin-left: 8px;
}

form .submit input[type=submit] {
	background-image: url(../img/button.png);
	width: 80px;
	height: 27px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 4px;
	margin-bottom: 5px;
	background-color: #EFEFEF;
	text-shadow: #313131 1px 1px 0px;
	margin-left: 8px;
}
form .submit input[type=submit]:hover {
	background-image: url(../img/button_hover.png);
	width: 80px;
	height: 27px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 4px;
	margin-bottom: 5px;
}

.sidebar_button {
	background-image: url(../img/button.png);
	width: 80px;
	height: 27px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 4px;
	margin-bottom: 5px;
	background-color: #EFEFEF;
	text-shadow: #313131 1px 1px 0px;
}
.sidebar_button:hover {
	background-image: url(../img/button_hover.png);
	width: 80px;
	height: 27px;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin-top: 4px;
	margin-bottom: 5px;
}
#advert {
	float: none;
	height: 250px;
	width: 900px;
	margin-bottom: 40px;
}
.news_box_subtext {
	width: 620px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-left: 14px;
}
.news_box_form {
	width: 616px;
	padding-left: 18px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
input[type=radio] { 
	width: auto;
	margin: 0 3px 1px 0;
}
div.radio label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0 0 6px 20px;
}

