/* CSS Document */
body,td,th {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
body {
background-color: #CDCCC0;
margin-top:0px;
margin-bottom:0px;
}
/* main navigation */
/* container styles*/
#navtop {
font-size:11px;
background-color:#B61E19;
font-weight:bold;
color:#f8efd5;
border-top:1px solid #8a1213;
border-bottom:1px solid #8a1213;
width:529px;
}
#navtop ul { 
list-style:none;
padding:0px;
margin:0px;
}
#navtop li { 
display: inline;
margin:0px;
border-right:1px solid #8a1213;
}
#navtop a:link, #navtop a:visited {
float:left;
background-image:url(../i/nav_bg.gif);
background-position:left top;
background-repeat:repeat-x;
font-weight:bold;
color:#f8efd5;
padding:3px 30px;
border-right:1px solid #8a1213;
text-decoration:none;
}
#navtop a:active, #navtop a:focus, #navtop a:hover {
font-weight:bold;
background-image:none;
background-color: #9B1A15;
color:#f8efd5;
padding: 3px 30px;
border-right:1px solid #8a1213;
text-decoration:none;
}
#navtop #on {
background-image:none;
background-color: #9B1A15;
font-weight:bold;
color:#f8efd5;
padding: 3px 30px;
border-right:1px solid #8a1213;
text-decoration:none;
}
/* new navigation */
.navtop {
font-size:11px;
background-color:#B61E19;
font-weight:bold;
color:#f8efd5;
border-top:1px solid #8a1213;
border-bottom:1px solid #8a1213;
}
.navtop a:link, .navtop a:visited {
background-image:url(../i/nav_bg.gif);
background-position:left top;
background-repeat:repeat-x;
font-weight:bold;
color:#f8efd5;
padding:4px 30px;
line-height:20px;
border-right:1px solid #8a1213;
text-decoration:none;
}
.navtop a:active, .navtop a:focus, .navtop a:hover {
font-weight:bold;
background-image:none;
background-color: #9B1A15;
color:#f8efd5;
padding:4px 30px;
line-height:20px;
border-right:1px solid #8a1213;
text-decoration:none;
}
.navtop #on {
background-image:none;
background-color: #9B1A15;
font-weight:bold;
color:#f8efd5;
padding:4px 30px;
line-height:20px;
border-right:1px solid #8a1213;
text-decoration:none;
}
/* left column */
#leftcolumn {
background-color:#E7D5C1;
font-size:11px;
color: #80613f;
padding:15px 30px 5px 30px;
}
#leftcolumn ul{
list-style:none;
padding-left:25px;
}
#leftcolumn  h2 {
font-size:14px;
font-weight:bold;
color:#f6efd3;
margin:0px;
padding:0px 0px 10px 0px;
}
#leftcolumn  h5 {
font-size:11px;
font-weight:bold;
color: #a38768;
margin:15px 0px 0px 0px;
}
#leftcolumn a, #leftcolumn a:link, #leftcolumn a:visited {
font-size:11px;
color:#b61f18;
text-decoration:underline;
margin: 0px 0px 4px 0px;
}
#leftcolumn a:hover, #leftcolumn a:focus, #leftcolumn a:active {
font-size:11px;
color:#333333;
text-decoration:underline;
margin: 0px 0px 4px 0px;
}
/* Main Content */
#maincontainer {
color:#4e4848;
margin-bottom:20px;
}
#maincontainer h3 {
color:#a28769;
font-size:15px;
padding-bottom:20px;
margin:0px;
}
#maincontainer h5{
color:#4e4848;
font-size:11px;
margin: 0px 0px 8px 0px;
}
#maincontainer a, #maincontainer a:link, #maincontainer a:visited{
color:#b61f18;
font-size:11px;
text-decoration:underline;
}
#maincontainer a:hover, #maincontainer a:focus, #maincontainer a:active{
color:#333333;
font-size:11px;
text-decoration:underline;
}
/* footer */
#footer {
color:#b61f18;
font-size:11px;
}
#footer a, #footer a:link, #footer a:visited{
color:#b61f18;
font-size:11px;
text-decoration:underline;
}
#footer a:hover, #footer a:focus, #footer a:active{
color:#333333;
font-size:11px;
text-decoration:underline;
}
