@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;

}
.oneColElsCtr #container {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center top;
}
.oneColElsCtr #mainContent {
	background-image: url(intro.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	width: 800px;
	padding-top: 120px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-height: 900px;
}
.oneColElsCtr p {
	text-align: justify;
}
h2 {
	font-weight: bold;
	color: #393939;
	font-size: 11px;

	margin: 0px;
}
h3 {
	font-weight: normal;
	color: #525252;
	font-size: 10px;

	margin: 0px;
}
a {
	color: #b51108;
}
a:hover {
	color: #b51108;
	text-decoration: underline;
}


h3 a {
	color: #b51108;
}

h3 a:hover {
	color: #69c4ea;
	text-decoration: underline;
}

h1 {
	font-weight: bold;
	color: #b51108;
	font-size: 12px;

	margin: 0px;
}

h4 {
	font-weight: bold;
	color: #FFF;
	font-size: 17px;
	padding-left: 150px;
	padding-top: 3px;
	padding-right: 150px;
	padding-bottom: 1px;
	margin: 0px;
}
