body{
background: white;

text-align: left;
font-family: verdana, arial, tahoma, sans-serif;
font-size: 13px;
margin-left: 0;
}

#outer {
 text-align:left;
 border:none;
 width:800px;
}

#left-col {
text-align: left;
float:left;
width:175px;
padding: 0;
margin-top: 120px;
margin-left: 5px;
}

#content{
float: right;
background-color: white;
width: 615px;
border: none;

}

#content h1{
color: #8fd2c5;
font-size: 15px;
text-align: center;
letter-spacing: -1px;
word-spacing: -1px;
margin-top: 0;
padding-top: 0;
}

#content h1.left{
padding-top: 5px;
padding-bottom: 2px;
margin-bottom: 0;
text-align: left;
}

#content h2{
color: #505050;
font-weight: normal;
font-size: 13px;
text-align: justify;

margin-top: 0;
padding-top: 0;
}

#content li{
color: #959595;
font-size: 12px;
list-style-image: url(bullet.gif);
margin-bottom: 5px;
}

#content q{
font-style: italic;
}

#content td{
text-align: left;
}

#content .red{
color: red;
}

#content td.right {
text-align: right;
}

#content p.footer {
color: #505050;
font-size: 12px;
text-align: right;
}

#content p.centered {
text-align: center;
padding: 0;
margin: 0;
line-height: 36px;
font-weight: bold;
font-size: 18px;
color: #794400;
}

#content p.left {
text-align: left;
padding: 0;
margin: 0;
line-height: 36px;
font-weight: bold;
font-size: 18px;
color: #794400;
}

#content p.right {
text-align: right;
padding: 0;
margin: 0;
line-height: 24px;
font-weight: bold;
font-size: 18px;
color: #794400;
}



#content span.bigblue {
margin: 0;
padding: 0;
font-size: 55px;
font-weight: normal;
color: #8fd2c5;
}

.blue {
color: #8fd2c5;
}

.brown {
color: #794400;
}

#left-col a.button{
border: 1px solid #8fd2c5;
font-family: verdana, fixed, monospace;
display: block;
letter-spacing: -1px;
word-spacing: -1px;
width: 150px;
background-color: #8fd2c5;
font-size: 18px;
font-weight: normal;
color: white;
margin: 0;
padding: 5px;
margin-top: 5px;
text-align: left;
text-decoration: none;

}

#left-col a.button:hover {
background-color: white;
color: #8fd2c5;

}

span.first {
margin-left: 3px;
padding-right: 1px;
color: #794400;
}


