/* CSS Document */
body {
background-color:#F2BE47;
margin:0;
font-family:Georgia, "Times New Roman", Times, serif;
color:#002200;
}

.centerbody {
border-left:2px solid #BFB32B;
border-right:2px solid #BFB32B;
border-bottom:0px solid #BFB32B;
}

a { 
color:#232E0A;
text-decoration:underline;
}

a:hover {
text-decoration:none;
color:#A83D29;
}

.leftbar { 
background-color: #963F24; 
padding: 0 0 30px 0; 
border-right: 2px solid #BFB32B;
}

.topbar  { 
font-size: 14px; 
font-weight: bold; 
line-height: 18px;
color:#DAB005;
background:#375506;
}

.legal  { 
margin-top:20px;
font-size: 10px;
font-style:italic; 
line-height: 15px;
}

#menu  {
font-size: 12px;
font-weight: bold; 
margin: 0; 
padding: 0; 
}

#menu ul { 
text-decoration: none; 
margin: 0; 
padding: 20px 0 0 0; 
}

#menu li { 
line-height: 20px; 
background-color: #963F24; 
list-style-type: none; 
margin: 0; 
padding: 0; 
width: 170px; 
}

#menu li ul { 
text-decoration: none; 
margin: 0; 
padding: 0; 
}

#menu li ul li { 
line-height: 20px; 
background-color: #963F24; 
list-style-type: none; 
margin: 0; 
padding: 0;
text-indent:30px;
width: 170px; 
}

#menu li a { 
color: #BFB32B; 
text-decoration: none; 
background-color: #963F24; 
text-indent: 10px; 
display: block; 
padding-top: 1px; 
padding-bottom: 2px; 
width: 100% 
}

#menu li ul li a { 
color: #BFB32B; 
text-decoration: none; 
background-color: #963F24;
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 15px 8px; 
text-indent: 30px; 
display: block; 
padding-top: 1px; 
padding-bottom: 2px; 
width: 100% 
}

#menu li ul li a:hover { 
color: #BFB32B; 
text-decoration: underline; 
background-color: #963F24;
background-image: url(images/arrow_a.gif); 
background-repeat: no-repeat; 
background-position: 15px 8px; 
}

#menu li a:hover { 
color: #963F24; 
text-decoration: none; 
background-color: #BFB32B; 
background-repeat: no-repeat; 
background-position: 6px 8px; 
}

.bodycontent {
background-color: #8F9A59;
padding:20px 20px 30px 20px;
font-size:12px;
line-height:15px;
}

h1 {
font-size:16px;
}

h2 {
font-size:14px;
}

p {
font-size:12px;
}

.footer {
background-color:#BFB32B;
line-height:40px;
color:#002200;
font-size:16px;
font-weight:bold;
letter-spacing:1px;
}