html {
height: 100%;
}

body {
height: 100%;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-bottom: 50px;
background-color: #002834;
background-image: url(../images/background.png);
background-repeat: repeat-x;
}

a:link, a:visited {
text-decoration:none;
color: #FF9900;
}

.header {
width: 800px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 10px;
}

.header_text {
font-family: Helvetica;
font-size: 26px;
color: #CCCCCC;
padding-left: 5px;
line-height: 250%;
}

.logo {
height: 64px;
width: 64px;
float: left;
}

.menu_container {
width: 800px;
height: 63px;
margin-left: auto;
margin-right: auto;
}

.menu_button {
height: 63px;
font-family: Helvetica;
font-size: 20px;
background-image: url(../images/button_bg.png);
background-repeat: repeat-x;
}

.menu_button a, menu_button a:link {
height: 63px;
width: 160px;
display: block;
text-align: center;
text-decoration: none;
line-height: 300%;
color: #000000;
}

.menu_button a:hover {
height: 63px;
width: 160px;
background-image: url(../images/button_bg_sel.png);
background-repeat: no-repeat;
color: #ffffff;
}

.main_body {
width: 800px;
margin-left: auto;
margin-right: auto;
background-color: #ffffff;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
font-family: Helvetica;
font-size: 14px;
color: #454545;
text-align: justify;
}

.left_content {
vertical-align: top;
width: 600px;
}

.right_content {
vertical-align: top;
width: 200px;
}

.box_header {
font-family: Helvetica;
font-size: 22px;
color: #2E606E;
}

.r_box_header {
font-family: Helvetica;
font-size: 22px;
color: #ffffff;
display: block;
background-image: url(../images/r_box_top.png);
background-repeat: no-repeat;
padding-left: 15px;
padding-top: 4px;
padding-bottom: 4px;
}

a:link, a:visited {
text-decoration:none;
color: #2E606E;
}

a:hover {
text-decoration: none;
color: #000000;
}

.footer {
padding-top: 20px;
width: 800px;
background-color: #ffffff;
margin-left: auto;
margin-right: auto;
font-family: Helvetica;
font-size: 12px;
color: #2E606E;
text-align: center;
}

.logo_small {
height: 16px;
width: 16px;
vertical-align: text-bottom;
}

.bottom_curve {
width: 800px;
height: 10px;
margin-left: auto;
margin-right: auto;
background-image: url(../images/bottom_curve.png);
background-repeat: no-repeat;
}