body {
font-family: verdana, futura, helvetica;
font-size: 1em;
width: 100%;
margin: 0;
padding: 0;
color: #996c06;
background-color: #eeeecc;
}
a {
color: #0000ff;
}
a:hover {
color: #996c06;
}
#top {
width: 100%;
background-image: url(/image/banner.gif);
}
.top_title {
color: #e3b432;
font-size: 3em;
font-weight: bold;
text-align: left;
font-family: verdana, futura, helvetica;
padding: 6px;
margin-bottom: 8px;
}
.menu {
padding: 0 0 2px 20px;
border-bottom: 2px solid #996c06;
}
.menu a {
padding: 2px 10px 2px 10px;
border: 1px solid #996c06;
border-bottom: 0;
background-color: #eeeecc;
text-decoration: none;
color: #996c06;
background-image: url(/image/menu_bg.gif);
}
.menu a:hover {
padding: 2px 9px 7px 9px;
border: 2px solid #996c06;
border-bottom: 0;
background-color: #eeeecc;
text-decoration: none;
color: #996c06;
background-image: url(/image/menu_bg.gif);
}
.menu .current a {
padding: 2px 10px 7px 10px;
border: 1px solid #996c06;
border-bottom: 0;
background-color: #eeeecc;
text-decoration: none;
color: #996c06;
background-image: url();
}
.menu .current a:hover {
padding: 1px 9px 7px 9px;
border: 2px solid #996c06;
border-bottom: 0;
background-color: #eeeecc;
text-decoration: none;
color: #996c06;
background-image: url();
}

#list li {
margin:0 0 0 -40px;
padding:0 0 0 15px;
list-style-type: none;
list-style:none;
line-height: 140%;
background: url(/image/bullet.gif) no-repeat;
background-position: 0 .3em;
}

#list li.sub {
margin:.5em 0 0 .5em;
padding:0 0 0 15px;
list-style:none;
background: url(/image/square_list2.gif) no-repeat;
background-position: 0 .3em;
}

.contain {
float: left;
_width: 68.3%; /* for Firefox */
width: 67.2%;  /* IE reads this but Firefox doesn't */
margin: 1em;
padding: 2px;
border: 2px solid #ffcc33;
}
.column1 {
float: left;
width: 98%;
padding: 1%;
background-color: #ffffee;
border: 0px solid #996c06;
}
.column1 .title {
font-size: 1.5em;
font-weight: bold;
color: #e3b432;
}
.sub-title {
font-size: 1.1em;
font-weight: bold;
color: #e3b432;
}
.content {
text-align: justify;
margin-top: 4pt;
margin-bottom: 2em;
}
.content:first-letter {
font-family: verdana, futura, helvetica;
font-size: 1.25em;
padding-left: 0em;
}
.column2 {
float: left;
width: 20%;
padding: 8px;
background-color: #e3b432;
font-size: .75em;
}
.column2 .side_title {
font-weight: bold;
border-bottom: 2px solid #996c06;
color: #996c06;
}
.column2 .side_content {
border-top: 2px solid #996c06;
border-bottom: 2px solid #996c06;
padding: 5px;
margin-bottom: 2em;
background-image: url(/image/side_bg.jpg);
}
.img_left {
float: left;
margin-right: 3px;
border: 1px solid #000000;
}
.img_right {
float: right;
margin-left: 3px;
border: 1px solid #000000;
}
#footer {
clear: both;
height: 15px;
font-size: .75em;
border-top: 2px solid #996c06;
padding: 5px;
background-color: #ffffee;
}
#footer a {
text-decoration: none;
}
#footer a:hover {
border: 0;
}
.left {
float: left;
}
.right {
float: right;
}