@charset "utf-8";
/* CSS Document */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
}
.header {
width:100%;
text-align:center;
background-image:url(images/header.gif);
background-repeat:repeat-x;
height:140px;
}
.header_container {
text-align:right;
width: 760px; 
margin: 0 auto;
}
.main_body_container {
width:750px;
text-align:left;
height:550px;
}
.background_container {
background-color:#FFFFFF;
width:100%;
}
.main_body_menu {
float:left;
width:130px;
padding-top:30px;
padding-right:20px;
border-right:1px solid #94add4;
height:500px;
}
.main_body_text {
padding:20px;
padding-left:30px;
float:right;
width:535px;
height:500px;
position:relative;
}
.main_body_menu a {
line-height:15px;
text-decoration:none;
color:#32558c;
}
.sub_header {
margin-left:10px;
}
.sub_header a {
line-height:15px;
font-size:10px;
text-decoration:none;
color:#f47920;
}

.main_body_text h1 {
color:#f47920;
font-size:15px;
line-height:18px;
font-weight:bold;
}
.main_body_text h2 {
color:#32558c;
font-size:14px;
line-height:16px;
}
.highlight {
color:#f47920;
}
.main_body_text ul {
list-style: none;

}
.main_body_text li {
padding-left:16px;
background-image: url(images/bullet.gif);
background-repeat: no-repeat;
background-position:left;
margin-top:20px;
margin-bottom:10px;
}
.main_body_text p {
line-height:25px;
}
.footer {
width:100%;
background-color:#32558c;
background-image:url(images/footer.jpg);
background-repeat:repeat-x;
height:140px;
}
.footer_container {
width:750px;
}
.quote {
width:300px;
text-align:center;
font-style:italic;
}
.testimonial {
font-style:italic;
line-height:12px;
}
.tinytext {
font-size:9px;
}