/* CSS Document */
html, body, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}
body {
background-color:#eeeeee;
text-align: center;
}
#wrapper {
text-align: left;
margin: 0 auto;
width: 930px;
background-image: url(images/bg.gif);
background-repeat:repeat-y;
background-position:center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #656461;
}
a {
color: #656461;
}
a:hover {
color: #522107;
}
#content {
background-image: url(images/bg-top.gif);
background-position: top;
background-repeat:no-repeat;
padding: 0 21px;
}
.clearit {
clear: both;
}
h1 {
font-size: 19px;
padding: 20px 0 10px 0;
}
h2 {
font-size: 17px;
padding: 20px 0 10px 0;
}
h3 {
font-size: 14px;
padding: 10px 0;
}
#leftcol {
float: left;
width: 237px;
margin-right: 8px;
}
#leftcol div {
padding-left: 15px;
}
#maincol {
float: left;
width: 618px;
background-image: url(images/col-divide.gif);
background-repeat: repeat-y;
margin-top: 19px;
padding-left: 16px;
}
* html #maincol {
width: 634px;
w\idth: 618px;
}
.section {
padding-bottom: 30px;
}
.midcol {
float: left;
width: 310px;
}
ul.menu {
list-style:none;
padding-bottom: 168px;
}
ul.menu li {
padding: 0;
}
div .menu {
text-align: left;
padding-bottom: 174px;
}
.menu div {
padding-bottom: 1px;
}
p {
margin: 10px 0;
}
#leftcol div {
padding: 17px 15px 10px 30px;
}
#midline {
background-image: url(images/col-divide.gif);
background-repeat: repeat-y;
background-position: 337px 0;
padding-bottom: 20px;
padding-left: 9px;
}
.rightcol {
float: right;
width: 255px;
padding: 20px 0 0 25px;
}
* html .rightcol {
width: 275px;
w\idth: 255px;
}
.bottom {
margin-top: 13px;
}
.midcol ul {
list-style:none;
padding-bottom: 10px;
}
.midcol ul.list {
list-style:disc;
margin-left: 20px;
}
.midcol ul.list li {
padding-bottom: 10px;
}
fieldset {  
position: relative;  
float: left;  
clear: left;  
width: 187px;
} 
legend {    
font-weight: bold;
font-size: 12px;
color: #656461; 
} 
fieldset ol {  
list-style: none;
float: left; 
clear: left;
width: 100%;
padding: 25px 0 7px 0;
} 
fieldset li {  
padding-bottom: 3px;
} 
fieldset.submit {  
float: none;  
width: auto; 
padding: 0;
margin: 0; 
}
label {  
float: left;  
width: 45px;  
margin-right: 8px; 
text-align: right;
padding-top: 3px;
}
span label {
width: 90px;
text-align: left;
}
legend span {  
position: absolute;  
margin: 0;
top: 0;
left: 0;
width: 180px;
}
.required {
font-style:italic;
text-align: right;
font-size: 11px;
}
.error {
color: #990000;
}
#links a {
color: #ac3d00;
}
#links a.designed {
font-size: 10px;
color: #656461;
}