/* CSS Document */
html,body{
margin:0;
padding:0;
height:100%;
width:100%;
border:none;
background-color:#ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}
#body_shell {
width:100%;
text-align:left;
/* overflow:hidden; */
}
#body_wrap {
width:100%;
float:left;
}
div.middle{
width:100%;float:left;
background-image:url(images/topbg.jpg);
background-position:top;
background-repeat:x;
height:auto;
}
div.menuitem{
width:57px;float:left;
background-color:#E2E2E2;
height:48px;
border-collapse:collapse;
}
div.blank_bg{
background-image:url(images/menubg.gif);
background-repeat:x;
width:100%;float:left;
height:48px;
padding:0;
border:none;
border-collapse:collapse;
}
div.main_content{
width:100%;float:left;
position:relative;
height:95%;
background-position:center;
background-repeat:no-repeat;
}
div.rstitle{
width:100%;float:left;
font-size:16px;
text-align:center;vertical-align:middle;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
}
div.rscontent{
width:100%;float:left;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
}
div.img_place{
width:50%;float:left;
}

img {
border:0px;
}
h1{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
}
h2{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
}
