body { 
   background-color: #EAEBED;
   font-family: Arial,Helvetica,sans-serif;  
   margin: 0px;
   padding: 0px;
   border: 0px;
   text-align:center;
}

/* side box header, green */
h1 {
   font-size:16px;
   font-weight:bold;
   letter-spacing:2px;
   color: #338800;
   /*color:#f26522;*/
   text-align:center;
   margin-top:-1px;
   line-height:1.5em;
}

/* product box header, red-brown */
h2 {
   font-size:16px;
   font-weight:bold;
   letter-spacing:2px;
   color: #8C0018;
   line-height:1.5em;
   text-align:center;
   margin-top:-1px;
}

/* side box text heading */
h3 {
   font:bold 11px Verdana;
}

/* standard text heading, red-brown */
h4 {
   font-size:16px;
   font-weight:bold;
   letter-spacing:1px;
   color: #8C0018;
   line-height:1em;
}

/* standard text heading, black */
h5 {
   font-size:16px;
   font-weight:bold;
   letter-spacing:1px;
   line-height:1em;
}

/* Layout division */
#header {
   background: #ffffff url(images/header_bg.jpg) repeat-y; 
   width:800px; 
   height:100px; 
   voice-family: "\"}\""; 
   voice-family: inherit; 
   border-left:1px solid #fff; 
   border-top:1px solid #fff; 
   border-right:1px solid #ccc;
   margin: 0px auto -1px auto;
}

#menubar {
   background: #336666; 
   width:800px; 
   height:33px; 
   voice-family: "\"}\""; 
   voice-family: inherit; 
   border-left:1px solid #fff; 
   border-top:1px solid #fff; 
   border-right:1px solid #ccc;
   margin: 0px auto -1px auto;
}

#footer {
   background: #336666;
   width: 800px;
   height: 25px;
   margin: 0px auto -1px auto;
   font-family:Tahoma;
   font-size:10px;
   color:#FFF;
   letter-spacing:1px;
   text-align: center;
   border-left:1px solid #fff; 
   border-top:1px solid #fff; 
   border-right:1px solid #ccc;
}

#main {
   width:800px;
   min-height:590px;
   background:#ddd;
   margin: 0px auto 0px auto;
   voice-family: "\"}\"";
   voice-family: inherit;
   border-left:1px solid #fff; 
   border-top:1px solid #fff; 
   border-right:1px solid #ccc;
   font-size:12px;
}

.mainbody {
   width:580px;
   background:transparent;
   margin-left:5px;
   margin-top:12px;
   voice-family: "\"}\"";
   voice-family: inherit;
   font-family: Arial,Helvetica,sans-serif;  
}

.sidebar{
   float: right;
   width: 200px;
   min-height:200px;
   color: #000;
   voice-family: "\"}\""; 
   voice-family: inherit;
   margin-top:12px;
}

.sidebox {
   background:#eee url(images/BoxHeaderBg.gif) repeat-x; 
   width:190px;
   min-height:33px;
   margin: 0px auto -1px auto;
   padding: 0px 4px 4px 4px;
   border:1px solid #338800;
   voice-family: "\"}\""; 
   voice-family: inherit; 
   font-size:11px;
}

.mainbox {
   background:#eee url(images/BoxHeaderBg.gif) repeat-x; 
   width:550px;
   min-height:50px;
   margin: 0px auto -1px auto;
   padding: 0px 5px 5px 5px;
   border:1px solid #338800;
   voice-family: "\"}\""; 
   voice-family: inherit; 
   font-size:12px;
}

ul#topmenu {
   margin:0;
   padding:0; 
   font-family: Arial, Helvetica, Geneva, sans-serif;
   font-size: 12px;
   color:#fff;
   line-height:33px;
   list-style:none; 
   position:relative; 
}

ul#topmenu li {
   display: inline;
}

ul#topmenu li a {
   padding: .45em 1em;
   margin:-3px;
   text-decoration: none;
   color: #fff;
   background:#336666;
   border-right: solid 1px #fff;
   border-left: solid 1px #fff;
}

ul#topmenu a:hover {
   text-decoration: none;
   background: rgb(106, 157, 122);
   color: #fff;
}
/*a:link, a:visited { color: #fff; }*/

 


