@media screen {
/* CSS Document */
html {
	background: #969387 url(../images/tlc-background.jpg) repeat-x top left;
}
#BlackTab	{ background:#1D2222; }
#PageTitle	{ color:#fffae6; }
#Banner	{ background:#485454 url(../images/tlc-banner.jpg) no-repeat top left; }
#Footer	{ color:#fffae6; }
h2 { color:#406180; }
.Green, .special strong { color:#76A800; }
.BrighterGreen { color:#B9E946;}
.Big555	{ background:#005E8C; color:#fff; }
#alt { background:#76A800; }
.Big555 a:link, .Big555 a:visited { color:#fff; border-bottom: 1px #ccc dotted; }
.Big555 a:hover {border-bottom:1px #fff solid; }
div.Special	{ background:#fff url(); border-left:1px #CDE0E9 solid; border-bottom:2px #005E8C solid; }
.Special img { margin-left:15px; }
p.TLClink, p.TCLClink, p.WSlink { font:bold 1em/1em Arial, sans-serif; }
.styledDL { border-top:1px #ccc8b8 solid;  }
dl.MN, dl.National { padding:0;}
.styledDL dt { font:bold 1em/.95em Arial, Helvetica, sans-serif; text-transform:uppercase; height:200px; border-right:1px #ccc8b8 solid; }
.Technical dt { padding:113px 0 0 0; color:#001366; background:#ece9d8 url(http://www.wmitchell.edu/images/technical-assistance.jpg) repeat-x center top; }
.Research dt { padding:105px 0 0 0; color:#664600; background:#ece9d8 url(http://www.wmitchell.edu/images/research.jpg) repeat-x center top; }
.styledDL dd {  padding:30px 0 0 0; }
.MN dd { background:url(http://www.wmitchell.edu/images/tlc-MN.gif) repeat-x left 2px; }
.National dd { background:url(http://www.wmitchell.edu/images/tlc-USA.gif) repeat-x left 2px; }
.Technical a { color:#001366; font-weight:bold; }
.Research a { color:#664600; font-weight:bold; }

}
@media print {
body
	{
	color:#000;
	background:#fff;
	font-family:Times New Roman, Times, serif;
	font-size:12pt;
}
h1, h2, h3, h4, h5, h6
	{
	font-family:Arial, sans-serif; }
}