@charset "UTF-8";
body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #e3f5fe url(img/bgrnd-video.jpg) repeat-x top;
	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: #beed82;
}
.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}



h1, h2 {
	font-family:"Times New Roman", Times, serif;
	font-weight:normal;
	border-bottom:#1b5e53 1px solid;
}
h1 {
	font-size:32px;
	margin:0;
}
h2 {
	font-size:24px;
	margin-top:8px;
}
h3 {
	font-size:13px;
	color:#01392f;
	font-weight:bold;
	margin:0;
}

a {
	color:#ffe400;
	text-decoration:none;
}
a:hover {
	color:#6fc4021;
	text-decoration:underline;
}

