.errdefault
  {
  font-weight: bold;
  color: #CC0000;
  }

/*
"GENERAL" - main styles.
"PAGE" - page styles.
"HEADER" - header styles.
"LEFT PANEL" - left panel styles.
"RIGHT PANEL" - right panel styles.
"FOOTER" - footer styles.
"CONTENT" - content styles.
"NEWS" - news module styles.
*/


/* GENERAL */
BODY {
	padding: 0;
	margin: 0;
	background-color: #f2f2f2;
}

HTML, BODY, H1, H2, H3, H4, H5, H6, FORM, P, IMG {
	margin: 0;
	padding: 0;
	border: 0;
}

UL, OL, LI {
	margin-top: 0px;
	margin-bottom: 0px;
}

BODY, INPUT, SELECT, TEXTAREA, TABLE {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px/100%;
}

BODY {
	text-align: center;
}

.hidden {
	display: none;
	visibility: hidden;
}

DIV.clear {
	clear: both; 
	overflow: hidden; 
	height: 1px;
}

DIV.menu_header {
	height: 13px;
	padding: 6px;
}

H1 {
	font-size: 2em;
	color: #047a67;
	padding: 3px 3px 7px 0px;
}

H2 {
	font-size: 1.75em;
	color: #047a67;
	padding: 3px 3px 7px 0px;
}

H3 {
	font-size: 1.4em;
	color: #047a67;
	padding: 3px 3px 7px 0px;
}





H2.submenu_text {
	color: #FFFFFF;
	font-size: 0.77em;
	font-weight: bold;
	padding: 0;
}

