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

.body {
background-color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #051b61;
text-align:center;
}

.container {
margin: 0 auto;
width: 985px;
}

.header {
width:985px;
height: 255px;
}

.header_photo {
width: 770px;
height: 220px;
margin-top: 5px;
float:left;
}

.header_bar {
width:985px;
height:20px;
background-color: #051b61;
margin-top: 10px;
}

.nav_wrap {
width:215px;
height: 225px;
float: left;
}

.navcontainer { 
width: 205px;
height: 132px;
}

.navcontainer ul {
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight: bold;
}

.navcontainer a {
display: block;
padding: 12px 5px 11px 5px;
width: 199px;
background-color: #051b61;
border-bottom: 1px solid #eee;
float:left;
}

.navcontainer a:link, .navlist a:visited {
color: #EEE;
text-decoration: none;
}

.navcontainer a:hover {
background-color: #369;
color: #fff;
}

.logo {
width: 205px;
height: 65px;
padding: 5px 0px 0px 3px;
float: left;
}

.gray_bar {
width:985px;
height: 10px;
background-color:#60676d;
margin-top: 5px;
float:left;
}

.content_wrap {
margin-top:5px;
width: 985px;
height:auto;
float: left;
}

.content_left {
width: 355px;
height: 355px;
border: 1px #051b61 solid;
margin-right:10px;
float: left;
}

.content_right {
width: 615px;
height: auto;
float: left;
}

.footer {
width:985px;
height: 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
text-align: right;
color: #60676d;
float:left;
}

.title {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color: #051b61;
}

p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #051b61;
}

ul {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #051b61;
}

.photo {
width: 191px;
height: 101px;
border: 1px solid #051b61;
margin: 5px;
padding: 1px;
float:left;
}
