@charset "utf-8";
/* CSS Document */


body {
	
	margin:0px;
	padding:0px;
	overflow: auto;
	overflow-x: hidden;
	font-family: Tahoma, Arial;
	font-size: 12px;
	background-image:url(../media/images/body_bg.jpg);
	min-width: 1000px;

}



td {
	
	padding:0px;
	width:auto;
	
}

img {

  border-width: 0px;

}

.img {
	
  border-width: 1px;
  border-color:#333;
	
	
}

table.wide {

  width:100%;

}

td.body { width: 980px; }
td.body_rl { width: 250px; }
td.body_m { width: 480px; padding: 5px; padding-top: 0px; }

.wrbg { background-color: #E3F2E9; }
.wrbg p { padding-left: 5px; padding-right: 5px; }
.wrbg .news_image_left{ margin: 5px; }


.top {
	
	height: 176px;
	background-image:url(../media/images/top_bg.jpg);
	background-repeat:repeat-x;
	
}


.top_m {
	
	background-image:url(../media/images/header.jpg);
	background-repeat: no-repeat;
	
}



.footer {
	
	height:158px;
	background-image:url(../media/images/footer_bg.jpg);
	background-repeat:repeat-x;
	
}

.footer_m {
	
	background-image:url(../media/images/footer.jpg);
	background-repeat: no-repeat;
	
}

.footer_m a {
	
	text-decoration:none;
	
}


.cedvel_top {
	
	background-image:url(../media/images/cedvel_t.jpg);
	height: 10px;
	
}

.cedvel {
	
	background-image:url(../media/images/cedvel_bg.jpg);
	
}

.cedvel .header_text {
	
	color:#053;
	font-weight:bold;
	font-size: large;
	text-align:center;
	
}

.main_menu {
	
	position:relative;
	width: 640px;
	height: 30px;
	top: 135px;
	left:240px;
	text-align:center;
	
}

.main_menu a {
	
	color: #fff;
	text-decoration:none;
	font-size: 14px;
	font-weight:bold;
	font-style:italic;
	padding: 5px;
	padding-right: 10px;
	padding-left: 10px;
	
 	
}

.main_menu a:hover {
	
	background-color: #4CA167;
    opacity: 0.7;
    filter: alpha(opacity = 70);
	
}

.main_news_left , .main_news_right { border-color: #C63; border-style: solid; border-width: 5px; }

.main_news_left {
	
	border-right-width: 0px;
	
}

.main_news_right {
	
	border-left-width: 0px;
	
}


