body{
    background: url(../img/bg.gif) #31362e repeat-x;
    margin: 0;
    padding: 0;
    font-family: Tahoma;
    font-size: 11px;
    color: #454545;
    line-height: 16px;
}
a {
    color: #454545;
    font-weight: normal;
    text-decoration: underline;
}

h1 {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #5c8204;
}

h2 {
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
}

h3 {
    font-family: Tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #5c8204;
}

ul {
    margin: 5px 0 5px 16px;
    padding: 0;
}

ul li {
    list-style-type: none;
    background: url(../img/icons/bullet_grey-trans.png) no-repeat;
    padding: 0 0 0 20px;
}

table{
    
    border-collapse: collapse;
    border-spacing: 2px;
    width: 100%;
}

th , caption{
    background: #dedede;
    border: 1px solid #cccccc;
    padding: 3px;
}
td{
   border: 1px solid #dddddd;
   background: #ededed;
   padding: 3px;
}
.header{
    width: 909px;
    height: 246px;
    background: url(../img/header.jpg) no-repeat;
}
.content{
    width: 897px;
    padding: 0 0 10px 0;
    background: white;
}
.bggr1{
    background: url(../img/bggr1.gif) no-repeat right top;  
}
.bggr2{
    width: 909px;
    background: url(../img/bggr2.gif) repeat-y right;
}
.footer{
    width: 909px;
    height: 24px;
    padding-left: 10px;
    padding-top: 4px;
    background: url(../img/footer.gif) no-repeat;
    color: #cccccc;
}
.bottomMenu{
    text-align: right;
    padding-right: 25px;
}

.footer a{
    color: #cccccc;
    text-decoration: none;
}
.footer a:hover{
    color: white;
}

.menu {
    width: 211px;
    padding-left: 5px;
    float:left;
}
.page {
    padding-left: 5px;
    float:left;
}
.page_content {
    width: 660px;
}
.clearer{
    clear:both;
}
.bc {
    margin-top: 10px;
    height: 24px;
    padding-left:16px;
    padding-top: 2px;
    background: url(../img/bcarrow.gif) no-repeat;
}
.bc a{
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}
.bc a:hover{
    color: #999999;
}

.menutop{
    background: url(../img/menuhead.gif) no-repeat;
    width: 196px;
    height: 6px;
    overflow: hidden;
}
.menuitems{
    width: 195px;
    padding-left: 2px;
    background: url(../img/menubg.gif) no-repeat;
}
.menuloop{
    background: url(../img/menuloop.gif) repeat-y;
}
.menubottom{
    background: url(../img/menufooter.gif) no-repeat;
    width: 196px;
    height: 5px;
    margin-bottom: 5px;
}

.menuitems ul {
    margin-top: 0;
    padding-top: 0;
}
.menuitems li {
    margin-top: 0;
    padding-top: 0;
}

.level1{
    padding: 3px 0px 10px 5px;
    margin-right: 4px;
    color: #5c8204;
    font-weight:bold;
    font-size: 13px;
    background: url(../img/bglvl1.gif) repeat-x bottom left; 
}

.level1 a{
    text-decoration: none;
    color: #5c8204;
    font-weight: bold;
}

.level1 a:hover{
    text-decoration: none;
    color: #3c7200;
    font-weight: bold;
}


.level2{
    padding: 5px 0px 10px 15px;
    margin-right: 4px;
    color: #696969;
    font-weight: bold;
    font-size: 13px;
    background: url(../img/bglvl2.gif) repeat-x bottom; 
}

.level2 a{
    text-decoration: none;
    font-weight: bold;
    color: #696969;
}

.level2 a:hover{
    text-decoration: none;
    color: #333333;
}

.rgsgcontent{
	margin: 0 auto;
}