 html, body { 
         height: 100%;}

body { background: #FFF; padding: 0; margin: 0;}



#main {width: 100%;}
#content {width: 100%; margin-left: 10px; margin-top: 10px; background: #FFFFFF; float: left;}
#content_links {width: 470px; background: #e2001A; clear: both; margin-left: 10px; margin-top: 10px;}

#content .csc-header {background: #e6e6e6; color: #406096; margin-top: 10px; margin-bottom: 10px;}
#content a, a:focus, a:visited { color: #406096; text-decoration: none; }
#content a:hover{ color: #406096; text-decoration: underline; }

h1 { 
   font-family : Arial; 
   font-size : 20px; 
   text-align : left; 
   text-decoration : none;
   margin-left: 10px; 
   margin-top: 5px; 
   margin-bottom: 5px; 
}



