* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
}

body {
	margin: 9px 10px 20px 10px;  
	padding: 0;
	color: #000;
	background: #fff;
}

a {
	outline: 0;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

/****************** WRAPPER *********************/

#wrapper{
	margin: 0 auto;
	width: 100%;
	min-width: 785px;
}

/* MIN WIDTH FIX FOR EI6 */
* html .minwidth {	
	float: left; 	
	position: relative; 
	z-index: 1;
	border-left: 785px solid #fff; 
}

* html .minwidth_inner {	
	float: left; 
	position: relative; 
	margin-left: -785px; 
	z-index: 2;
}

/****************** HEADER *********************/

#header {
	clear: both;
	height: 108px;
	background: url(img/header_left.jpg) no-repeat top left;
}

#header #header_inner {
	padding: 1px 10px;
	height: 106px;
	background: url(img/header_right.jpg) no-repeat top right;
}

#header #header_inner #header_inner_inner {
	height: 104px;
	padding-top: 1px;
	border-top: solid 1px #afb0b2;
	background: url(img/header_bg.gif) repeat-x bottom;
}

#header_inner_inner #title {
	float: left;
	padding-top: 35px;
	font-weight: bold;
	text-indent: 8px; 
	font-size: 25px; 
	color: #56666e;	
}

#header_inner_inner img {
	display: block; 
	float: right;
	padding-top: 2px;
}

/*************** NAVIGATION PATH ******************/

#path_nav_date {
	clear: both;
	height: 22px;
	border: solid 1px #afb0b2;
	border-bottom: none;
	background: url(img/navigation_bg.gif) repeat-x;
}

#path_nav_date #path_nav {
	float: left; 
	padding: 8px 0 0 13px; 
	font-size: 10px; 
	color:#333; 
	border-left: solid 1px #f8fcff;
}

#path_nav_date #path_nav a {
	padding-right: 17px;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #ff9900;
	background: url(img/nav_path_bullet.png) no-repeat 92% 1px;
}

#path_nav_date #date {
	float: right;
	padding: 8px 8px 0 0;
	font-size: 10px; 
	color: #333; 
	border-right: solid 1px #f8fcff;
}

/*************** LANGUAGE **********************/

#lang_bar {
	clear: both;
	height: 28px;
	border: solid 1px #afb0b2;
	border-bottom: none;
	background: url(img/lang_bg.gif) repeat-x;
}

#lang_bar #lang {
	float: right;
	padding: 7px 5px 0 0;
}

#lang_bar #lang a {
	display: block;
	float: left;
	width: 20px;
	height: 14px;
	margin-right: 4px; 
}

#lang_bar #lang a:hover, .active {
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
	opacity: 0.4;
}

/****************** CONTEINER *******************/

#conteiner {
	clear: both;
	padding: 0 1px;
	height: auto !important;
	height: 1%;
	border: solid 1px #afb0b2;
	border-bottom: none;
	background: #eef0f0 url(img/container_bg.gif) repeat-y left;
	overflow: hidden;
}

/******************** CENTER *********************/

#center {
/*	height: 1%; /* IE6 FIX */
	height: auto !important;
	height: 1%;
	overflow: hidden;
}

#center_1 {
	float: left;
	width: 99.3%;
	padding: 4px 2px;
	border-bottom: solid 1px #fff;
	background: #f5f5f5;
}

#center_1 .head {
	height: 22px;	
	padding-left: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 22px;
	text-align: left;
	text-transform: uppercase;		
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;	
	color: #fff;
	background: url(img/title_bg.jpg) repeat-x;	
}

#center_1 .content-module {
	padding-bottom: 12px;
}

#center_1 .content {
	padding: 14px 10px;
	line-height: 14px;
	color: #333;
}

#center_1 .content a {
	text-decoration: none;
	font-weight: bold;
	color: #708088;

}

#center_1 .content a:hover {
	color: #99ccff;
}

