﻿Body
{
	background:#000;	
}
#DV_Wrapper
{
	width:972px;
	margin:25px auto 0px auto;
	
	background-repeat:repeat-y;
}

#DV_Wrapper2
{
	width:972px;
	background:url(images/main_bg.jpg);
	background-repeat:no-repeat;
	
}
#DV_Header
{
	height:200px;
	clear:both;
}
#DV_Logo
{
	float:left;
	padding-top:50px;
	padding-left:40px;
	width:287px;
}
#DV_Nav
{
	width:591px;
	float:right;
	padding: 133px 54px 0px 0px;	
}
#DV_Nav_Left
{
	width:18px;
	height:66px;
	float:left;
	background:url(images/Nav_Left.png);
	background-repeat:no-repeat;
}
#DV_Nav_Middle
{
	float:left;
	background:url(images/Nav_BG.png);
	background-repeat:repeat-x;
	height:66px;
	padding-top:23px;
	width:539px;
	text-align:center;

}
.DV_NavControl
{
	width:400px;
}

.DV_NavRootItem
{
	color:#fff;
	font-family:Gill Sans MT, Arial, Tahoma;
	font-weight:bold;
	padding:0px 15px 0px 15px;
}
.DV_NavRootItemHover
{
	color:#000;
}
.DV_NavItemRootChildIndicator
{
	display:none;
}
.DV_NavItem
{
	color:#fff;
	font-family:Gill Sans MT, Arial, Tahoma;
	font-weight:bold;
	font-size:.9em;
}
.DV_NavItemHover
{
	color:#000;
}

.DV_NavSub
{
	background:#0279a0;
	border:solid 1px #000;
}

.DV_Separator
{
	float:left;
}

#DV_Nav_Right
{
	width:25px;
	height:66px;
	float:left;
	background:url(images/Nav_Right.png);
	background-repeat:no-repeat;
}
#DV_Body
{
	width:889px;
	margin:0 auto;
}
#DV_BodyTop
{
	width:889px;
	background:url(images/Body_BG_Top.png);
	background-repeat:no-repeat;
	height:36px;
}
#DV_BodyWhite
{
	width:889px;
	background:url(images/Body_BG.png);
	background-repeat:repeat-y;
}
.DV_LeftPane
{
	width:269px;
	float:left;
	margin-left:0px;
}

.DV_ContentPane
{
	width:605px;
	float:right;
	margin-right:10px;
}
.DV_BottomPane
{
	clear:both;
}

#DV_BodyBottom
{
	width:889px;
	background:url(images/Body_BG_Bottom.png);
	background-repeat:no-repeat;
	height:36px;
}

H1
{
	font-size:1.5em;
}
H2
{
	font-size:1.4em;
}

H1, H2, H3, .Head
{
	color:#0279a0;	
}


a, a:link, a:visited, a:hover {
	color:#0279a0;
	text-decoration:underline;
}

.Normal, .NormalBold
{
	font-size:12px;
}

.DV_LeftPane .categoryItemList H2
{
	font-size:1em;
	padding-bottom:5px;
}


