body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #21517f;
    margin: 0px;
    color: #555555;
}
img {
    border: none;
}
.headercopy {
    font-size: 80%;
    line-height: 150%;
    color: #ffffff;
}
.copytext {
    font-size: 80%;
    line-height: 150%;
    color: #555555;
}
#pagewrapper {
    width: 100%;
    text-align: center;
    min-height: 500px;
    min-width: 960px;
    background: url(/media/img/page_bg.jpg) top center no-repeat #ffffff;
}
#header {
    text-align: left;
    width: 960px;
    height: 67px;
    padding: 0px;
    margin: 0 auto 0 auto;
    position: relative;
}
#logo_link {
    position: absolute;
    width: 234px;
    height: 49px;
    overflow: hidden;
    top: 13px;
    left: 0px;
}
#main-nav {
    margin: 0px;
    position: absolute;
    width: 700px;
    height: 49px;
    overflow: hidden;
    top: 13px;
    left: 240px;
}
#main-nav li {
    display: block;
    float: left;
    margin: 0px;
}
#main-nav li a {
    display: block;
    height: 24px;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 20px 10px 20px;
}
#footerwrapper {
    background-color: #00284e;
    width: 100%;
    text-align: center;
    margin: 0px;
}
#footer {
    text-align: left;
    width: 960px;
    height: 32px;
    padding: 0px;
    margin: 0 auto 0 auto;
    position: relative;
}
#footer-nav {
    margin: 0px;
    text-align: right;
    margin-right: 10px;
    height: 49px;
    overflow: hidden;
    float: right;
    font-size: 8pt;
}
#footer-nav li {
    display: block;
    float: left;
}
#footer-nav li a {
    display: block;
    height: 22px;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 20px 2px 20px;
}
.contentwrapper {
    display: block;
    text-align: left;
    margin: auto;
    width: 960px;
}
ul.vmenu {
    margin: 0px;
    padding: 0px;
    display: block;
    list-style: none;
    font-size: 80%;
}
ul.vmenu li {
    margin: 0px;    
    border-bottom: 1px solid #e0e0e0;
    display: block;
}
ul.vmenu li:first-child {
    border-top: 1px solid #e0e0e0;
}
ul.vmenu li a {
    text-decoration: none;
    height: 45px;
    display: block;
    padding: 5px;
    color: #666666;
}
ul.vmenu li a:hover {
    background-color: #ebf5ff;
    color: #21517f;
}
ul.headerlinks {
    margin: 0px;
    padding: 0px;
    display: block;
    list-style: none;
    font-size: 70%;
    color: #ffffff;
}
ul.headerlinks li {
    margin: 2px 0px 2px 0px;    
    padding: 0px;
    display: block;
}
ul.headerlinks li a {
    text-decoration: none;
    display: block;
    padding: 7px 10px 5px 20px;
    height: 18px;
    background: url(/media/img/headerButton.png) no-repeat;
    color: #e4bac0;
}
ul.headerlinks li a:hover {
    color: #ffffff;
    background: url(/media/img/headerButtonHover.png) no-repeat;
}

a.back:link{
    
    text-decoration:none;
    color:#21517f;
}
a.back:visited{
    
    text-decoration:none;
    color:#21517f;
}
a.back:Hover{
    
    text-decoration:none;
    color:#00284e;
}
