@charset "utf-8";
body  {
	background: #681200;
	margin: 10; /* 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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.subtitle { font-family: Arial, Helvetica; FONT-SIZE: 20px; COLOR: #fff; TEXT-DECORATION: none; font-variant: small-caps; text-align: center; width: 17em;}
.disclaimer { font-family: Arial, Helvetica; FONT-SIZE: 10px; COLOR: #fff; TEXT-DECORATION: none; text-align: center; }
.bulletpoints { font-family: Arial, Helvetica; FONT-SIZE: 25px; COLOR: #fff; TEXT-DECORATION: none; font-variant: small-caps; text-align: left; width: 17em;}

.Lwhite20 { font-family: Arial, Helvetica; FONT-SIZE: 20px; COLOR: #ffffff; TEXT-DECORATION: none; }
.Lwhite { font-family: Arial, Helvetica; FONT-SIZE: 15px; COLOR: #ffffff; TEXT-DECORATION: none; }
.mwhite { font-family: Arial, Helvetica; FONT-SIZE: 10px; COLOR: #ffffff; TEXT-DECORATION: none; }

.main_table	{
 
   background-color: #fb3c08;
   width: 750px;
   }

.twoColFixLt #container { 
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fb3c07;
	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. */
}



.twoColFixLt #yellowbar { 
	width: 100%;
	height:5px;
	background: #EFB621;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	}

.twoColFixLt #blackbar { 
	width: 100%;
	height:3px;
	background: #000000;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	}

.twoColFixLt #logo { 
		top: 10px;
	  left:2px;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	}


.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	color:#000000;
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #CCCCCC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}


.twoColFixLt #banner1 {
	float: left;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 7px;
	margin-left:7px;
	margin-top: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	top: 10px;
	left:5px;
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
	width: 130px;
	height: 115px;
	
	 
}



.twoColFixLt #mainContent { 
	width: 550px;
	font-size:14px;
	padding: 15px 10px 15px 20px;
} 

.twoColFixLt #mainContent h1  { 

	font-size:16px;
	font-weight:bold;

} 

.twoColFixLt #mainContent h2  { 

	font-size:14px;
	font-weight:bold;

} 


.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;
}


