@charset "UTF-8";
/* CSS Document */

html, body {
margin: 0px;
padding: 0px;
}

body {
background-color: #033678;
font-family: Helvetica, Arial, Tahoma;
font-size: 12px;
line-height: 20px;
color: #767677;
}

b, strong {
color: #6795bb;
}

a, a:link {
color: #6795bb;
font-weight: bold;
}

a:hover {
color: #7faed5;
font-weight: bold;
}

#content {
margin: auto;
padding: 0;
width: 1006px;
background-color: #FFFFFF;
}

#banner {
margin: 0px;
padding: 0px;
background-color: #033678;
background-image: url();
background-repeat: no-repeat;
height: 157px;
}

#linkage {
margin: 0px;
padding: 0px;
background-color: #999999;
background-image: url(images/linkage.jpg);
height: 56px;
}

#redbar {
background-color: #022f6a;
margin-top: 0px;
height: 3px;
}

#bluespacer {
clear: both;
background-color: #033678;
margin-top: 10x;
height: 10px;
}

#maincontent {
background-color: #FFFFFF;
height: auto;
margin-left: 10px;
margin-right: 10px;
}

#left {
float: left;
width: 590px;
padding: 20px;
background-color: #FFFFFF;
}

#right {
margin-left: 615px;
padding: 20px;
background-color: #FFFFFF;
height: inherit;
}

#footer {
background-color: #022f6a;
background-image: url(images/footerbg.jpg);
background-repeat: repeat-x;
clear: both;
font-size: 12px;
color: #FFFFFF;
border-top: 0px solid #efefef;
border-bottom: 3px solid #000e3b;
padding: 13px 25px;
line-height: 18px;
text-align: center;
height: 131px;
}

#footer a {
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
}

#footer a:hover {
color: #c01913;
font-weight: bold;
}
