/* This style sheet should be used for all new DLS web pages  */
   
/* Set baselines to override different browser defaults. */
html {
   margin: 0;
   padding: 0;
}

/* Set styles that apply to the entire body here */
body { margin-left: 10px;
       padding: 0;
       background-color: #FFFFFF;
       font-family: Arial, Helvetica, sans-serif;
	   color: #000000;
	   width: 95%;
}

/* The following body statement is needed to avoid the horizontal scrollbar bug in IE6 */
body {
	margin-right: -15px;
	margin-bottom: -15px;
}

a:link       { color: #0000A0 }
a:visited    { color: #800080 }
a:hover      { color: #003070 }
a:active     { color: #4E661E }

p, th, td, ul, li, h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

.small { font-size: 75%;}
/* This ends the section on styles common to the body of the web page */

/* Set styles specific to the header section here */
#header { top: 0;}
/* This ends the section on header styles */

/* Set styles specific to the content section here */
#content h1 { font-size: 115%;}

#content h2 { font-size: 105%;}

#content h3 { 
   font-style:italic;
   font-size: 100%;}
/* This ends the section on content styles */

/* Set styles specific to the footer section here */
#footer {
   text-align: center;
   font-size: 65%;
}
/* This ends the section on footer styles */
