@charset "UTF-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.oneColFixCtr #container #mainContent blockquote {
	background: #CCCCCC;
	border: 1px solid #666666;
	padding: 15px;
	clear: both;
}
.oneColFixCtr #container #mainContent h2 {
	text-transform: uppercase;
	font-size: 15px;
	margin-bottom: 6px;
}
.oneColFixCtr #container #mainContent img {
}
.oneColFixCtr #container #mainContent h3 {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #990000;
}
.oneColFixCtr  #container #mainContent {
	width: 600px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* 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: 30px 50px 50px;
}
.oneColFixCtr #container #mainContent .main{
	padding-bottom: 10px;
	float: left;
	padding-right: 10px;
}
.oneColFixCtr #container #mainContent ul li {
	margin-bottom: 5px;
	padding-left: 10px;
	list-style: none;
	margin-top: 5px;
}
* {
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr #container #mainContent h1 {
	font-size: 18px;
	padding-top: 15px;
}
.video {
	float: right;
	margin-left: 8px;
	margin-top: 5px;
	z-index: 500;
}
