/* default styles */

body {
margin: 0;
font-size: 62.5%;
font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
background-color: #999;
color: #000;
background-image: url(/images/bg.gif);
background-repeat: repeat;
}

a {
color: #3c5a47;
}
a:hover {
color: #639475;
text-decoration: none;
}

h1 {
margin-top: 0;
font-weight: normal;
font-size: 1.4em;
color: #3c5a47;
line-height: 1.4em;
}
h2 {
margin-top: 0;
font-weight: normal;
font-size: 1.3em;
color: #3c5a47;
line-height: 1.3em;
}

#main {
margin: 0 auto;
padding: 0 5px;
width: 942px;
background-color: #FFF;
background-image: url(/images/main_bg.gif);
background-repeat: repeat-y;
font-size: 1.4em;
line-height: 1.4em;
}
#main_bot {
margin: 0 auto;
width: 952px;
height: 5px;
background-image: url(/images/main_bot.gif);
background-repeat: no-repeat;
}

#header {
background-color: #999;
background-image: url(/images/header_bg.gif);
background-repeat: repeat-x;
height: 124px;
}
#header_left {
float: left;
width: 245px;
}
#header_right {
width: 697px;
float: right;
text-align: right;
font-size: 0.85em;
}
#header_info {
text-align: right;
background-color: #ffffc8;
background-image: url(/images/hdr_bg.gif);
background-repeat: repeat-x;
padding: 3px 10px 0 0;
border-top: 1px solid #606060;
height: 22px;
}
#header_bot {
clear: both;
height: 6px;
border-top: 1px solid #606060;
background-image: url(/images/header_bot.gif);
background-repeat: repeat-x;
}
.header_divider {
color: #999;
margin: 0 10px;
}

#content {
padding: 16px;
}

#footer {
clear: both;
padding-top: 16px;
text-align: center;
}

.smaller {
font-size: 0.8em;
}

.header_box1 {
background-color: #ffffc8;
background-image: url(/images/hdr_bg.gif);
background-repeat: repeat-x;
border: 1px solid #999;
padding: 3px 0 0 8px;
height: 22px;
font-weight: bold;
}
.content_box1 {
background-color: #F0F0F0;
border-width: 0 1px;
border-style: solid;
border-color: #999;
padding: 8px;
}
.content_box1 ul {
margin: 0.1em 0.8em;
padding-left: 0.8em;
}

