﻿a
{
    text-decoration: underline;
    color: rgb(83, 96, 102);
}

a:hover, a:hover .green, a:hover .steel, a:hover .NoLink
{
    color: rgb(60, 104, 72);
    text-decoration: none;
}
.MainContent {
/*width: 800px;*/
width: 670px;
margin-left: auto;
margin-right: auto;
text-align: left;
margin-top: 6px;
font-size: .75em;
}
.MainContent h4 
{
    color: #475563;
    margin: 0 0 4px 0;
    font-size: 1.1em;
}
.MainContent h5 
{
    color: #000;
    margin: 0;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #138f34;
    padding-bottom: 4px;
}
.greentext 
{
    color: #01933f;
}
.SiteContent 
{
width: 100%;
text-align: center;
font-family: Arial, sans-serif;
}
.textareas {
background-image: url(../images/blank.gif);
background-color: #fff;
border: 1px solid #aebcc0;
color: #536066;
padding-left: 2px;
font-size: 11px;
vertical-align: top;
}

.dashdivide {
 border-top: 1px dashed #bccfe3;
 padding-top: 4px;
 margin-top: 8px;
 display: block;
 height: 0;
 width: 100%;
 }
 .dashdivide[class] {
 display: table;
 height: auto;
 } 
 .noborder 
{
    border-top: 0px;
}
.pushtext 
{
    padding-left: 100px;
} 
.conferencetext
{
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
}
.conferencetext li
{
    margin: 0 0 4px 0;
}
.steel {
color: #7193ac;
}
.subtitle 
{
 color: #6488a2;
 margin: 0 0 4px 0;
 font-weight: bold;
}