body {
    margin: 0px;
    padding: 0px;
    background: #FFF;
}

body, td, th, a, select, input, option, textarea {
    font-family: arial, verdana, tahoma;
    font-size: 12px;
}

h1, h2, h3 {
    font-family: arial, verdana, tahoma;
    font-size: 22px;
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: #0182CA;
}

.clear {
    clear: both;
}

.siteWrapper {
    margin: 0 auto;
    width: 997px;
    min-height: 400px;

}

.siteHeader {
    height: 199px;
    background: url('/images/header.gif') no-repeat top right;
    margin-bottom: 8px;
}

.mainMenu {
    padding: 0px;
    margin: 0px;
    height: 46px;
}
.mainMenu li {
    float: left;
    list-style-type: none;
    margin-right: 2px;
    background: url('images/menu_r.gif');
    height: 46px;
}

.menuItem {
    padding: 15px; width: 80px; text-align: center;
}


.menuItemSearch {
    width: 183px;
    padding-top: 8px;
}
.menuCurrent {
    background-image: none;
    background: #f2f2f2;
}
.menuItem a {
    font-size: 14px;
    color: #000000;
}

.searchButton {
    float: right; margin-right: 10px;
}
.searchInput {
    float: right; padding: 5px; margin-right: 2px;
}
.searchLabel {
    float: right; font-size: 14px; padding-top: 7px; margin-right: 10px;
}

.subscribeButton {
    float: left; margin-left: 5px;
}
.subscribeInput {
    float: left; padding: 5px;
}

.contentWrapper {
    background: #f2f2f2; min-height: 500px;
}
.whiteBox {
    background: #fff; padding: 10px;
}

.titleBoxYellow {
    background: #fff680; padding: 5px;
}

.titleBoxGreen {
    background: #1d7889; padding: 5px;
}
.titleBoxPurple {
    background: #110045; padding: 5px; 
}

.nav-outer {
    width: 960px;
    margin-top: 7px;
}
.left_nav a {
    background: #0082CA;
    padding: 5px 11px;
    color: #fff;
    font-weight: bold;    
    height: 26px;
    line-height: 26px;
    margin-left: 3px;
    margin-top: 3px;
    float: left;
}

.left_nav a:hover {
    background: #140958;
}

/*

.left_nav a:link, .left_nav a:visited {background: url('/images/nav_btn.jpg'); display: block; text-decoration: none; line-height: 41px; height: 41px; width:200px; margin:0px; text-align:center; color:#000000; font-weight:bold; font-size:11px; text-transform: uppercase;}
.left_nav a:hover {background: url('/images/nav_btn.jpg'); display: block;  text-decoration: none; width:200px; line-height: 41px; height: 41px; text-align:center;  color:#666666; font-weight:bold; font-size:11px; text-transform: uppercase;}

*/
.left_nav_o a:link, .left_nav_o a:visited {background: url('/images/nav-org.jpg'); display: block; text-decoration: none; line-height: 41px; height: 41px; width:200px; margin:0px; text-align:center; color:#000000; font-weight:bold; font-size:11px; text-transform: uppercase;}
.left_nav_o a:hover {background: url('/images/nav-org.jpg'); display: block;  text-decoration: none; width:200px; line-height: 41px; height: 41px; text-align:center;  color:#666666; font-weight:bold; font-size:11px; text-transform: uppercase;}

.footer {
    width: 100%;
    padding: 10px;
    text-align: center;    
}

.footer a {
    color: #000;
    padding-left: 10px;  
    padding-right: 10px; 
}

.copy {
    color: #000;
    padding: 10px; 
    text-align: center;
    font-size: 10px;
} 
