body{
margin:0;
padding:0;
font:12px/1.6em Arial, Helvetica, sans-serif;
text-align:center;
/*--background-color:#e8f0fa;--*/
}

#topbar{
height:10px;
/*--height:36px;
background:#fff url(../images/topbar.jpg) repeat-x;--*/
}

#midbar{
height:53px;
background:#fff url(../images/midbar.jpg) repeat-x;
}

#bottombar{
height:81px;
background:#fff url(../images/bottombar.jpg) repeat-x;
}

#nav{
width:100%;
text-align:center;
/*--background:#fff url(../images/nav.jpg) repeat-x;--*/
height:36px;
}

#inner_nav{
width:994px;
text-align:center;
margin:0 auto;
padding:0;
}

#content{
/*--border-top:2px solid #929497;
border-bottom:2px solid #929497;--*/
text-align:center;
background-color:#fff;
}

#inner_content{
width:894px;
min-height:330px;
padding:0 50px 40px 50px;
margin:0 auto;
text-align:center;
}

/* for Internet Explorer */
/*\*/
* html #inner_content {
height: 360px;
}
/**/

#inner_right{
width:914px;
padding:0px 40px 0 40px;
}

/*--#left{
position:absolute:
top:0;
left:0;
width:257px;
}

#right{
float:right;
width:747px;
padding:0 15px 20px 35px;
border:1px solid #f00;
}--*/

#subnav{
padding:10px 30px 10px 15px;
border-bottom:2px solid #ccc;
background-color:#e9f0f7;
}

#footer{
text-align:center;
clear:both;
padding:20px 0 20px 0;
}

#login{
text-align:center;
}

#page_header{
margin-top:10px;
}

.subheader{
font-size:15px;
font-weight:bold;
color:#3f5680;
}

.subsub{
font-size:14px;
font-weight:bold;
color:#1d2e62;
}

.img_left{
float:left;
margin:5px 20px 10px 0;
border:1px solid #555;
}

.img_left_noborder{
float:left;
margin:5px 20px 10px 0;
}

.img_right{
float:right;
margin:5px 0 20px 10px;
border:1px solid #555;
}

.img_right_noborder{
float:right;
margin:5px 0 20px 10px;
}

.solid_border{
border-bottom:1px solid #2e3f6d;
margin:-10px 0 20px 0;
}

.dashed_border{
border-bottom:1px dashed #aaa;
margin:-10px 0 20px 0;
}