/* Global Styles */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 1000px;
	height: 100%;
	text-align: left;
	float: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: thin solid #8B8B8B;
	background-image: url(Images/Trailers.gif);
} 
.twoColFixLtHdr #header {
	padding-bottom: 0px;
	border-bottom-style: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 0px;
	background-color: #E3E3E3;
	background-image: url(Images/Trailers.gif);
	background: #;
} 
.twoColFixLtHdr #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 */
    background: #;

}



.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 125px;
	background-image: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #8B8B8B;
	border-right-color: #8B8B8B;
	border-bottom-color: #8B8B8B;
	border-left-color: #8B8B8B;
	
}
.twoColFixLtHdr #mainContent {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 135px;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #8B8B8B;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top-color: #8B8B8B;
	
} 
.twoColFixLtHdr #footer {
	background-color: #E7E7E7;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #8B8B8B;
	border-right-color: #8B8B8B;
	border-bottom-color: #8B8B8B;
	border-left-color: #8B8B8B;
	font-family: Verdana, Arial, Helvetica, tahoma;
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	padding: 0px;
	height: 75px;
	width: 1000px;
	
	
} 
.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;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	font-style: italic;
	color: #000099;
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000099;
}
.style2 img{
	float: none;
	padding-left: 10px;
}

.style4 img{
	display: block
	margin-right: auto
	margin-left: auto
}
.style3 img{
	font-weight: bold;
	float: none;
	border: thin solid #8B8B8B;
}
.style4 {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.style6 {
	color: #000099;
	font-size: 12px;
	font-weight: bold;
}
.style7 {
	color: #FF0000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.style8 {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}



iframe
{
	margin: auto
	padding: auto;
	width: 50%;
	height: 400px;
	max-width: 1000px;
	
	background: #568867;
}




</style>
