/* CSS Document */
body{
	padding:0px;
	margin:0px;
	background:url(images/bg.jpg) repeat;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.shadowWrapper{
	width:1000px;
	margin:0 auto;
	height:100%;
	text-align:center;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/shadow.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.shadowWrapper[class] {
	background-image:url(images/shadow.png);
	background-repeat:repeat-y;
	background-position: center;
}

#mainWrapper{
	width:960px;
	margin:0 auto;
	text-align:left;
	background-color:white;
	height:100%;

}

#navNcontent{
	height:100%;
	background-color:white;
}

#nav{
	width:249px;
	height:343px;
	float:left;
	background:url(images/leftNav.jpg) no-repeat white;
}

#nav ul{
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin-top:32px;
}

#nav ul li{
	display:block;
	font-family:Tahoma, Arial;
	font-size:15px;
	color:white;
}

#nav ul li a,#nav ul li a:visited{
	color:white;
	text-decoration:none;
	display:block;
	border-bottom:1px solid white;
	width:207px;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:20px;
}

#nav ul li a:hover,#nav ul li a.sfhover{
	display:block;
	background-color:#FFFFFF;
	color:#000000;
}

#content{
	border-left:1px solid #E1E1E1;
	padding:5px 20px;
}

#footer{
	clear:both;
	background:url(images/footerRepeat.jpg) repeat-x;
	color:white;
	padding-top:30px;
	padding-bottom:25px;
	text-align:center;
	font-size:12px;
}

.customList{
	margin-left: 10px;  
	padding-left: 0;  
	list-style: none;  
	font-weight:bold;
}

.customList li{
    margin-left: 10px;  
    list-style-image: url(images/bullet.jpg);  
    list-style-type: none; 
	line-height:18px; 
}

h1{
	margin:0px;
	padding:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	color:#c4070d;
	border-bottom:1px solid #c4070d;
	line-height:30px;
	padding-bottom:3px;
}

h2{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#000;
	padding-top:10px;
	text-transform:uppercase;
	font-style:italic;
}

p{
	margin:0px;
	padding:0px;
	padding-bottom:20px;
	line-height:18px;
	font-size:12px;
}

#bucket{
	background-color:#D1D1D1;
	border:1px solid #9D9D9D;
}

#bucket img{
	border:1px solid #9D9D9D;
}

#bucket a,#bucket a:visited{
	color:#990000;
	font-size:14px;
	margin-bottom:2px;
	text-decoration:underline;
}

#bucket a:hover{
	text-decoration:none;
	color:#FF0000;
}

.dwImg{
	padding:2px;
	border:1px solid #e1e1e1;
}

.dwHighlight{
	margin-top:15px;
	border:1px solid #e1e1e1;
	padding:2px;
	text-align:center;
}

.dwHighlight div{
	padding:5px;
	background-color: #e1e1e1;
}

.dwHighlight h1{
	font-size:15px;
	color:#660033;
	font-style:italic;
	border:none;
}

.dwHighlight p{
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-style:italic;
}

.dwTablelist td{
	border:1px solid #DFDFDF;
}

.dwTablelist td table td {
	font-style:italic;
}