/* CSS Document */

body {

	background: url(images/mainBG.jpg) #9e0f1d no-repeat center top;
	margin: 0;
	padding: 0;
}
.dividerLine {

	width: 1px;
	height: 1px;
	background: #cccccc;
}
.thinNavLine {

	width: 1px;
	height: 1px;
	background: #cccccc;
}
A.mainNav {

	display: block;
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 14px;
	color: #9e0f1d;
	font-weight: normal;
	padding: .5em;
	text-decoration: none;
}
A.mainNav:hover {

	background-color: #e5e5e5;
	color: #9e0f1d;
	text-decoration: none;
}
#activeLink {

	background-color: #e5e5e5;
	color: #9e0f1d;
	text-decoration: none;
}
table.mainNavTable {

	
	padding-left: .2em;
}
.getStartedButton {

	padding: 2em 0em 0em 0em;
}
.content {

	font-family: Arial, "Helvetica", sans-serif;
	font-size: 15px;
	color: #231f20;
	font-weight: normal;
	line-height: 21px;
}
.content a {

	color: #9e0f1d;
	text-decoration: none;
}
.content a:hover {

	color: #9e0f1d;
	text-decoration: underline;
}
.contentHeader {

	font-size: 18px;
	color: #9e0f1d;
}
	
.indexPadding {

	padding: 0em 2.5em 1.5em .2em;
}
.contentPadding {

	padding: 0em 2.5em 0em .2em;
}
.header {

	display: block;
	font-family: Arial, "Helvetica", sans-serif;
	font-size: 22px;
	color: #231f20;
	font-weight: bold;
	border-bottom: dotted 1px;
	padding: 0em 0em .5em 0em;
}
.contentPic {

	border-top: dotted 1px;
	border-bottom: dotted 1px;
	padding-top: .2em;
	padding-bottom: .2em;
}
.boxContent {

	font-family: Arial, "Helvetica", sans-serif;
	font-size: 12px;
	color: #231f20;
	line-height: 19px;
	font-weight: normal;
	padding: 0em .7em 0em .7em;
}
.boxContent a {
	
	color: #9e0f1d;
}
.boxContentHeader {

	font-weight: bold;
}
.tableContent {

	font-size: 12px;
}
.tableContent strong {

	color:#9e0f1d;
}
.tablePadding {

	padding: .5em;
}
.floatLeft {

	float: left;
	padding: 0em .4em .4em 0em;
}
.floatRight {

	float: right;
	padding: 0em 0em .5em .5em;
}
.formPadding {

	padding-bottom: 1em;
}
.copyright {

	font-family: Arial, "Helvetica", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	padding: .5em 2em .5em .5em;
	text-align: right;
}