/* CSS Document */

body{
margin:0;
padding:0;
background:#ffffff url(/images/body_back.png) no-repeat top center;
font-family:verdana;
font-size:10pt;
}

a{
text-decoration:none;
color:#12758e;
}

a:hover{
color:#7fa3ac;
}

.clear{
clear:both;
}

#container{
width:969px;
margin:0 auto;
}

.top{
height:180px;
width:969px;
}

.top_menu{
float:right;
width:337px;
height:21px;
background:url(/images/menu_back.jpg) no-repeat top center;
padding:5px;
}

.top_menu a{
font-size:12px;
font-weight:bold;
text-decoration:none;
color:#000;
}

.top_menu a:hover{
color:#7fa3ac;
}

.content{
width:933px;
height:378px;
overflow:hidden;
background:url(/images/content_back.jpg) repeat-y top center;
padding:18px;
}

.links{
float:right;
width:800px;
padding-top:118px;
text-align:right;
}

.links a{
font-size:13px;
font-weight:bold;
text-decoration:none;
color:#525354;
}

.links a:hover{
color:#7fa3ac;
}

.logo{
width:137px;
}

.content_main{
width:100%;
}


.image{
width:350px;
float:left;
}


.data{
width:550px;
margin-left:25px;
float:left;
}

.data_text{
font-size:12px;
color:#464646;
}

.data_links{
height:76px;
background:url(/images/link_back.png) repeat-x top left;
width:530px;
padding:0px 10px;
color:#12758e;
font-size:14px;
font-weight:bold;
}

.footer{
width:100%;
margin:auto;
height:126px;
background:#ababab url(/images/footer_back.png) no-repeat top center;
}