/*Additional Styles*/
@import url("reset.css");
@import url("form.css");
/*Additional Styles*/

/* Layout */
html, body {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background-color: #ffffff;
	font-size: 10.0pt;
	height: 100%;
	margin: 0;
	padding: 0;
}

body  p {
	color: #000000;
	margin-bottom: 10px;
	line-height: 14.0pt;
}

body h1 {
	color: #870027;
	margin-bottom: 10px;
	font-size: 12.0pt;
}

.header {
	height: 95px;
}

.container {
	min-height: 100%;
	min-width: 950px;
	position: relative;
}

.headerContainer {
	width: 950px;
	height: 95px;
	padding-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid black;
}

.headerLogo {
	float: left;
	height: 88px;
	float: left;
	border-bottom: 7px solid;
	border-color: #98012e; 
}

.headerLogo img {
	padding-top: 25px;
}

.contentColumn1 a {	
	text-decoration: none;
	color: #870027;
}

.contentColumn1 a:hover {
	text-decoration: none;
	color: #747f7d;
}

.mainContainer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

.footer {
	width: 100%;
}

.footerContainer {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}

/* Layout-End */

/* contentColumns */
.contentColumnBorder {
	background-color: #000000;
	height: 7px;
	width: 100%;
}

.contentColumn1 {
	float: left;
	width: 950px;
	padding-top: 45px;
	padding-bottom: 0px;
}

/* contentColumns */

/* Misc */

.clear {
	clear: both;
}

.copyright {
	padding-top: 15px;
	color: #203554;
	float: right;
}  

.purpleBar {
	height: 7px;
	margin-bottom: 10px;
	width: 335px;
	background-color: #98012E;
}
/*Misc End*/
