/*start css for basic items */
body {
	margin: 16px 0px 0px 0px;
	padding: 0px;
	background: #000000;
}
a, a:visited {
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
	line-height: 12px;
	color: #A50000;
	text-decoration: none;
}
a:hover {
	color: #A50000;
	text-decoration: underline;
}
ul {
	margin: 0px;
	padding: 0px 0px 0px 25px;
}
li {
	padding: 0px 0px 15px 0px;
}


/*start css for site structure */
div.container {
	position: relative; 
	width: 932px; 
	margin: 0 auto; 
	margin-bottom: 10px;
	text-align: left;
}	


/*start css for logo and navigation placement */
.logo {
	position: relative;
}
.topNav {
	position: relative;
	background: #000000;
}
.column01 {
	font-family: Times Roman, Times New Roman, Times, Georgia, Serif;
	font-size: 13px;
	line-height: 16px;
	color: #3F3F3F;
	width: 266px;
	background: #D1D1CA;
}
.column02 {
	width: 666px;
	background: #E7E7DE;
}
.column02Wide {
	width: 646px;
	background: #E7E7DE;
}
.columnPad {
	font-family: Times Roman, Times New Roman, Times, Georgia, Serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	padding: 15px 15px 15px 15px;
}
.columnPadFlash {
	font-family: Times Roman, Times New Roman, Times, Georgia, Serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	padding: 15px 15px 0px 15px;
}
.columnPadWide {
	font-family: Times Roman, Times New Roman, Times, Georgia, Serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
	padding: 15px 25px 15px 25px;
}
.quote {
	font-family: Times Roman, Times New Roman, Times, Georgia, Serif;
	font-size: 15px;
	line-height: 20px;
	color: #000000;
	padding: 0px 70px 0px 70px;
}



/*start css for text and links */
.text14serif {
	font-family: Times Roman, Times New Roman, Times, Georgia, Serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}
a.link14serif, a.link14serif:visited {
	font-family: Times Roman, Times New Roman, Times, Georgia, Serif;
	font-size: 14px;
	line-height: 16px;
	color: #A50000;
	text-decoration: none;
}
a.link14serif:hover {
	color: #A50000;
	text-decoration: underline;
}
.link13serif {
	font-family: Times Roman, Times New Roman, Times, Georgia, Serif;
	font-size: 13px;
	line-height: 16px;
	color: #000000;
}
a.link13serif, a.link13serif:visited {
	font-family: Times Roman, Times New Roman, Times, Georgia, Serif;
	font-size: 13px;
	line-height: 16px;
	color: #A50000;
	text-decoration: none;
}
a.link13serif:hover {
	color: #A50000;
	text-decoration: underline;
}
a.link12sanserif, a.link12sanserif:visited {
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
a.link12sanserif:hover {
	color: #A50000;
	text-decoration: none;
}
.chart {
	font-family: Times Roman, Times New Roman, Times, Georgia, Serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}


/*start css for footer */
.footer {
	font-family: Times Roman, Times New Roman, Times, Georgia, Serif;
	font-size: 11px;
	line-height: 16px;
	color: #B2B2B2;
	text-align: center;
	position: relative;
	background: #282828;
	width: 932px;
	padding: 5px 0px 5px 0px;
}
.footer a, .footer a:visited {
	font-family: Times Roman, Times New Roman, Times, Georgia, Serif;
	font-size: 11px;
	line-height: 16px;
	color: #B2B2B2;
	text-decoration: none;
}
.footer a:hover {
	color: #B2B2B2;
	text-decoration: underline;
}