/* CSS Document */

body  {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background: #fff;
	color: #000;
}
h3 {
	font-size: 10px;
	font-weight: normal;
	}

.thrColFix #container {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.thrColFix .sidebar1 {
	float: none; /* since this element is floated, a width must be given */
	width: 100%;
	height: 80px; 
	
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* 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 */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #mainContent {
	float: none;
	height: 80px;
}
.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: none;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: none;
	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;
}
#feature {
	display: none;
}
.navigation {
	float: none;
	background-image: url(../images/nav_bgrd_h.gif);
	background-color: #788a95;
	width: 196px;
	height: 80px;
}
.logo {
	float: none;
}
#secondary {
	float: none;
	width: 100%;
	display: block;
	background-image: url(images/secondary_bg.gif);
	margin-top: 6px;
	margin-right: 8px;
}
#secondary h1	{
	font-size: 9px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-style: normal;
	letter-spacing: 1px;
	text-decoration: none;
	margin-left: 20px;
	margin-top: 8px;
	margin-bottom: 8px;
}


.module_1 {
	float: none;
	width: 100%;
}

.module_1 h3 {
	margin-left: 20px;
	margin-right: 20px;
	display: block;
	margin-top: 15px;
	font-size: 13px;
}

.module_2 {
	float: none;
	width: 100%;
}

.module_2 h3 {
	margin-left: 20px;
	margin-right: 20px;
	display: block;
	margin-top: 15px;
	font-size: 13px;
}
.news_home {
	float: none;
	width: 100%;
	min-height: auto;
	height: auto;
}

.news_home img {
	display: none;
}

.news_home h3 {
	margin-left: 20px;
	margin-right: 20px;
	display: block;
	margin-top: 15px;
	font-size: 13px;
}


#footer {
	display: none;
	}

#menu {
	display: none;
}

