/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bgBig.jpg);
	background-repeat: repeat-x;
}

/*contents*/
#dwContentHolder{
	background-color:white; 
	border-top:solid 1px #c4c4c4;
	border-left:solid 1px #c4c4c4;
	border-right:solid 1px #c4c4c4;
}
.dwImages {
	border: 1px solid #000000;
}


#dwContent{
	background:url(images/dwContentBackground.jpg) no-repeat center 40px; 
	min-height:440px;
}

.dwContentWrapper{
	padding-left:30px; 
	padding-top:1px;
}

.dwContentText{
	font-family:arial;
	font-size:12px;
	color:black;
	padding-left:13px;
	width:580px;
}
.dwContentText2{
	font-family:arial;
	font-size:12px;
	color:black;
	padding-left:13px;
}
h1{
	padding-left:13px;
	height:25px;
	color:#2c6f8e;
	width:600px;
	font-family:verdana;
	font-size:18px;
	border-bottom:2px solid #2c6f8e;
	font-stretch:ultra-condensed;
	letter-spacing:-1px;
}

h2{
	padding-left:13px;
	height:20px;
	color:#3366CC;
	font-family:verdana;
	font-size:14px;
}

/*Buckets*/
.dwBucketHolder{
	width:630px;
	padding-left:15px;
}

.dwBucketFrame{
	text-align:center;
	border:1px solid #c4c4c4;
	width:222px;
	height:142px;
}
.dwBucketHeader{
	height:17px;
	background:url(images/dwBucketHeaderRepeat.jpg) repeat-x;
}

.dwBucketHeader a{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:white;
	text-decoration:none;
}


/*Footer*/
#dwFooterText{
	font-family:arial;
	font-size:11px;
	color:#9e9e9e;
}

#dwFooterLine{
	background:url(images/dwFooterRepeat.jpg) repeat-x;
	width:690px;
	height:5px;
}

/*Navigation, left bar */
.dwNavLinks a{
	display:block;
	margin-left:17px;
	margin-top:10px;
	height:15px;
	font-family:arial;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:black;
	text-indent:13px;
}

.dwNavLinks a:hover{
	color:#FB9B44;
	text-decoration:underline;
	background:url(images/dwPointer.gif) no-repeat left;
}

.dwNavNoLink a{
	display:block;
	margin-left:17px;
	margin-top:10px;
	height:15px;
	font-family:arial;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:black;
	text-indent:13px;
}

.dwNavLinks2ndLevel a{
	display:block;
	margin-left:17px;
	margin-top:10px;
	height:15px;
	font-family:arial;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	color:#454545;
	text-indent:25px;
}

.dwNavLinks2ndLevel a:hover{
	color:#FB9B44;
	text-decoration:underline;
	background-image: url(images/dwPointer.gif);
	background-repeat: no-repeat;
	background-position:10px;
}

#dwAddress{
	margin-top:20px;
	margin-left:20px;
	display:block;
	width:150px;
	font-family:arial;
	font-size:11px;
	color:white;
}


.backToTopLinks{
	font-family:arial;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
	color:black;
}
