/* CSS Document */

html,body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
}

body {
	background-image: url(../images/bkgnd.jpg);
	background-repeat: no-repeat;
	background-color: #626262;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	color: #d4d4d4;
}

a img {border:0}

a:link {color: #666;} 
a:visited {color: #999;} 
a:active {color: #ccc;}

.smallblack {
	color: #000000;
	font-size: 10px;
}

.bodytextBLD {
	font-size: 14px;
	color: #d4d4d4;
	font-weight: bold;
	text-align: justify;
	line-height: 16px;
}

.smalltextGrey {
	font-size: 12px;
	color: #d4d4d4;
	text-align: justify;
	line-height: 16px;
}

.smalltextWhite {
	font-size: 12px;
	color: #ffffff;
	text-align: justify;
	line-height: 16px;
}

.smalltextBackgrounddarkGrey {
	font-size: 12px;
	color: #d4d4d4;
	background-color: #999999;
	text-align: justify;
	line-height: 16px;
}

.gradList {
	display: block;
	position: relative;
	padding: 10px 0px 8px 0px;
	width: 265px;
	background-image: url(../images/listTileBG.gif);
	background-repeat: repeat-y; 
}

.gradList ul {
	list-style-position: outside;
}

.gradList li {
	font-size: 15px;
	line-height: 21px;
	list-style-image: url(../images/diamond.gif);
}

.gradList .header{
	font-weight: bold;
	font-size: 20px;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
}

#footerNavLeft {
	width: 293px; 
	height: 32px;
	float: left;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 5px 5px 5px 5px;
}

#footer a {text-decoration: none;}

/* Alternate Content styles below */

#acHeader {
	width: 900px;
	height: 300px;
	background-image: url(../images/acHeader.jpg);
	background-position: left top;
}

#acHeader a {
	color: #000;
}

#subAC {
	width: 575px;
	height: 150px;
	float: right;
	position: relative;
	top: 125px;
}