root { 
   display: block;
}
body{
   font-family:arial;
   margin:0px;
   color:#562411;
   font-size:14px;
}
#container{
   width:965px;
   margin:0 auto;
   background-color: #ffffff;
   background-image: url(images/pagebg.png);
   background-repeat: repeat-y;
   background-position: top center;
}
img{border:none}
#header{
   height:230px;
   width:900px;
   display:table;
   margin:auto;
}
#header h1{
   font-size:80px;
   color:#562411;
   margin:0;
   padding:0;
}
#header h2{
   margin:0;
   padding:0;
}
#headleft{
   float:left;
   margin:5px 30px 5px 0;
}
#headermenu{
   height:32px;
}
#headermenu ul{
   list-style-type:none;
   padding:0;
   margin:0;
}
#headermenu ul li{
   display:inline;
   width:110px;
   margin:0 1px 0px 0px;
   float:left;
   text-align:center;
}
#headermenu ul li a{
   display:block;
   line-height:32px;
   color:#FFF;
   background:#562411 url(images/menubg.png) repeat-x scroll center center;
   text-decoration: none;
   font-weight:bold;
   font-size:13px;
}
#headermenu ul li a:hover{
   display:block;
   line-height:32px;
   color:#FFF;
   background:#562411 url(images/menuactivebg.png) repeat-x scroll center center;
   text-decoration: none;
   font-weight:bold;
   font-size:13px;
}
.topMenuActive a{
   background:#562411 url(images/menuactivebg.png) repeat-x scroll center center !important;
}
a{
   color:#008834;
   text-decoration:none;
}
a:hover{
   text-decoration:underline;
}
.copyright{
   text-align:center;
   font-size:11px;
   margin: 8px 0px 15px 0px;
}
#footer ul{
   list-style-type:none;
   padding:0;
   margin:0;
   text-align:center;
}
#footer ul li{
   display:inline;
   margin:0 5px;
   font-size:14px;
}
.pagebottombg{
   background: #ffffff url(images/pagebottombg.png) no-repeat center center;
   height: 20px;
}
.above{
   background-color: #ddffdd;
   text-align:center;
}
.below{
   background-color: #ffdddd;
   text-align:center;
}
.linkbox{
   border: 2px solid #008834;
   margin:10px 0px 0px;
   padding: 10px;
   display:table;
   background-color: #ffffff;
   background-position: 800 5;
   background-repeat: repeat-y;
   background-image: url(images/linkboxrightbg.png);
}
.logo{
   float: left;
   margin-right: 10px;
}
.linkbox p{
   margin:0px;
   padding:0px;
}
.linkboxbottom{
   background:#ffffff url(images/linkboxbottombg.png) no-repeat left bottom;
   height:8px;
   width:909px;
}
#contentholder{
   margin: 0px auto;
   width: 900px;
}
