* { margin: 0; }

body {
    font-family: Verdana, sans-serif;
    font-size: 13px;
    background: #f7f4e8 url(images/body_bg.gif) repeat-y center ;
    list-style-image: url(images/bullet.gif);
}

ul,li {
    padding: 0px;
    margin-left: 8px;
}
img {
    border: 0;
}

#splash_blue {
 background: #b6bdd6 url(images/splash_blue_bg.gif) center repeat-y;
 height: 130px;
}
#splash_content {
 background: #fed48e url(images/splash_content_bg.jpg) center no-repeat;
}

#header {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    top: 0px;
    left: 0px; /* IE7 FIX */
    margin: 0px;
    width: 100%;
    height: 32px;
    text-align: right;
    background-color: #004882;
    clear: both;
}
#wrapper {
    margin: 0 auto;
    padding-top: 32px;
    width: 950px;
}
#leftcolumn { 
    color: #333;
    background: #fed48d;
    height: 500px;
    width: 214px;
    float: left;
}
#rightcolumn { 
    float: left;
    color: #333;
    padding: 35px 35px 35px 35px;
    background: #f7f4e8;
    height: 500px;
    width: 466px;
    display: inline;
    position: relative;
}

#rightcolumn h2 { 
    color: #004882;
    padding: 10px 0px 10px 0px;
}

#rightcolumn h5 { 
    font-style: italic;
    padding: 10px 0px 10px 0px;
}

#rightcolumn h4 { 
    font-style: italic;
    color: #004882;
    padding: 10px 0px 10px 0px;
}

#rightcolumn p { 
    padding: 10px 0px 10px 0px;
}

.right_side {
    text-align: center;
    padding: 55px 0 0 0;
    float: right;
    width: 190px;
}

.red { 
    color: #d7113f;
    font-weight: bold;
}

.blue { 
    color: #004882;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.copyright {
    font-size: 9px;
}
