/* CSS Document */

body 
{
 font: normal 85% "arial", "helvetica", sans-serif;
 background-color: #ffffff;
}
a 
{
 color: #000099;
 text-decoration: underline;
}

a:hover 
{
color: #dd0000;
}

h1 
{
 margin: 0; 
 padding: 10px; 
 background-color: #eeeeee;
}
#toplinks 
{
 float: right;
}
#crumbs
{
text-align: center;
}

ul
{
margin: 0;
}

#main 
{
 margin-top: 15px; 
 padding: 0;
 border-top: solid 1px #eeeeee;
}
#links 
{
 float: left; 
 width: 18%; 
 background-color: #eeeeee;
}
#links h3 
{
 margin: 0;
}
#content 
{
 margin-left: 20%; 
 background-color: #ffffff;
 padding-left: 10px; border-left: solid 1px #eeeeee;
 /*background-image:url(../dcs/images/pinwheel.gif);
 background-repeat: no-repeat;*/
 background-attachment: scroll;
 background-position: top;
}
#content h3 
{
 margin: 0; 
 color: #666666; 
 border-bottom: solid 1px #990000;
 }

#footer 
{
 clear: both; 
 margin-top: 30px; 
 text-align: center;
 padding: 2px; 
 color: #990000; 
 border: solid 1px #990000; 
 border-bottom: solid 5px #990000; 
 background-color: #eeeeee;
}
tochd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4px;
	color: #000099;
}

