@charset "utf-8";
body {
	padding: 0px;
	margin: 0px;
}
.header-fixed {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	top: 0px;
	right: 0px;
	left: 0px; 
    text-align: center;
	border-bottom: 5px solid #333;
	background: #fff;
}
.nav-container {
	float: left;
	width: 100%;
	margin-top: 10px;
	height: 40px;
	background: #fff;
}
.nav {
	width: 1000px;
	color: #000000;
	text-align: center;
	background-color: #238ffe;
	left: 0px;
    right: 0px;
}
.nav a {
	color: #000;
	text-decoration: none;
	font-variant: normal;
	font-size: 20px;
	letter-spacing: 1px;
	word-spacing: 0px;
	left: 100px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: bold;
}
.nav a:hover {
	color: #fff;
	font-style: normal;
}
.oneColFixCtrHdr {
	float: left;
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}
.oneColFixCtrHdr #container {
	text-align: center;
	background: #fff;
	margin: 0px auto;
	width: 1150px;
	float: inherit;
	align-content: center;
}
.oneColFixCtrHdr #header {
	z-index:1000;
	position: fixed;
	background: #fff;
	width: 100%;
	float: none;
	color: #d6d6d6;
	padding: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #header H1 {
	padding: 10px 0px;
	margin: 0px;
	width: 1150px;
	font-size: 90%;
}
.oneColFixCtrHdr #mainContent {
	width: 1150px;
	padding: 0px 5px;
	background: #fff;
	align-content: center;
}
#content {
	width: 1150px;
	margin: 0px auto;
	padding-top: 240px;
	text-align: center;
}
#footer {
	float: left;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	text-align: center;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	background: #238FFE;
}
#footer p {
	padding: 10px 0px;
	margin: 0px;
	text-align: center;
}
#footer a {
	color: #fff;
}
.evm1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: italic;
	color: #800000;
	font-weight: bold;
}
.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	text-align: center;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	color: #000;
	font-weight: bold;
}
.hr {
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
}