/* CSS Document */

/********************************************Around25*/
.a25_c1{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	text-transform:capitalize;
	font-size-adjust:none;
}
.a25_c2{
	color:#F40000;
}
.a25_link{
	text-decoration:none;
}
.a25_link:hover{
	text-decoration:none;
	background-color:#FFFFFF;
}
/********************************************Main Page*/
body{
	margin: 0px;
	border: 0px;
	padding:0px;
	background-color:#EFEFEF;
}
#main{
	margin-top:20px;
	margin-bottom:20px;
	background-color:#FFFFFF;
	text-align:left;
	width:950px;
	font-family:Tahoma;
	font-size:11px;
	color:#444444;
	border:solid #000000 1px;
}
/*********************************************Left*/
#left{
	background-image:url(../img/left_side/left_bg.jpg);
	background-repeat:repeat-y;
	background-position:left;
	width: 208px;
	height: 100%;
}
/*********************************************Center*/
#center{
	padding:10px;
	padding-right:20px;
	text-align:left;
	clear:both;
	width:480px;
}
.center_td{
	background-image:url(../img/center_side/bg_center.png);
	background-position:right;
	background-repeat:repeat-y;
}
/*********************************************Right*/
#right{
	width:190px;
	padding-left:10px;
}
.right_td{
	background-image: url(../img/right_side/bg_right.jpg);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#F4F4F4;
	width:210px;
}
.right_icons{
	vertical-align:bottom;
}
.right_news{
	height:100%;
}
/*********************************************Content(holds the table)*/
#content{

}

/*********************************************Header*/
#header{
	background-color:#FFFFFF;
	background-position:bottom;
	background-image:url(../img/header/black_line.gif);
	background-repeat:repeat-x;
	height:205px;
}

/*********************************************Footer*/
#footer{
	background-color:#FFFFFF;
	background-image:url(../img/footer/bg_footer.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
	height:77px;
}
.footer_content{
	padding-left:35px;
	padding-top:35px;
}
.footer_disclaimer{
	float:left;
	text-align:left;
	width:200px;
}
.footer_menu{
	text-align:right;
}
.footer_menu_item{
	vertical-align:top;	
	padding-left:20px;
	float:left;
}
.footer_menu_item_link{
	float:left;
	padding-top:2px;
	cursor:pointer;
}
.footer_menu_item_img{
	float:left;
}
.footer_a{
	color:#FFFFFF;
	text-decoration:none;
}

/*********************************************Menu*/
.menu{
	color:#FFFFFF;
	font-size:12px;
	width:200px;
}
.menu_item_out{
	background-image:url(../img/meniu/menu_out.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	color:#FFFFFF;
	width:200px;
	height:20px;
	padding:0px;
	font-size:12px;
}
.menu_item_over{
	background-image:url(../img/meniu/menu_over.gif);
	background-repeat:no-repeat;
	color:#000000;
	cursor:pointer;
	width:200px;
	height:20px;
	font-size:12px;
}
.menu_sub_show{
	background-image:url(../img/meniu/menu_sub.gif);
	background-repeat:no-repeat;
	visibility:visible;
	cursor:pointer;
	height:20px;
	color:#FFFFFF;
	font-size:12px;
}
.menu_sub_hide{
	visibility:hidden;
	display:none;
}
.menu_sub_over{
	background-image:url(../img/meniu/menu_sub_over.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	color:#000000;
	height:20px;
}
.menu_content{
	padding-left:30px;
	padding-top:5px;
	vertical-align:bottom;
	font-size:12px;
}
.menu_sub_content{
	padding-left:60px;
	padding-top:5px;
	vertical-align:bottom;
	font-size:12px;
}
/*********************************************Information*/
.info{
	padding:10px;
	padding-right:15px;
	clear:both;
}
.info_title{
	font-size:11px;
	color:#000000;
	text-align:left;
	float:none;
	width:150px;
}
.info_content{
	padding-left:15px;
	float:left;
}
.info_content_a{
	font-size:11px;
	text-decoration:none;
	color:#FFFFFF;
}
.info_download{
	vertical-align:middle;
}
/*********************************************News*/
.news{
	padding-right:5px;
}
.news_date{
	font-size:11px;
	color:#000000;
	vertical-align:text-top;
}
.news_text{
	font-size:11px;
	text-align:justify;
	color:#666666;
}
.news_more{
	font-size:11px;
	color:#0095DA;
	text-align:right;
	text-decoration:none;
}
/*********************************************Link*/
.link{
color: #0095DA;
text-decoration:underline;
}
.content_link{
	color:#000000;
	text-decoration:none;
}
/*********************************************FONT Style*/
.title{
	font-size:17px;
	color:#0095DA;
	font-weight:bold;
}
.title_color{
	color:#333333;
}
.title_small{
	font-size:14px;
	color:#0095DA;
	font-weight:bold;
}
.title_img{
	background-image:url(../img/title_line.png);
	background-position:top;
	background-repeat:no-repeat;
}
a:hover {
	text-decoration:underline;
}