




/*
     FILE ARCHIVED ON 7:01:28 Oct 23, 2012 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 3:39:56 Oct 13, 2014.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
html, body {
    padding: 0;
    margin: 0;    
    
    font-family: Arial;
    font-size: 12px;
    color: #000;
    
    width: 100%;    
}

a {
    color: #264f86;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

.clear {
    clear: both;
}


/* Background */

body {
    background: #6e93b0 url(../images/bg-gradient.png) repeat-x 0 0;
}

#bgtop {
    background: transparent url(../images/bg-top.jpg) no-repeat 50% 0;
    width: 100%;
}

#bgbottom {    
    width: 100%;
    height: 333px;          
    
    margin-top: -333px;
    
    position: absolute;
    z-index: -1;            
    
    background: url(../images/bg-bottom.jpg) no-repeat 50% 0;
}

/* Layout */

#wrapper {
    width: 900px;
    padding: 0;
    margin: 0 auto;
}

/* Top menu */

#topmenu  {
    float: right;
    height: 15px;
    padding: 9px 0;
    margin: 0;
    font-size: 11px;
}

#topmenu li {
    float: left;
    list-style-type: none;    
    color: #fff;
    padding: 0 0 0 9px;
    margin: 0;
}

#topmenu a {
    color: #89bcea;
}

#topmenu li.separator {
    color: #89bcea;
}

/* Page */

#page {
    width: 876px;
    padding: 371px 12px 12px;
    background: #fff url(../images/center.jpg) no-repeat 12px 12px;
}

#contentoutwrapper {
    border: 1px solid #fff;
}

/* Left menu */

#leftmenuwrapper {
    width: 236px;
    padding: 0 22px 0 0;
    margin-left: -1px;
    float: left;    
}

#leftmenu {
    width: 236px;
    height: 350px;
    padding: 0;
    margin: 0;        
}

#leftmenu li {
    list-style: none;
    display: block;
    width: 236px;
    height: 43px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#leftmenu li a {
    display: block;
    width: 236px;
    height: 16px;
    padding: 13px 15px 12px;
    margin: 0;
    overflow: hidden;
    
    background: #063575;
    border-top: 1px solid #001f49;
    border-bottom: 1px solid #0a51b1;
    
    font-family: Arial;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}

#leftmenu li a:hover, #leftmenu li a.active {
    background: #2a61ac;
}

#leftmenu li.first a {
    padding-top: 14px;
    border-top: none;
}

#leftmenu li.last a {
    padding-bottom: 13px;
    border-bottom: none;
}

/* Content */

#contentwrapper {
   float: left;
   width: 617px; 
}

#contentwrapper .header {
    width: 617px;
    border-bottom: 2px solid #053474;
}

#contentwrapper .header h1 {
    margin: -3px 0 0;
    padding: 0;

    font-size: 30px;
    font-weight: normal;        
    color: #053474;
    line-height: 28px;
}

#contentwrapper .header h1 strong {
    font-size: 27px;
    font-weight: bold;            
}

#contentwrapper .header h2 {
    margin: 6px 0;
    
    font-size: 15px;
    font-weight: normal;
    color: #6d6d6d;
}

#contentwrapper .content {
    width: 605px;
    padding: 9px 0;
    
    line-height: 18px;
    color: #353535;      
}

#contentwrapper .content h2 {
    color: #053474;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    margin: 6px 0;
    padding: 0;
}

#contentwrapper .content p {
    margin: 0;
}

#contentwrapper .content p.diagram {
    margin: 12px 0;
    text-align: center;
}

#contentwrapper .content p.center {
    text-align: center;
}

#contentwrapper .content .italic {
    font-style: italic;
}

/* Contact form */

#contentwrapper .content ul.contactform { 
    margin: 0;  
    padding: 20px 0 0;
}

#contentwrapper .content ul.contactform li { 
    list-style-type: none; 
    margin-bottom: 8px; 
}

#contentwrapper .content ul.contactform li label { 
    display: block; 
    width: 95px; 
    padding-top: 3px; 
    float: left; 
}

#contentwrapper .content ul.contactform .req { 
    color: #264f86; 
}

#contentwrapper .content ul.contactform .field {
    border: 1px solid #264f86;
    width: 300px; 
}

#contentwrapper .content ul.contactform textarea {
    height: 85px;
}

/* Partners */

#partners {
    width: 876px;
    padding: 10px 1px 20px;
    margin-right: -12px;
}

#partners h1 {
    margin: 6px 0;
    padding: 0;

    font-size: 18px;
    font-weight: normal;        
    color: #053474;
    line-height: 18px;
}

#partners a {
    display: block;
    float: left;
    height: 90px;
    margin: 12px 8px 0;
}

/* Footer */

#footer {
    width: 876px;
    border-top: 2px solid #053474;
    font-size: 11px;
    text-align: center;    
}

#footer p {
    height: 15px;
    padding: 9px 0 0;
    margin: 0;
}

#footermenu  {    
    height: 15px;
    width: 231px;    
    padding: 9px 0 0;
    margin: 0 auto;
    font-size: 11px;
}

#footermenu li {
    float: left;
    list-style-type: none;    
    color: #fff;
    padding: 0 4px;
    margin: 0;
}

#footermenu a {
    color: #264f86;
}

#footermenu li.separator {
    color: #89bcea;
}