body{
    font: 12px arial, helvetica, sans-serif;
    background: url('../images/mainbg.jpg') repeat-y top left;
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}

h1{
    color: #162fca;
    text-transform: uppercase;
    font: 24px Arial, Helvetica, Sans-Serif;
}

h2{
    text-transform: uppercase;
    color: #fff;
    font: 18px Arial, Helvetica, Sans-Serif;
    letter-spacing: 1px;
    font-weight: normal;
}

img{
    border: 0;
}

#contactleft{
    float: left;
    width: 400px;
    padding-right: 20px;
    border-right: 1px solid #69f;
}

#contactleft .row{
    padding: 5px 0;
}

#contactleft .row .rowleft{
    float: left;
    width: 80px;
    text-align: right;
}

#contactleft .row .rowright{
    float: right;
    width: 300px;
}

#contactleft .row .rowright input{
    width: 90%;
    color: #191919;
}

#contactleft .row select{
    text-align: center;
}

#contactleft .row textarea{
    width: 88%;
    padding: 3px;
    height: 80px;
}

#contactright{
    float: right;
    width: 200px;
}

#container{
    width: 990px;
    overflow: hidden;
}

#events{
    overflow: hidden;
    float: right;
    width: 252px;
}

#eventsleft{
    float: left;
    width: 305px;
    /*padding-right: 10px;
    border-right: 1px solid #191919;*/
}

#eventsright{
    float: right;
    width: 305px;
}

#eventstop{
    width: 202px;
    height: 89px;
    background: url('../images/eventstop.jpg') no-repeat top left;
    padding-top: 60px;
    text-align: center;
    padding: 60px 25px 0 25px;
    line-height: 17px;
}

#eventstop div{
    font: 14px Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    padding-bottom: 10px;
}

#eventsmid{
    width: 202px;
    background: url('../images/eventsmid.jpg') repeat-y top center;
    padding: 5px 25px;
}

#eventsbot{
    width: 252px;
    height:  60px;
    background: url('../images/eventsbot.jpg') no-repeat bottom left;
}

#footer{
    background-color: #f2f2f2;
    height: 30px;
    line-height: 30px;
    padding-left: 5px;
    margin-top: 15px;
    font-size: 11px;
}

#footer a{
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px dotted #162fca;
    color: #162fca;
}

#login{
    padding: 5px 5px 10px 5px;
    border-bottom: 1px dashed #4b4b4b;
    color: #fff;
}

#login .row{
    clear: both;
    padding-bottom: 4px;
}

#login .row span{
    width: 75px;
    float: left;
}

#mainbody{
    min-height: 737px;
    height:auto !important;
    height: 737px;
    margin-top: 20px;
    padding-left: 10px;
    line-height: 22px;
}

#mainbody a{
    color: #162fca;
    padding-bottom: 1px;
    border-bottom: 1px dotted #162fca;
    text-decoration: none;
}

#mainbody p{
    padding-bottom: 10px;
    text-indent: 20px;
}

#mainleft{
    width: 315px;
    padding: 10px;
    float: left;
    background: url('../images/logobg.jpg') no-repeat 8px 10px;
    padding-top: 220px;
}

#mainleft a{
    color: #fff;
}

#mainright{
    width: 655px;
    float: right;
}

#memory{
    padding: 5px 5px 10px 5px;
    border-bottom: 1px dashed #4b4b4b;
    color: #fff;
    min-height: 110px;
    height:auto !important;
    height: 110px;
    margin-bottom: 20px;
}

#memory img.mainimg{
    float: right;
    padding: 0 0 10px 10px;
}

#navigation{
    background-color: #f2f2f2;
    height: 30px;
}

#navigation div a{
    float: left;
    display: block;
    height: 30px;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 0 6px 6px 6px;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 0 3px;
}

#navigation div.first a{
    margin-left: 12px;
}

#navigation div a:hover, #navigation div a.active{
    background: url('../images/navarrow.jpg') no-repeat bottom center;
    background-color: #162fca;
    color: #fff;
}

#search{
    padding: 15px 0;
    border-bottom: 1px dashed #4b4b4b;
}

#search input{
    background-color: #4b4b4b;
    border: 0;
    height: 27px;
    line-height: 33px;
    padding: 4px 3px 2px 3px;
    color: #fff;
    font: 18px Arial, Helvetica, Verdana, Sans-Serif;
    letter-spacing: 1px;
    font-weight: bold;
    float: left;
    margin-left: 10px;
    width: 243px;
}

.bio{
    padding-bottom: 10px;
    border-bottom: 1px dashed #162fac;
    margin-bottom: 15px;
}

.biopic{
    float: left;
    width: 120px;
    text-align: center;
}

.biopic img{
    padding: 5px;
    border: 1px solid #162fca;
}

.biotext{
    float: right;
    width: 520px;
}

.blue{
    color: #162fca;
}

.clear{
    clear: both;
}

.eventdate{
    text-align: right;
    text-transform: uppercase;
    color: #191919;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

.eventlink a{
    display: block;
    background-color: #ccc;
    margin-top: 5px;
    padding: 5px;
    color: #000 !important;
    min-height: 25px;
}

.eventlink a:hover{
    background-color: #666;
    color: #fff !important;
}

.faq{
    padding-bottom: 10px;
    border-bottom: 1px dashed #162fac;
    margin-bottom: 10px;
}

.faqanda b{
    padding-bottom: 5px;
    display: block;
}

.faqanda p{
    text-indent: 0px !important;
}

.faqnumber{
    float: left;
    font: 52px "Times New Roman", Georgia, Arial, Helvetica;
    padding: 0 10px 10px 5px;
    color: #162fca;
}

.linebreak{
    height: 1px;
    border-top: 1px dashed #162fca;
    margin-top: 10px;
    padding-bottom: 10px;
    clear: both;
}

.loginerror{
    font-weight: bold;
    font-size: 11px;
    color: #f00;
    padding-bottom: 10px;
}

ul.resources a:hover{
    text-decoration: underline;
}

ul.resources li{
    padding: 0 0 7px 3px;
}

.statement{
    text-align: center;
    font: 16px Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    padding: 20px;
}

.yellow{
    color: #fdf69e;
}