/* CSS Document */
body{
    background: url(../../images/background.jpg) #10b5eb repeat-x;
    font-family: Tahoma;
    font-size: 12px;
    margin: 25px 25px;
}
#main{
    width: 950px;
}
#header{
    width: 100%;
    height: 200px;
}
#header .onheader{
    text-align: left;
}
#menu{
    width: 100%;
    height: auto;
    font-family: Tahoma;
    font-size: 11px;
    font-weight: bold;
    float: left;
    background: #2f4e8e;
}
.solidblockmenu{
    margin: 0;
    padding: 0;
    float: right;
    width: 100%;
    overflow: hidden;
    margin-bottom: 1em;
    border: 1px solid #2f4e8e;
    border-width: 1px 0;
    background: black url(../../images/menu/blockdefaultx.gif) center center repeat-x;
}
.solidblockmenu li{
    display: inline;
}
.solidblockmenu li a{
    float: left;
    color: white;
    padding: 9px 17px;
    text-decoration: none;
    border-right: 1px solid white;
}
.solidblockmenu li a:visited{
    color: white;
}
.solidblockmenu li a:hover {
    color: white;
    background: transparent url(../../images/menu/blockdefault.gif) center center repeat-x;
}
#content{
    width: 100%;
    text-align: center;
    clear: both;
    display: block;
    height: auto;
    float: left;
    color: #2f4e8e;
    background-color: #2f4e8e;
}
#primary{
    width: 100%;
    clear: both;
    display: block;
}
#onside{
    text-align: left;
    line-height: 20px;
    width: 900px;
    margin-bottom: 20px;
}
#onside a{
    text-decoration: none;
    color: #660000;
    font-weight: bold;
}
#onside .up{
    font-weight: bold;
    padding: 10px 0px 0px 10px;
    height: 10px;
    font-size: 18px;
    background: url(../../images/head.jpg) #ffffff top center no-repeat;
}
#onside .middle{
    padding: 10px;
    margin: 0 auto;
    background: #ffffff;
    display: block;
    height: auto;
}
#onside .middle img{
   background: #2f4e8e;
   padding: 3px;
   position: relative;
}
#onside .middle2{
    padding: 10px;
    margin: 0 auto;
    background: #ffffff;
    display: block;
    height: auto;
}
#onside .middle2 img{
   position: relative;
}
#onside .bottom{
    height: 10px;
    background: url(../../images/foot.jpg) #ffffff bottom center no-repeat;
}

