body {
font-family: Arial;
font-size: 11px;
margin: 0px;
background-image: url(../images/background.gif);
background-repeat: repeat-x;
}

.mainpage{
width:990px;
padding: 0px;
}

.headerbar{
width:990px;
height:28px;
vertical-align: middle;
position:relative;
background-image: url('../images/index_01.gif');
font-family:Verdana;
font-size: 10px;
font-weight: bold;
text-decoration: none;
color: rgb(141, 141, 141);
}

#header{
width:990px;
height:129px;
position: relative;
}

#usermodeswitch{
position: absolute;
right: 15px;
bottom: 15px;
z-index:2;
}


#usermodeinterface{
position: absolute;
left: 0;
top: 0;
z-index:2;
}

.scroller{
width:990px;
height:20px;
position: relative;
background-image: url('../images/index_03.gif');
}

.scroller_left{
height:20px;
position: absolute;
top:0;
left:0;
}

.scroller_right{
height:20px;
position: absolute;
top:0;
right:0;
}

.downpage{
width:990px;
position:relative;
}

#left{
width:175px;
float:left;
}

#center{
width:468px;
float:left;
margin-top: 4px;
margin-left: 23px;
margin-right: 23px;
text-align:left;
}

#largecenter{
margin-left: 23px;
width:780px;
padding: 3px;
float:left;
background-color: #ffffff;
margin-top: 4px;
text-align:left;
}

.maincontent1{
width:462px;
position:relative;
padding:3px;
}

#right{
width:295px;
float:left;
margin-top: 4px;
}

.box_right{
width:295px;
padding-bottom: 14px;
}
.box_right_top{
height:27px;
}
.box_right_content{
width:295px;
background-image: url('../images/menu_right_background.gif');
text-align: center;
position: relative;
}
.box_right_bottom{
width:295px;
height:9px;
}

.box_left{
width:172px;
padding-bottom: 14px;
padding-left: 3px;
}
.box_left_content{
width:172px;
background-image: url('../images/menu_left_background.gif');
text-align: center;
}
.box_left_bottom{
width:172px;
}

.sidegraphics{
width:160px;
background-color: #313b4e;
margin-left: 4px;
padding:5px;
padding-top:10px;
padding-bottom:10px;
}

#footer{
width:990px;
padding: 0px;
clear:left;
font-size: 10px; 
color: #FFFFFF;
text-align:left;
}

.sitetitle {
    font-family: Arial;
    font-size: 27px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    margin-right: 15px;
    letter-spacing: -2px;
}

