/* CSS Document */

body {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

a {
text-decoration:none;
}


.container {
width:800px;
margin:5px auto;
}

.header {
}

.header p, .footer p {
margin:0px;
margin-bottom:1px;
}

.bodytable {
}

.bodytableleft {
background:url(images/blue-vert.jpg) repeat-x bottom left;
width:147px;
padding: 10px;
}

.bodytableright {
background-color:#f3f3f3;
width:228px;
}

.bodytableright p {
width:180px;
padding:5px 15px 2px 15px;
margin:0px;
}

.bodytableright p.go {
width:203px;
text-align:right;
margin:2px 25px 0px 0px;
padding:0px;
}

.navbutton {
background:url(images/nav-bg.gif) no-repeat;
width:228px;
height:41px;
border-top:1px solid #ffffff;
border-bottom:1px solid #ffffff;
}


.bodytablestripe {
background-color:#3e6da3;
width:5px;
}

.bodytablemain {
padding:24px 42px;
}

.headline {
font-family: "Arial Bold", Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
color: #000000;
margin:5px 15px;
display:block;
}
.headline a {
color: #000000;
}
.headline a:hover {
color:#3e6da3;
text-decoration:underline;
}

.subhead {
font-weight:bold;
margin-top:5px;
margin-bottom:9px;
}
.subhead a {
color: #000000;
}
.subhead a:hover {
color:#3e6da3;
text-decoration:underline;
}
.orangeheadline {
font-family: "Arial Bold", Helvetica, sans-serif;
font-weight:bold;
font-size:15px;
color: #ff7010;
}
.orangeheadline a {
color: #ff7010;
}
.orangeheadline a:hover {
color:#3e6da3;
text-decoration:underline;
}

.footer {
}
.bluebox {
background-color:#3e6da3;
height:32px;
color:#ffffff;
text-align:right;

}
.bluebox p {
padding:8px 10px 0px 0px;
}
