body {
 background-color: #ffffff;
 padding: 5px;
 margin: 0px;
}

#main {
 width: 1160px;
 margin-left: auto;
 margin-right: auto;
}

#header {
 background-image: url(images/header.jpg);
 background-position: top left;
 background-repeat: no-repeat;
 height: 70px;
}

#content {
 background-image: url(images/bg.jpg);
 background-position: top left;
 background-repeat: repeat; 
 border: 1px solid #017dc7;
 width: 958px;
}

#menuBox {
 width: 200px;
 float: left;
}

#menuBox ul {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 font-weight: bold;
 color: #333333;
 list-style-type: none;
 padding: 10px 0 10px 15px;
 margin: 0px;
}

#menuBox ul li {
 display: block;
 height: 20px;
 width: 170px;
}

#menuBox ul li .active {
 padding-left: 10px;
 color: #014d6d;
}

#menuBox ul li a {
 text-decoration: none;
 color: #0882c5;
}

#menuBox ul li a:hover {
 text-decoration: none;
 color: #014d6d;
}

#contentBox {
 padding: 20px;
 width: 678px;
 float: right;
 text-align: justify;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #333333;
}

#contentBox ul li a img {
 padding-right: 3px;
}

#contentBox a {
 font-weight: bold; 
 text-decoration: none;
 color: #0882c5;
}

#contentBox a:hover {
 font-weight: bold; 
 text-decoration: none;
 color: #014d6d;
}

.title {
 font-size: 18px;
 font-family: Arial, Helvetica, sans-serif;
 color: #0882c5;
 text-align: center;
 font-weight: bold;
 padding-bottom: 20px;
}

.news_title {
 font-weight: bold;
 padding: 6px;
 font-size: 14px; 
 text-align: center;
}

#contentBox hr {
 width: 90%;
 margin-top: 20px;
 margin-bottom: 20px;
}

#footer {
 background-image: url(images/footer.jpg);
 background-position: top left;
 background-repeat: no-repeat;
 height: 30px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color: #000000;
 text-align: center;
 line-height: 30px;
}

#footer a {
 font-weight: bold;
 color: #333333;
 text-decoration: none;
}

#footer a:hover {
 font-weight: bold;
 color: #444444;
 text-decoration: none;
}

.clear {
 clear: both;
}