html {
height: 100%;
}

body {
height: 100%;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
background-color: #F8F8F8;
}

a:link, a:visited {
text-decoration:none;
color: #4E97B8;
}

a:hover {
text-decoration: underline;
color: #4E97B8;
}

.header {
background-image: url(../images/header_bg.png);
background-color: #212528;
width: 100%;
height: 100px;
padding-top: 15px;
}

.header_table {
width: 760px;
height: 90px;
margin-left:auto; 
margin-right:auto;
}

.header_text {
font-family: Helvetica;
font-size: 26px;
color: #CCCCCC;
text-align: left;
padding-left: 10px;
width: 355px;
}

.header_tag {
font-family: Helvetica;
font-size: 10px;
color: #666666;
margin-left: 5px;
}

.menu_container {
width: 760px;
height: 90px;
margin-left:auto; 
margin-right:auto;
float: right;
}

.menu_table {
width: 405px;
height: 90px;
float: right;
}

.menu_button {
height: 90px;
width: 81px;
font-family: Helvetica;
font-size: 14px;
line-height: 700%;
}

.menu_button a, menu_button a:link {
height: 90px;
width: 81px;
display: block;
text-align: center;
text-decoration: none;
color: #4E97B8;
}

.menu_button a:hover {
height: 90px;
width: 81px;
background-image: url(../images/menu_arrow.png);
background-repeat: no-repeat;
background-position: bottom;
color: #CEE9F2;
}

.blue_banner_container {
width: 100%;
height: 245px;
background-image: url(../images/blue_bg.png);
background-repeat: repeat-x;
}

.blue_banner_text {
width: 760px;
margin-left:auto; 
margin-right:auto;
font-family: Helvetica;
font-size: 26px;
font-style: italic;
font-weight: bold;
color: #ffffff;
padding-top: 30px;
}

.blue_banner_text a, .blue_banner_text a:link, .blue_banner_text a:hover{
font-family: Helvetica;
font-size: 14px;
font-weight: bold;
color: #4E97B8;
text-decoration: underline;
}

.content_container {
width: 100%;
background-color: #ffffff;
}

.text_container {
width: 100%;
margin-left:auto; 
margin-right:auto;
background-image: url(../images/page_bg.png);
background-repeat: repeat-x;
}

.text_content {
width: 760px;
margin-left:auto; 
margin-right:auto;
font-family: Times New Roman;
font-size: 18px;
font-style: italic;
font-weight: bold;
color: #666666;
padding-bottom: 10px;
padding-top: 30px;
}

.text_content a, .text_content a:link, .text_content a:hover {
font-family: Times New Roman;
font-size: 18px;
font-style: italic;
font-weight: bold;
color: #4E97B8;
text-decoration: underline;
}

.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;
font-weight: bold;
color: #454046;
}

.block {
width: 249px;
font-family: Helvetica;
text-align: justify;
font-size: 12px;
color: #666666;
vertical-align: top;
text-align: justify;
}

.footer_container {
width: 100%;
padding-top: 10px;
border-top: 1px #D7D7D7 solid;
background-color: #F8F8F8;
}

.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: #666666;
}

.right {
float: right
}