* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #595757;
    color: #444444;
}

.wrap {
    text-align: center;
}

.wrap2 {
    border: 2px solid #D7D7D2;
    background: #FFFFFF;
    font-size: 1.1em;
    margin: 0 auto;
    padding: 0 auto;
    width: 780px;
}

.banner {
    background: url(images/bannerbg.gif) repeat-x;
    height: 112px;
    text-align: center;
}

.banner h1 {
    padding-top: 1.7em;
}

.banner h2 {
    font-size: 0.8em;
    font-style: italic;
}

.bannerimg {
    background: url(images/bannerclean.gif) no-repeat;
    height: 112px;
    width: 227px;
    float: left;
}

.topbar {
    height: 33px;
    width: 780px;
    margin-bottom: 4px;
    font-size: 0.9em;
}

.topbarlink{
    background: url(images/bar.gif) no-repeat;
}

.topbarlink:link {
    background: url(images/bar.gif) no-repeat;
}

.topbarlink:hover {
    background: url(images/barhover.gif) no-repeat;
}

.topbarlink:hover, .topbarlink:link, .topbarlink {
    height: 33px;
    width: 124px;
    float: left;
    padding-top: 7px;
    color: #A7A2A2;
    font-family: "Lucida Sans", Arial, Helvetica, sans;
    font-size: 0.8em;
}

.topbarhome {
    background: url(images/homeicon.gif) no-repeat;
    height: 33px;
    width: 36px;
    float: left;  
}

.topbarhome:hover {
    background: url(images/homeiconhover.gif) no-repeat;
    height: 33px;
    width: 36px;
    float: left;
}

.headerbg {
    background: url(images/navbarbg.gif) repeat-x;
    height: 35px;
    width: 181px;
    float: left;
    padding-top: 6px;
    font-family: "Lucida Sans", Arial, Helvetica, sans;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    color: #CDDEA9;
}

.headerl {
    background: url(images/navbarl.gif) no-repeat;
    width: 5px;
    height: 35px;
    float: left;
}

.headerr {
    background: url(images/navbarr.gif) no-repeat;
    width: 4px;
    height: 35px;
    float: right;
}

.navigation {
    float: left;
    width: 190px;
}

.navigation ul {
    border-right: 1px solid #EAEADA;
    border-left: 1px solid #EAEADA;
}

.navigation li {
    border-bottom: 1px solid #EAEADA;
}

.navigation li a {
    font-size: 0.8em;
    color: #444;
    display: block;
    text-decoration: none;
    font-family: "Lucida Sans", Arial, Helvetica, sans;
}

.navigation li a:hover {
    background: #F0F0EB;
    color: #666;
}

.content {
    float: right;
    width: 585px;
    border-left: 1px solid #EAEADA;
    border-right: 1px solid #EAEADA;
    border-bottom: 1px solid #EAEADA;
}

.content2 {
    padding: 5px;
}

.content2 h1 {
    text-align: left;
    font-weight: bold;
}

.content2 h5 {
    text-align: left;
}

.content2 p {
    text-align: justify;
    font-size: 0.8em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.content p {
    font-family: "Lucida Sans", Arial, Helvetica, sans;
    font-size: 0.7em;
}
.mcheaderbg {
    background: url(images/navbarbg.gif) repeat-x;
    height: 35px;
    width: 576px;
    float: left;
    padding-top: 6px;
    font-family: "Lucida Sans", Arial, Helvetica, sans;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    color: #CDDEA9;
}

a {
    color: #A7A2A2;
    font-family: "Lucida Sans", Arial, Helvetica, sans;
    text-decoration: none;
}

a:hover {
    color: #628B0C;
}

p {
    font-family: "Lucida Sans", Arial, Helvetica, sans;
    color: #444;
}

li {
    list-style: none;
}

h1 {
    font-family: "Lucida Sans", Arial, Helvetica, sans;
    font-size: 1.3em;
}

h2 {
    font-family: "Lucida Sans", Arial, Helvetica, sans;
    font-size: 1.1em;
}

h1,h2 {
    color: #383838;
    margin-bottom: 4px;
}

.clearer {
    clear: both;
}

.floatl {
    float: left;
}

.floatr {
    float: right;
}

.footer {
    background: #AAA;
    font-family: "Lucida Sans", Arial, Helvetica, sans;
    margin-top: 7px;
    font-weight: normal;
    font-size: 0.5em;
    padding-top: 2px;
    text-align: center;
}

.footer a {
    color: #F7F7F2;
    font-family: "Lucida Sans", Arial, Helvetica, sans;
    text-decoration: none;
}

.footer a:hover {
    color: #DDD;
}

.sc {
    font-variant: small-caps;
}
