@charset "UTF-8";
.thrColFixHdr #container {
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	width: 965px;
} 
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* 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: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 5px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* 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: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 5px; /* padding keeps the content of the div away from the edges */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.thrColFixHdr #mainContent {
	margin: 0px 220px 10px 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px 0px 0px 10px;
} 
.thrColFixHdr #footer {
	background:#FFF url(images/backgrounds/foot_03.gif) no-repeat;
	padding: 0 0px;
	margin: 30px 0px 0px;
	width: 965px;
	height: 40px;
} 
#MainTextBox {
	margin: 10px 20px 0px;
	padding: 0px;
	width: 280px;
	float: left;
}
#MainTextBoxRHS {
	margin: 10px 10px 0px 0px;
	padding: 0px;
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
}
#MainTextBox_full {
	margin: 10px 0px 0px 20px;
	padding: 0px;
	width: 510px;
	float: left;
}
.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;
}

#faqs-title {
	font-size: 15px;
	background: url(file:///CREATIVE/CREATIVE/Web/_IMPORTED/2009/dpi/assets/images/icons/faqs.gif) left no-repeat;
	padding: 4px 0px 0px 20px;
	margin-bottom: 5px;
}
.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;
}
#content {
	width: 965px;
	clear: both;
	padding: 0px;
	margin: 0px;
}
#editable_container {
	text-align: left;
	margin: 0px;
	padding: 0px 0px 10px;
	width: 535px;
}
#banner_container {
	text-align: left;
	margin: 10px 0px 0px;
	padding: 0px;
	height: 300px;
	width: 535px;
}
#header_container {
	text-align: left;
	margin: 10px 0px 0px;
	padding: 0px 0px 1px;
	height: 110px;
	width: 535px;
}
#RHimage {
	padding: 0;
	float: right;
	margin: 10px;
	width: 200px;
	clear: none;
}
#RHtextbox {
	width: 170px;
	height: auto;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #143860;
	line-height: 18px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFF;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	padding: 5px 10px;
}
#rh_image {
	float: right;
	width: 180px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 80px;
	margin-left: 20px;
	padding: 0px;
}
#MainTextBoxRHS_rev {
	margin: 10px 0px 0px;
	padding: 0px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
	border: 1px solid #CCC;
	background-color: #EFEFEF;
	width: 200px;
}
#form1 #send {
	float: left;
	width: 380px;
	margin-top: 10px;
}
#MainTextBoxRHS_news {
	margin: 10px 10px 0px 0px;
	padding: 10px;
	width: 180px;
	float: right;
	background-color: #E8F4FF;
}
.standout {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	background-color: #0F345C;
	margin: 10px 0px;
	padding: 4px 120px 4px 5px;
	line-height: 18px;
	font-weight: bold;
}
/* Sponsors lists*/
#exb_sponsors{margin-top:30px}
#exb_sponsors ul{list-style:none;margin:0;padding:0;}
#exb_sponsors ul li{margin-bottom:20px;}

#fp_sponsors{float:left;width:535px;}
#mainContent #fp_sponsors h2{font-family: Verdana, Geneva, sans-serif;border-top:none;border-bottom:1px solid #ccc;color:#ccc;padding:0 0 5px 0;margin-bottom:20px;letter-spacing:-1px;}
#fp_sponsors ul{float:left;width:535px;list-style:none;margin:0 0 15px 0;padding:0;}
#fp_sponsors li{float:left;display:inline;}