H2.submenu_text A {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

H2.submenu_text A:hover {
	text-decoration: underline;
}

IMG.picture {
	border: 1px solid #89bfee;
	padding: 4px 4px 4px 4px;
	background-color: #FFFFFF;
}



/* PAGE */
DIV.holder {
	width: 970px;
	margin: 0 auto;
	text-align: left;
}

DIV.page {
	padding: 0 0 1px 0;
	background: url(../img/background.gif) 0 0 repeat-y;
}



/* HEADER */
DIV.header {
	height: 142px;
	background: url(../img/bg-header.jpg) 0 0 no-repeat;
	position: relative;
	margin: 0 0 -1px 0;
}

DIV.header H1 {
	padding: 0px;
}
DIV.header H1 A {
	display: block;
	width: 189px;
	height: 60px;
	background: url(../img/logo.png) 0 0 no-repeat;
	float: left;
	margin: 15px 0 0 30px;
}

DIV.header DIV.banners {
	float: right;
	margin: 20px 40px 30px 0;
	width: 615px;
	height: 60px;
}

DIV.header DIV.banners IMG {
	display: inline;
	margin: 0 10px 0 0;
}

DIV.header DIV.banners IFRAME {
	display: inline;
	margin: 0 10px 0 0;
}

DIV.header DIV.menu_panel {
	height: 26px;
	margin: 0 20px 0 10px;
	position: relative;
}

DIV.header DIV.menu {
	height: 26px;
	float: left;
	width: 690px;
}

DIV.header DIV.menu UL {
	margin: 0; 
	padding: 0 0 0 14px;
	list-style-type: none;
}

DIV.header DIV.menu LI {
	float: left; 
	position: relative;
	margin: 0 -20px -1px 0; 
	padding: 0 5px 0 0;
	font-size: .75em !important;
	font-size: .70em;
	font-weight: bold;
	background: url(../img/menu_separator.gif) 100% -10% no-repeat;
}

DIV.header DIV.menu LI A {
	display: block; 
	float: left;
	padding: 6px 20px 7px 28px;
	color: #FFF;
	text-decoration: none;
	background: url(../img/menu_separator.gif) 0 0 no-repeat;
}

DIV.header DIV.menu LI A:HOVER {
	text-decoration: underline;
}

DIV.header DIV.menu LI.active {
	margin: -9px -20px -1px 0; 
	padding: 0 15px 0 15px;
	background: none;
}

DIV.header DIV.menu LI.active TABLE {
	border-width: 0px;
}

DIV.header DIV.menu LI.active TABLE TR{
	height: 40px;
}

DIV.header DIV.menu LI.active TABLE TR TD.left {
	padding: 0;
	margin: 0;
	width: 12px;
	background: url(../img/menu_active_left.png) 0 0 no-repeat;
}

DIV.header DIV.menu LI.active TABLE TR TD.link {
	padding: 0 5px 0 5px;
	background: url(../img/menu_active_background.jpg) 0 0 repeat-x;
}

DIV.header DIV.menu LI.active TABLE TR TD.link SPAN {
	display: block; 
	float: left;
	padding: 6px 10px 7px 12px;
	font-weight: bold;
	color: #13619f;
	text-decoration: none;
	background: none;
}

DIV.header DIV.menu LI.active TABLE TR TD.right {
	padding: 0;
	margin: 0;
	width: 12px;
	background: url(../img/menu_active_right.png) 0 0 no-repeat;
}

DIV.header DIV.search {
	float: right;
	background: url(../img/search_field_background.gif) 0 0 no-repeat;
	width: 150px;
	height: 26px;
	position: relative;
}
DIV.header DIV.search INPUT.field {
	display: block;
	float: left;
	border: 0px;
	color: #3d7ca6;
	background-color: #f7f9fb;
	font-family: Tahoma;
	font-size: 12px;
	margin-left: 5px;
	margin-top: 5px;
	width: 110px;
	height: 15px;
}
DIV.header DIV.search INPUT.img_button {
	display: block;
	float: left;
	margin: 3px 0 0 7px;
}

DIV.header DIV.languages {
	width: 65px;
	height: 26px;
	float: right;
	margin-left: 10px;
}

DIV.header DIV.languages UL {
	margin: 0;
	display: inline;
}
DIV.header DIV.languages UL LI {
	list-style: none;
	float: left;
	margin-left: 5px;
	margin-top: 6px !important;
	margin-top: 4px;
}



/* LEFT PANEL */
DIV.left {
	float: left;
	width: 181px;
	background: url(../img/left_right_panels_background.gif) 0 0 repeat-x;
	position: relative;
	margin-left: 13px;
}

DIV.left DIV.drawing {
	background: url(../img/green_menu_title.png) 0 0 no-repeat;
	height: 15px;
	margin: 7px 0 0 3px;
	padding: 5px 0 5px 10px;
}

DIV.left DIV.drawing_content {
	text-align: center;
	margin: 0 0px 5px 0;
}

DIV.left DIV.drawing_content IMG {
	margin-top: 5px;
}

DIV.left DIV.advertising {
	background: url(../img/blue_menu_title.png) 0 0 no-repeat;
	height: 15px;
	margin: 0 0 0 3px;
	padding: 5px 0 5px 10px;
}

DIV.left DIV.advertising_content {
	text-align: center;
}

DIV.left DIV.advertising_content IMG {
	margin-top: 5px;
}

DIV.left DIV.advertising_content IFRAME {
	display: block;
	margin: 5px auto 0px;
}



/* RIGHT PANEL */

DIV.right {
	float: right;
	width: 181px;
	background: url(../img/left_right_panels_background.gif) 0 0 repeat-x;
	position: relative;
	margin-right: 13px;
}
DIV.right DIV.feedback {
	background: url(../img/green_feedback_title.png) 0 0 no-repeat;
	height: 15px;
	margin: 2px 0 0 2px;
	padding: 5px 0 5px 10px;
	position: relative;
	top: 5px;
}

DIV.right DIV.feedback_content {
	background: url(../img/feedback_background.gif) 0 0 repeat-y;
	padding: 0 0 5px 0;
	margin: 0 0 0 2px;
}

DIV.right DIV.feedback_content INPUT.feedback_email {
	border: 1px solid #7fc5b8;
	height: 14px;
	width: 153px;
	font-size: 0.65em;
	color: #616968;
	margin: 12px 0 0 9px;
}

DIV.right DIV.feedback_content INPUT.feedback_name {
	border: 1px solid #7fc5b8;
	height: 14px;
	width: 153px;
	font-size: 0.65em;
	color: #616968;
	margin: 5px 0 0 9px;
}

DIV.right DIV.feedback_content TEXTAREA.feedback_text {
	border: 1px solid #7fc5b8;
	width: 153px;
	height: 80px;
	color: #616968;
	font-size: 0.65em;
	margin: 5px 0 0 9px;
}

DIV.right DIV.feedback_content DIV.feedback_note {
	color: #117461;
	font-size: 0.6em;
	/* display: inline; */
	width: 153px;
	margin: 5px 0 0 9px;
}

DIV.right DIV.feedback_content INPUT.feedback_submit {
	/* display: inline; */
	padding: 1px 3px 1px 3px;
	color: #FFFFFF;
	background: url(../img/button_background.gif) 100% 0 no-repeat;
	font-size: 0.7em;
	border: 1px solid #f48b02;
	margin: 5px 12px 0 59px;
}

DIV.right DIV.feedback_footer {
	background: url(../img/feedback_footer.gif) 0 0 no-repeat;
	height: 10px;
	margin: 0 0 7px 0;
	clear: left;
}

DIV.right DIV.left_box {
	clear: both;
}

DIV.right DIV.links {
	background: url(../img/orange_menu_title.png) 0 0 no-repeat;
	height: 15px;
	margin: 0 0 0 2px;
	padding: 5px 0 5px 10px;
}

DIV.right DIV.links_content {
	text-align: left;
	margin: 4px 0 0 0;
}

DIV.right DIV.links_content UL {
	margin: 0;
	list-style-type: none;
	padding: 0 0 0 5px;
}

DIV.right DIV.links_content UL LI {
	float: left;
	font-size: 0.7em;
	background: url(../img/links_background.gif) 0 5px no-repeat;
	width: 160px;
	margin: 1px 0;
	padding-left: 15px;
}

DIV.right DIV.links_content UL LI A {
	color: #1465a6;
	text-decoration: none;
	display: block; 
	float: left;
	padding: 1px 1px 1px 0;
}

DIV.right DIV.links_content UL LI A:HOVER {
	color: #d12b04;
	text-decoration: underline;
	display: block;
	float: left;
}

DIV.right DIV.blacklist_bg {
	margin: 0 0 0 2px;
	padding: 0;
	width: 177px;
	position:relative;
	background: url(../img/black_menu_title_bg.gif) repeat-y;
	text-align: left;
}
DIV.right DIV.blacklist {
	margin: 0px;
	padding: 7px 0 0 0;
	width: 177px;
	background: url(../img/black_menu_title_top.gif) top no-repeat;
}
DIV.right DIV.blacklist_bottom {
	margin: 0px;
	padding: 0 20px 7px 10px;
	width: 147px;
	background: url(../img/black_menu_title_bottom.gif) bottom no-repeat;
}

DIV.right DIV.blacklist_content UL LI {
	background: url(../img/links_background_black.gif) 0 5px no-repeat;
}

DIV.right DIV.blacklist_content UL LI {
	color: #000000;
}

DIV.right DIV.blacklist_content UL LI A {
	color: #000000;
}

/* FOOTER */
DIV.footer {
	clear: both;
	background: url(../img/footer.gif) 0 0 no-repeat;
	height: 47px;
	position: relative;
	top: 5px;
	text-align: center;
}

DIV.footer DIV.footer_text {
	font-size: 0.7em;
	color: #6c7a85;
	position: relative;
	top: 32px;
	background-color: #f2f2f2;
}

DIV.footer DIV.footer_text A {
	text-decoration: none;
	color: #2b75b5;
}

DIV.footer DIV.footer_text A:HOVER {
	text-decoration: underline;
	color: #2b75b5;
}



/* CONTENT */
DIV.content {
	margin: 7px 200px;
	padding: 4px 0 0 0;
}

DIV.content DIV.title {
	background: url(../img/blue_title_bg.png) 0 0 no-repeat;
	height: 25px;
	margin: -4px 0 6px 0;
}
DIV.content DIV.title DIV.title_left {
	float:left;
	color: #FFFFFF;
	font-size: 0.77em;
	font-weight: bold;
	display: inline;
	margin: 5px 0 0 10px;
}
DIV.content DIV.title DIV.title_right {
	float:right;
	margin: 6px 10px 0 0;
}
DIV.content DIV.title DIV.title_right A {
	color: #FFFFFF;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
}



/* NEWS */
DIV.content DIV.news {
	display:block;
	float:left;
	width:560px;
	font-size: 0.7em;
	text-align:left;
	color: #5a5a5a;
	background: url(../img/news_background.gif) 0 1px repeat-x;
	border-top: 1px solid #e7e9ea;
	margin: 0 0 15px 0;
	padding: 0 5px 15px 5px;
}

img.photo {
	float:left;
	margin: 0 10px 2px 0;
	clear:left;
	border: 1px solid #89bfee;
	padding: 4px;
	background-color: #FFFFFF;
	display: inline;
}

DIV.content DIV.news DIV.date_time {
	color: #8d8f93;
	font-size: 0.9em;
	position: relative;
	float: left;
	display: block;
	padding: 0 0 0 0;
}

DIV.content DIV.news DIV.date_time SPAN.date {
	float: left;
}

DIV.content DIV.news DIV.date_time SPAN.time {
	background: url(../img/clock.gif) 0 2px no-repeat;
	float: left;
	margin-left: 5px;
	padding-left: 12px;
}

DIV.content DIV.news A {
	color: #049075;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 0 0;
	display: inline-block;
}

DIV.content DIV.news A:HOVER {
	color: #d12b04;
	font-weight: bold;
	text-decoration: underline;
	margin: 0 0 0 0;
}

