body {
 margin: 0 auto;
 padding: 0;
 background: #ffffff;
 font-family: Arial, Verdana, Helvetica, sans-serif;
 font-size: 75%;
 color: #333;
}
p { 
 margin:0 0 12px;
}
a {
 text-decoration: none;
 color: #0060a8;
}
a:hover {
 text-decoration: underline;
}
img {
 border: 0;
}
ul{
 margin-top: 0;
 margin-bottom: 7px;
}
li {
 list-style: none;
 background:url(images/li.gif) no-repeat 0px 3px;
 padding-left: 15px;
}
.cols {
display:block;
width: 500px;
}
.cols li {
 width: 120px;
 float: left;
}

h1 {
 margin: 0 0 13px;
 color: #2e4796;
 font-size: 175%;
 background:#ffffff url(images/h1.gif) no-repeat top;
 width: 332px;
 height: 55px;
}
h1 span {
 visibility:hidden;
}
h2 {
 margin: 2px 0 6px;
 font-size: 16px;
 font-weight: bold;
 font-style:italic;
}
h3 {
 margin: 0 0 6px;
 font-size: 14px;
 font-weight: bold;
 color: #2e4796;
}
body>div {
 margin: 0 auto;
 width: 880px;
 background: #ffffff;
 text-align: left;
}
.contact {
 padding: 20px 28px 0px;
 color: #999999;
}
.contact span {
 padding: 0px 12px;
}
#header {
 background: #ffffff url(images/header.jpg) no-repeat top;
 width: 880px;
 height: 270px;
}
.m-logo {
 padding: 50px 28px 40px;
}
#content {
 padding: 0px 10px;
 width: 880px;
}
#content:after{
 display: block;
 clear: both;
 content: " ";
}
table {
margin: 10px 0;
}
.table {
background-color: #666666;
}
.table td, .table th, .table .h{
padding: 5px 3px;
text-align:center;
background-color: #ffffff;
}
.table th{
font-weight:bold;
background-color: #d0d2d2;
}
.table .h{
font-weight:bold;
background-color: #bde5ee;
}

.info {
 display: block;
 overflow: hidden;
 padding: 10px 25px 20px;
}
.rpanel {
 display: block;
 padding-left: 15px;
 padding-top: 65px;
 width: 200px;
 float:right;
}
.rpanel h3{
 background: #005b9e url(images/h3_bg.gif) repeat-x top;
 border: 1px solid #004262;
 padding: 7px 15px;
 color: #fff;
 font-size: 14px;
 font-weight: bold;
 text-transform:uppercase;
 margin: 0;
}
.rpanel .block{
 background: #f0f0f1;
 border: 1px solid #cccccc;
 border-top: none;
 padding: 10px 10px 15px 15px;
 margin-bottom: 20px;
}
.rpanel a{
 display:block;
 padding: 3px 0px;
}
.rpanel a img{
 margin-right: 5px;
 float: left;
}
.rpanel form {
 margin: 0;
 padding: 0;
}
.rpanel input{
 width: 163px;
}
.rpanel select {
 width: 168px;
}
#srequest {
 width: 165px;
}

#footerdesc {
 padding: 20px 5px 5px 25px;
 font-size: 10px;
 width: 870px;
 border-bottom: 2px solid #e8ebec;
}
#footerlogo {
 float: left; 
 margin-top: -10px; 
 margin: -10px 10px 30px 0px;
}
#footerdesc_p1 { 
 padding-top: 10px; 
}
#copyright {
 padding:0px 0 5px 25px;
 width: 875px;
}
.red {
 color:  #c00;
}