/********************************
HTML STYLES
*********************************/
body {
margin: 0;
background: #cebd7e url(standard/bg.jpg) repeat-y center;
font: 12px Arial, Helvetica, sans-serif;
color: #000000;
text-align: center;
}
a {
color: #591d01;
}
a:hover {
color: #A43602;
}
form {
padding: 0;
margin: 0;
}
/********************************
UNIVERSAL STYLES
*********************************/
.floatLeft {
float: left;
}
.small { font-size: 10px; color: #1E1E8D; }
.Title { font-size: 16px; color: #382D1D; }
.t1 { font-size: 13px; color: #000000; }
.nav { font-weight: bold; color: #FFFFFF; text-decoration: none; }
.error { font-weight: bold; color: #CC0000; }
.standard { font-size: 12px; }
.standardbold { font-weight: bold; }
.standardheader,
p.standardheader { font-size: 26px; color: #524b48;}
.header { font-size: 16px; }
.poll { font-size: 10px; }
/********************************
LAYOUT STYLES
*********************************/
#container {
width: 870px;
margin: 0 auto;
text-align: left;
}
#header {
width: 870px;
height: 155px;
overflow: hidden;
}
#middle {
background: url(standard/content_bg.jpg) repeat-y;
}
#leftColumn {
float: left;
width: 190px;
padding: 0 0 0 5px;
background: url(standard/sidenav_top_bg.jpg) no-repeat;
}
#menu {
background: url(standard/sidenav_bottom_bg.jpg) bottom;
}
#menu {
margin: 20px 0 0 0;
padding: 0 0 15px 10px;
}
#menu li {
list-style: none;
margin: 0;
padding: 0;
}
.navoff a {
display: block;
text-decoration: none;
font-size: 11px;
padding: 2px 0 2px 14px;
background: url(standard/arrow.gif) no-repeat 6px;
}
.navon a {
display: block;
text-decoration: none;
font-size: 11px;
padding: 2px 0 2px 14px;
background: url(standard/navon.gif) no-repeat;
}
.subnavon a {
display: block;
text-decoration: none;
font-size: 11px;
padding: 2px 0 2px 20px;
background: none;
}
#searchForm {
background: url(standard/search_bottom_bg.jpg) bottom;
color: #FFFFFF;
font-size: 10px;
font-weight: bold;
padding: 0 0 10px 0;
margin: 5px 0;
}
#searchForm h2 {
text-align: center;
font-size: 16px;
color: #FFFFFF;
height: 10px;
padding: 12px 0;
margin: 0;
background: url(standard/search_top_bg.jpg) no-repeat;
}
#searchForm p{
margin: 0;
padding: 2px 10px;
}
.submit {
text-align: center;
}
.submit input {
margin: 5px;
background: #f6ea9b;
color: #8d2d00;
}
#content {
float: right;
width: 655px;
padding: 10px;
overflow: hidden;
}
#buttonMenu {
clear:both;
height: 295px;
overflow: hidden;
}
#footer {
color: #725b3b;
text-align: center;
font-size: 10px;
}
#footer p {
padding: 7px;
}