body {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 11pt;
}
.alert {
    color:red;
    font-size: 8pt;
}
.error_messages {
    color: red;
}
.div {
    margin: 0;
    padding: 0;
}

#Container {
    width: 776px;
    margin: auto;
    position: relative;
    border: solid 2px #002B4B;
    background-color: #E8F7FE;
}

#Header {
    background: url(/img/header.jpg) no-repeat;
    height: 125px;
}

#SubHeader {
    background-color: #FFFFFF;
    height: 77px;
}


#dblogo {
    width: 40%;
    float: left;
    padding-left: 25px;
    padding-top: 5px;
    }

#chamberlogo {
    width: 55%;
    float: right;
    text-align: right;
    padding-top: 10px;
    padding-right: 5px;
}

#Content {
    margin-left: 223px;
    margin-bottom: 5px;
    margin-right: 5px;
    height: 1180px;
    padding-left: 0px;
    padding-top: 10px;
}

html>body #Content {
    height: auto;
    min-height: 1180px;
}

#LeftColumn {
    background: #FDB508;
    width: 220px;
    position: absolute;
    top: 308px;
    left: 0;
    text-align: left;
    opacity: .5;
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    height: 856px;
}

#ColumnContents {
    font-family: "Arial", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 14pt;
    color: #000000;
    background: transparent;
    position: absolute;
    top: 308px;
    left: 0px;
    text-align: center;
    width: 220px;
}
#ColumnContents ul {
    list-style: none;
    padding: 0px;
    margin: 2px 0 2px 0;
    text-align: left;
}

#ColumnContents ul li {
    margin-bottom: 2px;
    margin-left: 5px;
}

#ColumnContents a {
    text-decoration: none;
    color: #000000;
}
#ColumnContents a:hover {
    color: #1E496A;
    background: #FDB508;
}
#Footer {
    font-family: "Arial", "Helvetica", sans-serif;
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
    background: transparent;
    position: absolute;
    top: 996px;
    left: 0px;
    width: 220px;
    margin-bottom: 15px;
    padding-left: 2px;
}



#SearchBox {
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
    margin-left: 5px;
    }
#SearchBox p {
    font-size: 10pt;
    font-weight: bold;
}

#Calendar {
    font-size: 12pt;
    font-weight: bold;
    width: 210px;
    margin: auto;
}

#Events h1 {
    font-size: 14pt;
}

.stripe {
    background: #000000;
    width: 180px;
    margin: 2px auto 2px auto;
    height: 5px;
    line-height: 0;
}

img {
    border: 0px;
}

.center {
    text-align: center;
    }

.logofloat {
    float: left;
    width: 10px;
    padding: 5px 5px 10px 5px;
    border: 0;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

#Footer a {
    color: #000000;
    text-decoration: none;

}

#Partners {
    background-color: #E8F7FE;
    height: 106px;
}    
.h1 {
    font-size: 12pt;
    font-weight: bold;
}

.formlabel {
    width: 30%;
    float: left;
    text-align: right;
    padding: 2px 2px 2px 0;
}

.formfield {
    width: 50%;
    float: left;
    text-align: left;
    padding: 2px 0 2px 2px;
}

.formhelp {
    width: 80%;
    float: left;
    text-align: justified;
    padding: 2px 0 2px 2px;
}

.clear {
    clear: both;
}
.ro {
    border: none;
    background-color: #E8F7FE;
}

a:link, a:visited {
    color:  #FEB400;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #1E496A;
}
.link{
    color:  #FEB400;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.logofloat {
    float: left;
    width: 105px;
    padding: 2px 20px 0px 20px;
    border: 0;
}
.logobigfloat {
    float: left;
    width: 215px;
    padding: 15px 10px 0px 10px;
    border: 0;
}
.logoright {
    float: right;
    width: 50px;
    padding: 2px 150px 10px 5px;
    border: 0;
}

#Calendar a:link, #Calendar  a:visited {
    color: #3399FF;
}

#Calendar a:hover {
    color: #1E496A;
}

.error {
    background: url(/img/err.jpg) no-repeat #FDB508;
    border: 2px solid #003F62;
    height: 50px;
    padding-left: 55px;
    margin-bottom: 5px;
    font-size: 12pt;
    }

html>body .error {
    height: auto;
    min-height: 50px;
}

#Message {
    background: url(/img/ok.jpg) no-repeat #FDB508;
    border: 2px solid #003F62;
    height: 50px;
    padding-left: 55px;
    position: absolute;
    z-index: 100;
    top: 170px;
    left: 225px;
    width: 430px;
    font-size: 12pt;
}

html>body #Message {
    height: auto;
    min-height: 50px;
    }

.farleft {
    float: left;
    width: 40%;
    text-align: left;
    }

.farright{
    float: right;
    width: 40%;
    text-align: right;
    }

h2.NewsHead {
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
    background-color: #ADDFF9;
    width: 100%;
    display: block;
    padding-left: 2px;
}

h1
{
    font-size: 14pt;
    font-weight: bold;
}

h2
{
    font-size: 12pt;
    font-weight: bold;
}

.three_col
{
    width: 130px;
    float: left;
    text-align: center;
}

.unverified 
{
    font-size: 8pt;
    color: #FF0000;
}

.feature_photo
{
    width: 250px;
    padding: 5px;
    float: left;
}

.home_feature_photo
{
    width: 150px;
    padding: 2px;
    float: left;
} 
th {
    text-align: left;
    vertical-align: bottom;
}
*[readonly]
{
    background-color: #EEEEEE;
}
