/* 
Site color scheme
#FF9933 - orange
#003399 - blue
*/

body
{/* background: #FFF; color: #000; */}

#hd
{ background: transparent url(../images/dktlogo.jpg) top left no-repeat;
  color: #000;
}

/*#yui-main { background: #FFAD33; color: #000; }*/
#yui-main { background: transparent url(../images/main_bgFFAD33.gif) top left repeat-y; }
#maincontent { background: #FFF; color: #000; }

.toprow, #end { background: #000; color: #FFAD33;}
.toprow a, #end a { color: #FF9900; }
.int { background: #000; color: #FFF; }

#ft
{ background: #003399;
  color: #FFF;
}
#end { background: #000; color: #FFAD33; }

h1 { background: transparent; color: #039; }

/* Navigation module */
#menu {
	background: #FFAD33;
	color: #000;
}

#menu ul li a, .resourcelist li a  { background: transparent; color: #000; }

#sdft { background: #FFF; color: #000; }
#sdft img { background: #FBFBFB; }