body 
{
    font-family: Verdanna, Arial, sans-serif;
}

img
{
    clear: both;
}

}

ul
{
    list-style-type: disc;
}
li
{
    padding-bottom: 10px;
}

.emphasis 
{
    font-weight: bold;
    color: #CC9900;
}
body
{
    margin-left: auto;
    margin-right: auto;
}
#wrapper
{
    width: 100%;
    float: left;
    padding-top: 15px;
}
#innerWrapper
{
    width: 852px; 
    margin-left: auto;
    margin-right: auto;
}
#header 
{
    width: 852px; 
    border: black 1px solid;
    background: #BCDEFF;
    position: relative;
}

#logo
{
    position: absolute; top: 0px; right: 50px;
}
#mainHeader
{
    padding-top: 10px;
    padding-left: 10px;
    font-size: 36px;
    font-weight: bold;
}
#mainHeader .emphasis
{
    color: #FF0000;
}
.emphasis 
{
    font-weight: bold;
    color: #CC9900;
}
#subTitle
{
    padding-left: 35px;
    font-weight: bold;
}
#subTitle #line2
{
    padding-left: 35px;
}
#subTitle #line3
{
    padding-left: 60px;
    padding-bottom: 10px;
}
#subTitle .emphasis
{
    color: #0000FF;
    font-size: larger;
}
#bodyWrapper
{
    border: 1px black solid;
    border-top: 0;
    float: left; 
    background: #ABCDEF;
    width: 852px;
    position: relative;
}
#body 
{
    float: left;
    border-right: 1px black solid;
    width: 700px;
    background: #FFFFFF;
}
#frontPageLeft,
#frontPageRight
{
    width: 330px;
    float: left;
    position: relative;
    top: 15px;
    left: 15px;
}
#frontPageRight
{
    margin-left: 10px;
    margin-right: 10px;
}
.boxOdd,
.boxEven
{
    width: 330px;
    margin-top: 10px;
    float: left;
}
.boxOdd
{
    background: #FFFFCC;
}
.boxEven
{
    background: #CCFFCC;
}
.boxTitle
{
    text-align: center;
    position: relative;
    top: 7px;
}
.boxText
{
    padding: 7px;
    padding-top: 12px;
}
.readMoreLink
{
    float: right;
    border: 1px black solid;
    text-align: center;
    width: 80px;
    font-size: 10px;
    padding: 3px;
    background: #CCCCCC;
}
.readMoreLink:hover
{
    color: blue;
    background: #FFFFFF;
}
.readMoreLink a
{
    color: #000000;
    text-decoration: none;
}

#menuBar
{
    margin-top: 20px;
    float: left;
    width: 145px;
    text-align: right;
}
.barItem,
.barItem:hover
{
    padding-top: 3px;
    padding-bottom: 3px;
    width: 145px;
    font-weight: bold;
    float: right;
    clear: all;
    text-decoration: none;
}
.barItem:hover
{
    background: #123456;
    color: #FFFFFF;
}

#contactUs
{
    position: absolute;
    bottom: 10px; right: 5px;
    width: 145px;
}
#contactTitle
{
    margin-top: 100px;
    float: right;
    font-weight: bold;
}
#contactInfo
{
    float: right;
    font-size: 10px;
}
#footer
{
    text-align: center;
    font-size: 8px;
    margin-top: 20px;
    clear: all;
    position: relative;
    top: 15px;
    float: left;
    width: 100%;
}
#pageSubheader
{
    float: left;
    width: 100%;
    padding-top: 5px;
}
#subheaderImage
{
    float: left;
    padding-left: 10px;
    width: 200px;
}
#subheaderTitle
{
    float: left;
    text-align: center;
    width: 480px;
    padding-top: 45px;
}
.columnHeader
{
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}
.oneColumn
{
    float: left;
    padding-left: 15px;
    padding-top: 10px;
    padding-right: 40px;
}
#body_box
{
    background: #FFFFFF;
    padding: 10px;
    padding-bottom: 50px;
}

.subtitle_box
{
    font-size: 18px;
}

