@charset "utf-8";
/* CSS Document */

body {
background-color:#002B55;
margin:0px;
}

.header_box {
width:auto;
height:120px;
background-color:#FFFFFF;
}

.header_wrapper {
min-width:760px;
max-width:1024px;
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
overflow:auto;
}

.header_left {
float:left;
width:411px;
height:120px;
background-image:url(../images/header.png);
background-repeat:no-repeat;
}

.header_right {
float:right;
width:291px;
height:120px;
background-color:#FFFFFF;
}

.header_liner {
width:auto;
height:5px;
background-color:#0066CC;
margin:0px;
border-bottom:2px solid #FFFFFF;
}

.menu_wrapper {
width:auto;
height:25px;
background-color:#FFFFFF;
border-top:1px solid #0066CC;
border-bottom:1px dashed #CCCCCC;
}

.menu_container {
min-width:760px;
max-width:1024px;
margin-left:auto;
margin-right:auto;
}

.menu_left {
float:left;
color:#FFFFFF;
margin-left:10px;
}

.menu_right {
float:right;
color:#AAAAAA;
margin-right:10px;
font-weight:bold;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:25px;
}

.content_background {
width:auto;
margin-left:auto;
margin-right:auto;
background-image:url(../images/content_background.png);
background-repeat:repeat-x;
background-position:center;
}
.content_wrapper {
min-width:760px;
max-width:1024px;
margin-left:auto;
margin-right:auto;
overflow:auto;
border-left:1px dashed #CCCCCC;
border-right:1px dashed #CCCCCC;
background-image:url(../images/content_background.png);
background-repeat:repeat-x;
background-position:top;
}

.content_left {
float:left;
width:60%;
margin-left:10px;
background-color:#FFFFFF;
margin-top:10px;
margin-bottom:10px;
overflow:auto;
}

.content_left_top {
margin-top:10px;
margin-left:auto;
margin-right:auto;
width:96%;
background-color:#FFFFFF;
overflow:auto;
border-bottom:1px dashed #CCCCCC;
}

.content_landing_left {
float:left;
width:233px;
background-color:#FFFFFF;
overflow:auto;
}

.content_landing_right {
float:right;
width:180px;
background-color:#FFFFFF;
overflow:auto;
border-left:1px dashed #CCCCCC;
}

.content_left_bottom {
margin-top:10px;
margin-bottom:10px;
margin-left:auto;
margin-right:auto;
width:96%;
background-color:#FFFFFF;
clear:both;
}

.content_right {
float:right;
width:36%;
margin-right:10px;
margin-top:10px;
margin-bottom:10px;
border-left:1px dashed #CCCCCC;
}

.content_right_top {
width:100%;
overflow:auto;
text-align:center;
}

.content_right_middle {
margin-top:10px;
width:100%;
text-align:center;
}

.content_right_bottom {
margin-top:10px;
width:100%;
text-align:center;
}

.footer_box {
margin:0px;
width:auto;
}

.bottom_liner {
width:auto;
height:5px;
background-color:#333333;
margin:0px;
border-bottom:1px solid #FFFFFF;
}

.footer {
margin-bottom:10px;
min-width:760px;
max-width:1024px;
margin-left:auto;
margin-right:auto;
}

.footer_left {
float:left;
margin-left:10px;
width:500px;
}

.footer_right {
float:right;
margin-right:10px;
width:150px;
}