#center_1 .content img {
	margin-left: 40px; 
}

#center_1 .content p {
	margin-bottom: 10px;
}


#center_1 .content div {
	margin-top: 6px;
}

#center_1 .content div .mi_more {
	padding: 3px;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	white-space: normal;
	color: #404f59;
	border: solid 1px #aabbbf;
	background: url(img/mi_more_bg.gif) repeat-x; 
}

#center_1 .content div .mi_more:hover {
	color: #ff9900;
}

#center_1 .content ul {
	margin: 20px 0;
}

#center_1 .content ul li {
	padding-left: 17px;
	background: url(img/left2_menu_a_bullet.gif) no-repeat 1px 3px;
}

#center_2 {
	float: left;
	width: 0.7%;	
}

/******************** LEFT **********************/

#left {	
	float: left; 
	width: 189px;
	border-right: solid 1px #999ca1; 
	background: #d8e0e3;
}

/* FIX FOR EI6 */
/*
* html #left {	
	width: 188px;
}
*/

#left #left_inner {	
	border-right: solid 1px #fcffff; 	
}

/****************** PAGING ********************/

.paging {
	margin-top: 40px;
	padding-left: 10px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	overflow: hidden;
}

.paging .active_page {
	display: block;
	float: left;
	margin-right: 4px;
	padding: 1px 6px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	font-weight: bold;
	border: solid 1px #033e73;
	color: #000;
	background-color: #c0ffff;
}

.paging a {
	display: block;
	float: left;
	margin-right: 4px;
	padding: 1px 6px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;	
	font-weight: bold;
	border: solid 1px #033e73;
	color: #000;
	background-color: #fff;
	text-decoration: none;
}

.paging a:hover {
	background-color: #c0ffff;
}

/****************** BACK BUTTON ******************/

.back_button {
	padding: 10px;
	text-align: center;
}

.back_button a {
	text-decoration: none;
	font-weight: bold;
	color: #6a7177;
}

.back_button a:hover {
	color: #99CCFF;
}

/****************** DATES ******************/
.post_date, .last_updated {
	clear: both; 
	padding: 15px 0 0 10px;
	color: #ccc;
}
/****************** LOGOUT *****************/

#logout {
	padding: 2px;
	margin-top: 10px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #404F59;
	border: solid 1px #aabbbf;
	background: url(img/input_submit_bg.gif) repeat-x;
}

/****************** CONTACTS ***************/
#contacts {
	padding-top: 10px;
}

#contacts p {
	text-align: center;
	color: #333;
}

/****************** FOOOTER ****************/
#footer {
	height: 104px;
	border-top: solid 1px #9a9ea1;
	background: url(img/footer_left.jpg) no-repeat left;
}

#footer #footer_inner {
	padding: 0 10px;
	background: url(img/footer_right.jpg) no-repeat right;
}

#footer #footer_inner #footer_inner_inner {
	clear: both;
	height: 104px;
	background: url(img/footer_inner_bg.gif) repeat-x;
}

#footer #footer_inner #footer_inner_inner a {
	display: block;
	float: right;
	padding: 54px 24px 0 0; 
}

#footer #footer_inner #footer_inner_inner a img {
	
}

#bottom {
	margin: 0;
	height: 14px;
	clear: both;
	text-align: right;
	color: #65b4df;
}

#copyright {
	float: right; 
	padding-left: 8px; 
}

#created {
	float: right;	
}

#created a{ 
	color: #65b4df;
	text-decoration: none;
}

#created a:hover {
	text-decoration: underline;
}
/********** CLEAR *********/

.clear {
	clear: both;
	visibility: hidden;
	border-collapse: collapse;
	height: 0;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	border: 0;
	border-width: 0;
	outline-width: 0;
	page-break-inside: avoid;
	page-break-after: avoid;
	page-break-before: avoid;
	empty-cells: hide;
	display: block;
}
