@charset "utf-8";
/* CSS Document */

#global {
	position: absolute;
	left: 260px;
	top: 72px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}
#background
{
	background:  url(images/sideBG.gif) repeat-y;
	margin: 0px;
	padding: 0px;
}
#dcwmenu
{
	left: 0px;
	top: 120px;
	float: left;
	width: 170px;
	clear: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#dcwmenu a:hover
{
	text-decoration: underline;
}
#background #dcwmenu #menuList li a {
	color: #FFF;
	text-decoration: none;
	margin-top: 5px;
}
#background #dcwmenu #menuList li a:hover {
	color: #ccc;
	text-decoration: underline;
}
#background #dcwmenu #menuList li ul li {
	list-style-type: none;
	margin-left: -20px;
}

#topMenuBG {
	position: absolute;
	left: 0px;
	top: 0px;
}
#sideMenuBG {
	position: absolute;
	left: 0px;
	top: 86px;
}
#contentFrame {
	position: absolute;
	left: 210px;
	top: 100px;
	border: thin dashed #666;
	width: 770px;
	style="overflow:visible;
	display:none;
	padding: 3px;
}#header {
	background-image: url(images/topMainBG.gif);
	background-repeat: no-repeat;
	float: left;
	height: 86px;
	width: 1003px;
}

