html {
height: 100%;
}

body {
height: 100%;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
background-color: #002832;
}

a:link, a:visited {
text-decoration:none;
color: #DD861D;
}

a:hover {
text-decoration: underline;
color: #DD861D;
}

.header {
background-color: #002832;
width: 100%;
height: 54px;
padding-top: 15px;
}

.header_text {
width: 760px;
margin-left:auto; 
margin-right:auto;
color: #ffffff;
font-family: Helvetica;
font-size: 12px;
font-weight: bold;
text-align: right;
}

.menu_container {
width: 760px;
height: 90px;
margin-left:auto; 
margin-right:auto;
}

.menu_table {
width: 405px;
height: 90px;
margin-left:auto; 
margin-right:auto;
}

.menu_button {
height: 49px;
width: 63px;
font-family: Helvetica;
font-size: 14px;
}

.menu_button a, menu_button a:link {
height: 49px;
width: 63px;
display: block;
text-align: center;
text-decoration: none;
line-height: 320%;
color: #000000;
}

.menu_button a:hover {
height: 49px;
width: 63px;
background-image: url(../images/menu_button_sel.png);
background-repeat: no-repeat;
color: #ffffff;
}

.main_banner_container {
width: 100%;
height: 247px;
background-image: url(../images/main_bg.jpg);
background-repeat: repeat-x;
}

.main_banner {
width: 970px;
height: 247px;
margin-left:auto; 
margin-right:auto;
background-image: url(../images/main_top.jpg);
background-repeat: no-repeat;
}

.main_banner_logo_container {
height: 179px;
margin-right: 100px;
float: right;
}

.main_banner_logo {
background-image: url(../images/logo.png);
background-repeat: no-repeat;
height: 179px;
width: 179px;
margin-right: 100px;
float: right;
}

.main_banner_logo_text {
font-family: Helvetica;
font-weight: bold;
font-size: 22px;
color: #000000;
vertical-align: bottom;
line-height: 300%;
}

.orange {
color: #DD861D;
}

.content_container {
width: 100%;
background-color: #ffffff;
}

.text_container {
width: 100%;
margin-left:auto; 
margin-right:auto;
background-color: #ffffff;
}

.main_text {
width: 760px;
margin-left:auto; 
margin-right:auto;
padding-top: 20px;
padding-bottom: 20px;
font-family: Helvetica;
text-align: justify;
font-size: 11px;
color: #000000;
vertical-align: top;
}

.bottom_blocks {
width: 760px;
margin-left:auto; 
margin-right:auto;
padding-top: 20px;
padding-bottom: 20px;
}

.block_spacer {
width: 18px;
}

.block_headline {
font-family: Helvetica;
font-size: 22px;
color: #000000;
}

.block_headline_orange {
font-family: Helvetica;
font-size: 22px;
color: #DD861D;
}

.block {
width: 249px;
font-family: Helvetica;
text-align: justify;
font-size: 11px;
color: #000000;
vertical-align: top;
}

.main_bottom_container {
width: 100%;
height: 247px;
background-image: url(../images/main_bg_bottom.jpg);
background-repeat: repeat-x;
}

.main_bottom {
width: 970px;
height: 247px;
margin-left:auto; 
margin-right:auto;
background-image: url(../images/main_bottom.jpg);
background-repeat: no-repeat;
}

.footer_container {
width: 100%;
padding-top: 10px;
background-color: #002832;
}

.footer {
width: 750px;
margin-left:auto; 
margin-right:auto;
padding-top: 10px;
padding-bottom: 20px;
font-family: Helvetica;
text-align: left;
font-size: 10px;
color: #ffffff;
}

.middle {
text-align: center;
}