/* CSS Document */
/*General parts*/
body {
	margin: 0px;
	padding:0px;
	text-align:center;
	height:100%;
}

#dwOuterWrap{
	width:948px;
	margin:0 auto;
	height:100%;
}


/*NAvigation parts*/
.dwLogoNavWrapper{
	width:250px;
	float:left;
	text-align:center;
}

#dwLogoImageHolder{
	background-color:white;
	height:80px;
	padding-top:20px;
}

.dwNavWrapper{
	width:250px;
	text-align:left;
}

#dwHomeTextStyle{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:15px; color:white; 
	text-decoration:none;
}

#dwHomeTextWrap{
	padding-top:20px;
}

#dwNavTop{
	height:50px;
	background:url(images/dwNavTop.jpg) no-repeat;
}

#dwNavBottom{
	height:57px;
	background:url(images/dwNavBottom.jpg) no-repeat;
}

.dwNavWrapperMid{
	width:250px;
	height:624px;
	background:url(images/dwNavMid.jpg) repeat-y;
}

.dw1stLevel a{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	display:block;
	width:100%;
	background-color:#f5f5f5;
	width:228px;
	height:21px;
	text-transform:uppercase;
	margin-left:9px;
	padding-top:5px;
	padding-left:10px;
	color:#333366;
	text-decoration:none;
}

.dw1stLevel a:hover{
	color:#0207d2;
	background-color:#fdeea9;
	text-decoration:underline;
}

.dw2ndLevel a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	display:block;
	width:100%;
	background-color:#f5f5f5;
	width:208px;
	height:18px;
	margin-left:9px;
	padding-top:2px;
	padding-left:30px;
	color:#333366;
	text-decoration:none;
}

.dw2ndLevel a:hover{
	color:#0207d2;
	background-color:#fdeea9;
	text-decoration:underline;
}

.dw2ndLevel2Lines a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	display:block;
	width:100%;
	background-color:#f5f5f5;
	width:208px;
	height:34px;
	margin-left:9px;
	padding-top:2px;
	padding-left:30px;
	color:#333366;
	text-decoration:none;
}

.dw2ndLevel2Lines a:hover{
	color:#0207d2;
	background-color:#fdeea9;
	text-decoration:underline;
}

.dw2ndLevel{
	display:block;
	width:100%;
}

.dwNoLevel{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	display:block;
	width:100%;
	background-color:#f5f5f5;
	width:218px;
	height:18px;
	margin-left:9px;
	padding-top:1px;
	padding-left:20px;
	color:#0207d2;
	text-decoration:none;
}

.dwNavBarSpacer{
	margin-bottom:3px;
}


/*Header parts*/

#dwHeaderMainWrapper{
	width:672px;
	height:180px;
	float:left;
	display:block;
	background:url(images/dwHeader.jpg) no-repeat;
}

#dwHeaderWrapper{
	width:672px;
	height:200px;
	display:block;
	text-align:left;
}

#dwHeaderAddressRight{
	float:left;
	width:18px;
	height:40px;
	background:url(images/dwHeader1Right.gif) no-repeat;
}

#dwHeaderAddressLeft{
	float:left;
	width:18px;
	height:40px;
	background:url(images/dwHeader1Left.gif) no-repeat;
}

#dwHeaderAddress{
	float:left;
	width:530px;
	height:40px;
	padding-left:10px;
	background:url(images/dwHeader1Repeat.gif) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:white; 
	font-size:11px; 	
	text-decoration:none;
}

.dwHeaderAdressText{
	display:block; 
	float:left; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:white; 
	font-size:11px; 
	margin-top:3px;
}

#dwHeaderAddress a{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:white; 
	font-size:11px; 	
	text-decoration:underline;
}


/*Footer*/
#dwFooter{
	clear:both;
	width:680px;
	margin:0 auto;
	height:40px;
	text-align:center;
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#999;
	font-size:11px; 
}

#dwFooter a{
	color:#999;
	text-decoration:underline;
}

#dwFooter a:hover{
	color:black;
	text-decoration:none;
}

/* CONTENT */

#dwContentWrapper{
	width:680px;
	height:100%;
	border-left:1px solid #d3d2d0;
	border-right:1px solid #bebebe;
	border-bottom:1px solid #bebebe;
	float:left;
	text-align:left;
}

#dwContentMainHolder{
	padding:15px;
}

.dwContentHolder{
	margin-top:20px;
	width:656px;
	height:100%;
}

.dwContentHeaderRight{
	float:left;
	width:20px;
	height:24px;
	background:url(images/dwContentHeaderRight.jpg) no-repeat;
}

.dwContentHeaderLeft{
	float:left;
	width:20px;
	height:24px;
	background:url(images/dwContentHeaderLeft.jpg);
}

.dwContentHeader{
	float:left;
	width:616px;
	height:24px;
	background:url(images/dwContentHeaderRepeat.jpg) repeat-x;
}

.dwContent{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
}

.dwMottoFont{
	color: #0033FF;
	font-weight: bold;
}

.dwStandardContentMargin{
	margin:15px 0px 0px 15px;
}

.dwStandardContentBox{
	background-color:#f5f5f5; 
	clear:both; 
	height:100%;
	border:1px solid #EEEEEE;
}	

#dwHomeTextStyle{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:15px; color:white; 
	text-decoration:none;
}


h1{
	margin:1px;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#4f64bf;
}

h2{
	padding:0px;
	margin-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:white;
}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#993300;
	margin:0px;
	padding-top:20px;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#6e2320;
	margin:0px;
	padding:0px;

}

p, li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px 15px 0px 0px;
}

#dwMainHeading{
	width:655px;
	height:60px;
	background-color:#f5f5f5;
	border:1px solid #EEEEEE;
}

#dwMainHeading2{
	width:655px;
	height:30px;
	background-color:#f5f5f5;
	border:1px solid #EEEEEE;
}

.dwImages{
	border:2px solid #bebebe;
} 

.dwBackToTop{
	clear:both;
	border:1px solid white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

.dwBackToTop a{
	color:#4f64bf;		
}

.dwBackToTop a:hover{
	text-decoration:none;
}

.back-to-top{
	float:right; 
	margin-right:15px;
}