body {
	margin: 0 auto;
	width:837px;
      background: #65c8ed url(images/bg.gif) top left repeat-x;
      font: 11px tahoma;
      color: #000;
}

.roundcont {
	width: 800px;
}

.roundcont p {
	margin: 0 10px;
}

.roundtop { 
}

.roundbottom {
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}



.header {
	float:left;
	width:837px;
	height:221px;
      background: url(images/header.jpg) no-repeat;
}

.menu {
	float:left;
	width:837px;
	height:40px;
      background: url(images/menu.jpg) no-repeat;
}

.menu ul {
      list-style-type: none;
      margin:5px 0 0 10px;
      padding:0;
}

.menu li {
     float:left;
     font: 10px tahoma;
     font-weight: bold;
     text-transform: uppercase;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 10px;
     padding-bottom: 10px;
}

.menu li a {
     color: #1774a1;
     text-decoration: none;
     padding-left: 10px;
     padding-right: 10px;
     padding-bottom: 10px;
     padding-top: 10px;
}

.menu li a:hover {
     background: url(images/menu_roll.gif) repeat-x;
     padding-top: 10px;
     padding-bottom: 10px;
}

.content_container {
	float:left;
	width:837px;
      background: #ffffff url(images/content_bg.gif) top left no-repeat;
}

.left_content {
     float:left;
     width: 380px;
     margin-top: 80px;
     margin-left: 30px;
 }

.left_content h1 {
    font: 14px lucida sans;
    color: #00C400;
    font-weight: bold;
    padding:0 0 15px 0;
    margin:0;
}

.left_content h2 {
    font: 13px lucida sans;
    color: #5d5d5d;
    font-weight: bold;
   padding:0 0 0 0;
   line-height: 20px;
   margin:0;
}  

.sub_container {
   width: 800px;
   padding: 20px;
   margin: 0 auto;
}

.sub_container h1 {
    font: 14px lucida sans;
    color: #00C400;
    font-weight: bold;
    padding:0 0 15px 0;
    margin:0;
}

.sub_container p {
    font: 11px tahoma;
    color: #5d5d5d;
    padding:0;
    margin:0;
    line-height: 18px;
    text-align: justify;
}

.sub_container p a {
    color: #000;
 }

.sub_container p a:hover {
    text-decoration: none;
}

.content_bottom {
    float:left;
    width: 837px;
    height: 9px;
    background: url(images/content_bottom.gif) no-repeat;
}

.slide {
   float:right;
   margin-top: 70px;
   margin-right: 9px;
}

#finance_button {
   border-style: none;
   margin-top: 10px;
}

.footer {
	float:left;
	width:837px;
	height:42px;
      text-align: center;
      background: url(images/footer.jpg) no-repeat;
}

.footer p {
    font: 11px tahoma;
    color: #033c5b;
    margin:15px 0 0 0;
    padding:0;
}

.footer p a {
    color: #033c5b;
 }

.footer p a:hover {
   text-decoration: none;
}

