html {
height: 100%;
}

body {
height: 100%;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
background-color: #21414C;
}

a:link, a:visited {
text-decoration:none;
color: #428CE7;
}

a:hover {
color: #ED9700;
}

.header {
background-image: url(../images/background.png);
width: 100%;
height: 110px;
}

.header_table {
width: 760px;
height: 80px;
margin-left:auto; 
margin-right:auto;
padding-top: 18px;
}

.header_text {
font-family: Helvetica;
font-size: 22px;
color: #ffffff;
line-height: 80%;
}

.header_tag {
font-family: Helvetica;
font-size: 10px;
color: #125E98;
}

.shadow {
height: 16px;
width: 100%;
margin-left:auto; 
margin-right:auto;
background-image: url(../images/shadow.jpg);
}

.logo {
width: 60px;
height: 60px;
float: left;
padding-right: 10px;
}

.bottom {
vertical-align: bottom;
}

.menu_container {
width: 760px;
height: 28px;
margin-left:auto; 
margin-right:auto;
}

.menu_table {
width: 405px;
height: 28px;
float: right;
}

.menu_button {
height: 28px;
width: 81px;
background-image: url(../images/menu_button.png);
background-repeat: no-repeat;
font-family: Helvetica;
font-size: 14px;
}

.menu_button a, menu_button a:link {
height: 28px;
width: 81px;
background-image: url(../images/menu_button.png);
background-repeat: no-repeat;
display: block;
text-align: center;
text-decoration: none;
line-height: 200%;
color: #ffffff;
}

.menu_button a:hover {
height: 28px;
width: 81px;
background-image: url(../images/menu_button_sel.png);
background-repeat: no-repeat;
color: #454545;
}

.top_block {
width: 760px;
margin-left:auto; 
margin-right:auto;
background-image: url(../images/box_bg.png);
background-repeat: repeat-x;
background-color: #ffffff;
padding: 8px;
font-family: Helvetica;
font-size: 11px;
color: #454545;
margin-bottom: 10px;
text-align: justify;
}

.top_block_headline {
font-family: Helvetica;
font-size: 22px;
color: #125E98;
}

.content_container {
width: 100%;
background-image: url(../images/wave_bg.png);
background-repeat: repeat-x;
background-position: bottom left;
background-color: #ffffff;
}

.top {
vertical-align: top;
}

.bottom_blocks {
width: 750px;
margin-left:auto; 
margin-right:auto;
padding: 10px;
background-color: #E1F3F7;
}

.blocks {
width: 249px;
font-family: Helvetica;
text-align: justify;
font-size: 11px;
color: #454545;
vertical-align: top;
text-align: justify;
}

.footer_table {
width: 100%;
background-color: #21414C;
}

.footer {
width: 760px;
margin-left:auto; 
margin-right:auto;
padding-top: 10px;
padding-bottom: 20px;
font-family: Helvetica;
text-align: left;
font-size: 10px;
color: #E1F3F7;
}

.spacer {
width: 760px;
margin-left:auto; 
margin-right:auto;
height: 25px;
}

.right {
float: right
}