@charset "UTF-8";
body  {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	background-color: #FFF;
	text-align: center;
	margin-top: 0px;
}
.thrColFixHdr #container {
	width: 1000px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 14px;
	color: #06F;
} 
.thrColFixHdr #video {
	height: 360px;
	width: 425px;
}
.thrColFixHdr #container h1 {
	font-size: 16px;
	color: #900;
}
.thrColFixHdr #container p {
	color: #000;
	font-size: 16px;
}
.thrColFixHdr #header {
	height: 200px;
	margin-top: 0px;
} 
.thrColFixHdr #header h1 {
	font-size: 16pt;
	color: #900;
	font-weight: normal;
	margin: 0px;
	background-color: #CCC;
}
.thrColFixHdr #container #header  h2{
	font-size: 16px;
	line-height: 20px;
	color: #900;
	margin-top: 0px;
	font-weight: lighter;
	margin-bottom: 0px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	padding-top: 30px;
}
.thrColFixHdr #container #sidebar1 img {
	margin-top: -20px;
}
.thrColFixHdr #container #sidebar1 form input {
	margin: 5px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	margin-top: 8px;
}
.thrColFixHdr #container #sidebar2 h1 {
	font-size: 14px;
	line-height: 18px;
	font-weight: lighter;
	padding-right: 5px;
	text-align: right;
}
.thrColFixHdr #container #sidebar2 h2 {
	font-weight: lighter;
	color: #09F;
	text-align: right;
	margin-right: 5px;
	font-size: 16px;
	line-height: 20px;
}
.thrColFixHdr #container #sidebar2 h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #03F;
}
.thrColFixHdr #container #sidebar2 h4 {
	color: #900;
	text-align: left;
	margin-left: 10px;
	font-size: 18px;
	font-weight: lighter;
	margin-bottom: -15px;
}
.thrColFixHdr #sidebar2 img  {
	padding-bottom: 10px;
}
.thrColFixHdr #mainContent {
	margin-right: 200px;
	margin-left: 180px;
	font-size: 15px;
	margin-top: 0px;
	padding-top: 20px;
	width: 610px;
} 
.thrColFixHdr #container #mainContent img {
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
}
.thrColFixHdr #container #mainContent p {
	font-size: 18px;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 10px;
}
.thrColFixHdr #container #mainContent p img {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 20px;
	float: right;
}
.thrColFixHdr #container #mainContent h2 {
	font-size: 20px;
	line-height: 20px;
	color: #C03;
	font-weight: lighter;
	margin-bottom: 4px;
	margin-top: 4px;
}
.thrColFixHdr #container #mainContent h1 {
	font-size: 24px;
	line-height: inherit;
	color: #C03;
	text-align: left;
}
.thrColFixHdr #container #mainContent h5 {
	color: #900;
	font-size: 24px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.thrColFixHdr #container #mainContent h3 {
	font-size: 14px;
	line-height: 18px;
	text-align: right;
	font-weight: lighter;
	margin-right: 20px;
}
.thrColFixHdr #container #mainContent h4 {
	font-size: 18px;
	color: #3C6;
	font-weight: lighter;
	line-height: 24px;
	margin-bottom: 0px;
	margin-top: 25px;
}
.thrColFixHdr #container #footer p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #C03;
}
.thrColFixHdr #container #footer h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 28px;
	text-align: center;
	color: #C03;
	font-weight: lighter;
}
.thrColFixHdr #footer {
} 
.thrColFixHdr #footer p {
	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: 14px;
	line-height: 18px;
	color: #666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #container #sidebar1 {
	color: #000;
}
