/* CSS Document */

body {
padding: 0;
margin: 0;
border: 0;
background-color:#666;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 805px;
	background-color:#fff;
	}


#header {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 805px;
	height: 112px;
	background: #000;
}



#interiorWrap {
background-color:#fff;
height:inherit;
padding-top:12px;
margin-left:47px;
}




#left {
	float: left;
	width: 260px;
}

#mainContent { 
	float: left;
	width: 440px;
	background-color:#fff;
	padding-left: 18px;
	border-left-style: dotted;
	border-left-color: #ccc;
	border-left-width: 3px;
}




.footerLink a:link {
	text-decoration:none;
	font-weight: bold;
	color:#fff;

}

.footerLink a:visited {
	text-decoration:none;
	font-weight: bold;
	color:#fff;

}

.footerLink a:active {
	text-decoration:none;
	font-weight: bold;
	color:#fff;

}
	
.footerLink a:hover {
	color: #c33;
}

/* LEFT NAV BAR STYLES ***************** */

#contentleft {
	width: 253px;
	margin: 0 25 0 0;
	background-color:#FFFFFF;
	/* padding: 17px 0px 12px 0px; */
	float:left;
	display: inline;
	font-size: 10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	/* this next line fixes an IE6 bug */
	display: inline;
	/* border:1px dotted #000000; */
	
}

#contentleft p {
	padding: 8px 0px 4px 12px;
	/* text-align: left; */
	/* color: #000; */
	margin:0px 20px 0px 25px;

	
}

.leftnavbar {
	border-bottom-style: dotted;
	border-bottom-color: #999;
	border-bottom-width: 2px;

}

.leftnavbar a:link {
	text-decoration:none;
	font-size:10px;
	color:#000;
	font-weight: bold;


}
.leftnavbar a:visited {
	text-decoration:none;
	font-size:10px;
	color:#000;
	font-weight: bold;
}


.leftnavbar a:active {
	color: #000;
	text-decoration:none;
	font-size:10px;
}
	
.leftnavbar a:hover {
	color: #850001;
	text-decoration:none;
	font-size:10px;
}

.leftnavbarbottom {
	/* padding: 0px 0px 0px 0px; */
	margin: 10px 25px 25px 20px;
	font-size:10px;

}

.leftnavbarbottom a:link {
	text-decoration:none;
	font-weight:bold;
	font-size: 10px;
	color:#000;

}

.leftnavbarbottom a:visited {
	text-decoration:none;
	font-weight:bold;
	font-size: 10px;
	color:#000;

}

.leftnavbarbottom a:active {
	text-decoration:none;
	font-weight:bold;
	font-size: 10px;
	color:#000;

}

.leftnavbarbottom a:hover {
	color: #850001;
	text-decoration:none;
	font-size:10px;
}

.bodyText {

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
line-height:18px;
color: #666666;
font-weight:100;
}




ul {
margin: 0 0 6px 9px;
padding: 0 0 6px 9px;
line-height: 18px;
list-style-image:url(../images/bullet.gif);
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}


h1 {
font-family:"Times New Roman", Times, serif;
font-size:28px;
font-weight:normal;
color:#999;
}

h2 {
font-family:"Times New Roman", Times, serif;
font-size:24px;
line-height:24px;
font-weight:normal;
color:#999999;
}

h3 {
font-family:"Times New Roman", Times, serif;
font-size:18px;
font-weight:normal;
color:#850001;
}

h4 {
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight:bold;
color:#666666;
}


a:link {
font-weight:bold;
color:#850001;
text-decoration:none;

}

a:visited {
font-weight:bold;
color:#850001;
text-decoration:none;

}

a:active {
font-weight:bold;
color:#850001;
text-decoration:none;

}


a:hover {
font-weight:bold;
color:#999;
text-decoration:none;

}

#footer {
	clear: both;
	background: #850001;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	color:#FFFFFF;
	font-size:10px;
	text-align:left;
	padding: 12px 0px 36px 467px;

}
	
/* END LEFT NAV BAR STYLES ***************** */