html, body {
padding:0;
margin:0px;
background-color:#FFFFFF;
}
img{
behavior: url("/css/png.htc");
border:0 !important;   
}

.main_bg{
/*background: url("/images/main_bg.jpg");
background-repeat:no-repeat;*/
width: 980px;
height:720px;
position:relative;
}
.main_table{
margin:0px;
background-color:#F4F8E8;
width:777px;
height:555px;
	
}

.left_content{
background-color:#D5DEDF;
overflow-y:auto;
overflow-x: hidden;
padding-top:10px;
}

.right_content{
background-color:#F4F8E8;
padding-left:7px;
padding-right:7px;
padding-bottom:7px;

padding-top:10px;
}

.topmenu{
background: url("/images/topmenu_bg.jpg");
height:35px;
font-family: HelveticaNeue;

vertical-align:middle;
color: #D1C992;
}
.topmenu a:link, .topmenu a:visited{
color: #FFFFFF;
text-decoration:none;
}

.topmenu a:hover{
color: #D1C992;
text-decoration:none;
}



.content{
overflow:auto;
	
}
.content_div{
overflow:auto;
/*border:0px solid black;*/
height:400px;
width:385px;
font-family: Arial;
font-size: 15px;	
}

.page_header{
font-size: 20px;
font-weight:bold;
height:80px;
font-family: Georgia;
font-size: 22px;
}

.footer{ 
font-family: Arial;
font-size: 11px;
}
.footer a:hover{
text-decoration: none;
}


.footer a:link, .footer a:visited{
text-decoration: underline;
}


