* {
    margin: 0;
    padding: 0;
}
#content {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    margin: 0 auto;
    padding-left: 1px;
    width: 973px;
}
.plusSize {
    font-size: 24px;
}
h1 {
    color: #43474A;
    font-size: 18px;
}
h2 {
    color: #000000;
    font-size: 16px;
}
h1, h2, h3 {
    font-family: Arial,Helvetica,sans-serif;
}
#top-nav {
    background-color: #0067BC;
    clear: both;
    color: #FFFFFF;
    font: bold 15px Arial,Helvetica,sans-serif;
    height: 28px;
    margin: 0 auto;
    width: 939px;
	text-align:center;
}
#top-nav ul {
    display: inline;
    position: relative;
    top: 6px;
}
#top-nav ul li {
    display: inline;
}
#top-nav ul li a {
    color: #FFFFFF;
    padding-left: 25px;
    padding-right: 25px;
    text-decoration: none;
}
#top-nav ul li a:hover {
    background-color: #C4D9F5;
    color: #000066;
}
#banner {
/*    background-image: url("../images/home_middle_logo.jpg");
*/    background-position: center top;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding-left: 1px;
    width: 973px;
}
#banner_nav {
    float: right;
    padding-right: 19px;
    text-align: right;
}
#banner_nav input {
    background-color: #F3FBFD;
    border: 1px solid #666666;
    font-family: Arial,Helvetica,sans-serif;
    vertical-align: middle;
}
#banner_nav input.searchtext {
    height: 17px;
    margin-right: 4px;
    padding: 1px;
}
#banner_nav ul, #banner_nav ul li {
    display: inline;
    position: relative;
}
#banner_nav ul li a {
    padding-left: 4px;
    padding-right: 8px;
    text-decoration: underline;
}
#logo {
    padding-bottom: 10px;
    padding-left: 25px;
    padding-top: 5px;
}
#landing_image {
    background-image: url("../images/landing2.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
    float: left;
    width: 417px;
}
* html #landing_image {
    margin-left: 5px !important;
}
#landing_right {
    float: left;
    margin-left: 417px;
    width: 556px;
}
* html #landing_right {
    margin-left: 210px !important;
}
#wholepage {
    margin: 0 auto;
    width: 994px;
}
#wrapper {
    background-image: url("../images/background.jpg");
    background-repeat: repeat-y;
    float: left;
    margin: 0 auto;
    width: 998px;
}
#wrapper2 {
    background-image: url("../images/background_bottom.jpg");
    background-repeat: no-repeat;
    clear: both;
    height: 20px;
    margin: 0 auto;
    width: 994px;
}
a, a:visited {
    color: #0066CC;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 80%;
    text-decoration: none;
}
body {
    background-color: #E5F0F8;
    height: 100%;
    margin: 0;
    width: 100%;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

