body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #333;
	background-color: #666;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:16px;
	text-decoration:none;
}
a, nav {
	color: #FF0066;
	font-weight:bold;
	text-decoration:none;
}
pageHolderLeft {
	background-image:url(assets/images/stream_bkg_left.gif);
}
pageHolderRight {
	background-image:url(assets/images/stream_bkg_right.gif);
}
.pageHolderLeft {
	width:50%;
	height:100%;
}
.pageHolderRight {
	width:50%;
	height:100%;
}	
#page {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #FFF;
	background-color: #FFF;
	overflow:hidden;
	float:center;
	width:898px;
	height:auto;
}
.mainContent {
	margin: 5px 5px;
	padding: 0 0 0 0;
	float:left;
	width:220px;
	height:auto;
	text-align:left;
}
.bold {
	font-weight:bold;
}
#tagline {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:900px;
	height:auto;
}
#flash_body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #FFF;
	float:left;
	width:898px;
	height:auto;
}
.flashLogo {
	margin: 0 0 0 0;
	padding: 0 0 0 0; 
	float:left;
	width:327px;
	height:auto;
}
.flashArea {
	margin: 0 0 0 0;
	padding: 0 0 0 0; 
	float:right;
	width:571px;
	height:auto;
}
#mid_body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #FFF;
	background-color: #FF0066;
	float:left;
	width:898px;
	height:auto;
}
#section_body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #FFF;
	background-color: #F0F0F0;
	float:left;
	width:898px;
	height:auto;
}
#sectionColumn {
	margin: 0 0 0 0;
	padding: 10px 20px 0 20px;
	float:left;
	width:170px;
	height:auto;
}
.sectionContent {
	margin; 0 0 0 0;
	padding: 0 0 0 0;
	float:left;
	width:170px;
	height:auto;
}
#sectionDiv {
	margin; 0 0 0 0;
	padding: 0 0 0 0;
	float:left;
	width:14px;
	height:auto;
}
#page_DividerGray {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #FFF;
	background-color: #333;
	float:left;
	width:898px;
	height:auto;
}
#page_DividerLightGray {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #FFF;
	background-color: #CCC;
	float:left;
	width:898px;
	height:auto;
}
.mainText_body {
	margin: 0 0 0 0;
	padding: 10px 0 0 0 ;
	border: 1px solid #FFF;
	background-color: #FFF;
	float:left;
	width:898px;
	height:auto;
}
.mainText_Column {
	margin: 0 0 0 0;
	padding: 0 50px 20px 30px;
	float:left;
	width:590px;
	height:auto;
	border: 1px solid #FFF;
}
.img_Column {
	margin: 0 0 0 0;
	padding: 0 20px 0 0;
	float:left;
	width:200px;
	height:auto;
	border: 1px solid #FFF;	
}
.news_Header {
	font-size:14px;
}
.Img {
	padding-right:0;
	margin-right:0;
}
#footer_body {
	margin: 20px 5px 5px 5px;
	padding: 0 0 0 0;
	float:center;
	text-align:center;
	width:900px;
	height:auto;
}


/* CLEAR FIX
----------------------------------------------- */

.clr {
		
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

.clear-fix:after {
	content: ".";                /* the period is placed on the page as the last thing before the div closes */
	display: block;             /* inline elements don't respond to the clear property */ 
	height: 0;                 /* ensure the period is not visible */
	clear: both;              /* make the container clear the period */
	visibility: hidden;	     /* further ensures the period is not visible */
}

.clear-fix {
	display: inline-block;    /* a fix for IE Mac */
}

* html .clear-fix {   
	height: 1%;      /* fix for Guillotine bug in IE6 */
}

.clear-fix {
	display: block;
}