/* HTML Elements */
h1, h2 {
	text-transform: uppercase;
	color: #a6140d;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
	color: #a6140d;
	padding: 0;
	margin: 24px 0 0 0;
}

#tertiaryNav h3 {
	color: #333;
	padding: 0;
	margin: 0;
	font-size: 11px;
} 
 
p {
	padding: 0;
	margin: 0 0 16px 0;
}
.firstParagraph {
	margin: 16px 0 16px 0;
}
p.question {
	margin: 16px 0 0 0;
}
/*links*/
a {
	text-decoration: none;
	color: #a6150d;
}

a:link {

}
a:hover {
	text-decoration: underline;
}
a:visited {

}
a:active {

}
/* End Links */
img {
	border: 0;
}

dl dt {
	margin-bottom: 8px;
}

span.small {
	font-size: 10px;
}
address {
	font-style: normal;
	margin: 0 0 16px 0;
}

.noStyle {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 320px;
	background: #CCCCCC;
}

th {
	text-align:left;
}

table caption {
	text-align:left;
	font-weight:normal;
	font-style:italic;
	padding:10px 0 10px 0;
}

table.dataTable {
	border:1px solid #000000;
	border-collapse:collapse;
	margin-bottom:10px;
}

table.dataTable td, table.dataTable th {
	padding:4px;
	border:1px solid #000000;
	border-collapse:collapse;
	vertical-align:top;
}
