html, body 
{
    margin: 0;
    padding: 0;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #333333;
    background: url(../images/styles/homepage.jpg) no-repeat;
   width: 100%
  height: 100%
 

}

#frame
{
margin: 0px 0px 0px;
width: 980px;
}
#header
{
   height: 208px;
   width: 900px;
}

#header_links
{
margin-top: 66px;
width: 600px;
margin-left: 2px;
float: left;
}

#header_images
{
margin-top: 4px;
float:left;
width: 600px;
margin-left: 2px;
}

#logo
{
   width: 226px;
   height: 208px;
   float: left;
}


#content_holder
{
float: left;
width: 700px;
margin-top: 120px;

}

#content_holder1
{
width: 226px;
float: left;
margin-top: 99px;

}

#main_content
{
float: left;
min-height: 300px;

}

#newsletter
{
margin-top:300px;
}

#leftcol
{
float: left;
width: 224px;
}

#leftcol_heading
{
width: 224px;
height: 49px;
float: left;
border-right: 1px solid #ff8a00; 
}


#leftcollinks
{
width: 226px;
float: left;
min-height: 400px;
}

#content
{
padding-bottom: 12px;
float: left;
width: 700px;

}

a
{
    color: #064787;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}





