@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	
}

body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-image: url(assets/body_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtr #container {
	width: 720px; /* 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. */
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(assets/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 300px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.oneColFixCtr #mainContent {
}

.header img { margin: 0px 0px 25px -30px; }
.footer img { margin: 10px 0px 0px -30px; }

h1, h2, h3, h4 {
font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	color:#E21F05;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
}
h2 { margin: 12px 0px 15px 0px; color:#E21F05;}
h3 { margin: 20px 0px 7px 0px; color:#E21F05; }

h2 a {color:#E21F05;} h2 a:hover {text-decoration:none; color: #000000;}

p, ul { font-size:12px; color:#36261E; }

ul {
	margin-left: 12px;
	margin-bottom: 12px;
}

p a { color:#36261E; } p a:hover { color:#E21F05; text-decoration:none; }
