body  {
background: #004B4B ;  
margin: 0;
padding: 0;

 
}

#container { 
width: 780px;
margin: 0 auto;
background: #FFFFFF;
}

#header { 
width: 100%;
height: 250px;
padding: 0px 0 0px 0px;
background-image: url(../images/banner.png);
background-position: center;
background-repeat: no-repeat; 
} 

#header a {
color: #121212;
text-decoration: none;
font-size: 30px; 
font-family: "Myriad Pro", "Arial Narrow";
}

#menu {
background-color: #3b7687; 
padding: 6px 0 6px 40px;
}

#menu a {
color: #c5d6db;
text-decoration: none; 
font-size: 14px; 
font-family: "Arial Narrow", "Myriad Pro";
}

#menu a:hover {
color: #ecf2f3;
}

#sidebar {
float: left;
width: 120px;
padding: 30px 0 0 40px;
margin: 0;
}

#sidebarForm {
float: left;
width: 160px;
padding: 0;
padding-top: 30px;
margin: 0;
overflow: hidden;
}

h1 {
margin: 0px;
color: #006b6b; 
font-size:24px; 
font-family: "Arial Narrow", "Myriad Pro"; 
font-weight: normal;
}

h2 {
color: #3b7687;
font-size: 15px; 
margin: 20px 0 5px 0;
}

#main { 
margin: 0 0 0 180px;
padding: 35px 40px 30px 0;
color: #444444;
font-family: "Georgia";
font-size: 13px; 
line-height: 18px;
text-align: justify;
} 

#main a {
color: #3b7687; 
text-decoration: none;
}

#main a:hover {
color: #444444;
}

/* Forces blocks to enclose their floated children */
  .clearfix:after { /* This can be replaced by the alternative fix below if it doesn't kill CatFish */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }

  /* This alternative fix works fine, but it's disabled to troubleshoot CatFish */
  /*.clearfix {
    overflow: hidden;
  }*/

  /* Don't know why we'd need this rule, but it was here when CatFish worked */
  .clearfix {
    display:block;
	position:relative
  }

  * html .clearfix { /* This should be moved to ie.css, as IE7 doesn't support * html */
    height: 1%;
  }
  /* END: Forces blocks to enclose their floated children */

#mainForm {
  margin: 0;
  padding: 0;
  padding-top: 15px;
  width: 620px;
  float: left;
  color: #444444;
  font-family: "Georgia";
  font-size: 13px; 
  line-height: 18px;
  text-align: justify;
  background-color: #ECF1EF;
}

#mainForm a {
color: #3b7687; 
text-decoration: none;
}

#mainForm a:hover {
color: #444444;
}

#footer {
padding: 6px 40px 6px 40px;
background: #d6d6d6; 
font-family: "Lucida Sans Unicode";
color: #444444;
font-size: 11px;
text-align: right;
clear: both;
}

#footer a {
text-decoration: none; 
color: #262626;
}

#footer a:hover {
color: #666666;
}

.separator {
font-size:11px;
color:#FFFFFF;
}

.formline {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 0;
  width: 520px;
  display: block;
  clear: both;
  overflow: hidden;
}

.formline p {
  margin: 0;
  margin-right: 10px;
  padding: 0;
  width: 145px;
  float: left;
  text-align: right;
  font-weight: bold;
}

.formline .text {
  margin: 0;
  padding: 0;
}

.formline .btn {
  margin-right: 40px;
  float: right;
}