/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:url(images/bg.jpg) repeat-x top black;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	font-size:12px;
	text-align:center;
}

body div{
/*	border:1px solid red;*/
}

#mainWrapper{
	width:950px;
	margin:0 auto;
	text-align:left;
	background:url(images/repeat.jpg) repeat-y white;
}

#headerWrapper{
	text-align:center;
}

#navMainWrapper{
	width:950px;
	margin:0 auto;
	text-align:left;
}


#navWrapper{
	width:170px; 
	float:left;
	padding-left:10px;
}

#navWrapper a{
	font-size:14px;
	font-weight:bold;
	color:#4e4b48;
	text-decoration:none;
	padding:0px;
	margin:0px;
	line-height:20px;	
}

#navWrapper a:hover{
	text-decoration:underline;
	color:#990000;
}

#navWrapper ul{
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	padding:0px;
	margin:0px;
	margin-left:20px;
}

#navWrapper ul li {
	font-size:12px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
	line-height:20px;
}

#dwFooter{
	padding-top:20px;
	text-align:center;
	height:100px;
	color:white;
	background-color:black;
}

#dwFooter a, #dwFooter a:visited{
	color:white;
	text-decoration:underline;
}

#dwFooter a:hover{
	text-decoration:none;
	color:yellow;
}

#dwBuckets td{
	border:1px solid #ccc;
}

#dwBuckets{
	margin-left:5px;
	color:#8d8a8a;
	line-height:18px;
}

.dwBucketBullet{
	margin-left:10px;
	margin-right:5px;
}

.dwA{
	color:blue;
}

.dwA:hover{
	text-decoration:none;
}

p {
	padding:0px 15px 0px 15px;
}

.dwContentBullet{
	list-style:none;
	list-style-type:none;
	line-height:18px;
}

h1{
	font-family:"Times New Roman", Times, serif;
	color:#990000;
	font-size:20px;
	padding-bottom:3px;
	margin-right:15px;
	border-bottom:2px solid #990000;
}