@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #333;
	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: #333;
}
A:link {text-decoration: none; color:#69C}
A:visited {text-decoration: none}
A:active {text-decoration: none; color:#333}
A:hover {font-size:24; font-weight:bold; color:#66C;}

.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E8E8EB;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	background: #E8E8EB; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.video-1 {
	font-size: 100%; font-family: Verdana, sans-serif; color:#cc0000; font-style:italic; text-align:center;
	padding: 0px 0px 0px 0px;
}
.testimonial-1 {
	font-size: 120%; font-family: Verdana, sans-serif; color:#cc0000; font-style:italic; text-align:center;
	padding: 10px  0 0px 0px;
}
.testimonial-2 {
	font-size: 150%; font-family: Verdana, sans-serif; color:#cc0000; font-style:italic; text-align:left;
	padding: 10px  0 0px 0px;
}
.testimonial-3 {
	font-size: 130%; font-family: Verdana, sans-serif; color:#cc0000; font-style:italic; text-align:right;
	padding: 10px  0 0px 0px;
}
.testimonial-4 {
	font-size: 140%; font-family: Verdana, sans-serif; color:#cc0000; font-style:italic; text-align:right;
	padding: 10px  100px 0px 0px;
}
.testimonial-5 {
	font-size: 110%; font-family: Verdana, sans-serif; color:#cc0000; font-style:italic; text-align:center;
	padding: 10px  0 0px 0px;
}
.testimonial-6 {
	font-size: 160%; font-family: Verdana, sans-serif; color:#cc0000; font-style:italic; text-align:left;
	padding: 10px  0px 0px 100px;
}
.testimonial-7 {
	font-size: 160%; font-family: Verdana, sans-serif; color:#cc0000; font-style:italic; text-align:right;
	padding: 10px  0 0px 0px;
}
.testimonial-8 {
	font-size: 180%; font-family: Verdana, sans-serif; color:#cc0000; font-style:italic; text-align:right;
	padding: 10px  50px 0px 0px;
}
.testimonial-9 {
	font-size: 200%; font-family: Verdana, sans-serif; color:#cc0000; font-style:italic; text-align:right;
	padding: 10px  0px 0px 0px;
}
.sidebarheading {
	font-size: 125%; font-family: Times; color:#66C; text-align:left;
	padding: 0px;
}
.instructordiv {
width: 800px;
clear: left;
border: 0px solid gray;
padding: 50px 0px 0px 0px;
}
.instructordiv .floatbox{
float: left;
width: 200px;
padding: 45px 0 0 0;
}

* html .instructordiv p{ /* IE 3px jog hack*/
height: 1%;
}

.instructordiv p{
margin-top: 0;
margin-left: 200px;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #E8E8EB;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#E8E8EB;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size:60%;
}
