@charset "utf-8";
body  {
	font: 100% sans-serif, Verdana, Arial, Helvetica;
	background: #DDDDDD;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.thrColAbs #container { 
	position: relative; 
	width: 98%; 
	/*width: 1080px;*/ 
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left; 
	background:  #666666;
}

.redtext {
	 color: #84b554;
}

.coltitle {
	font-weight: bold;
}

.thrColAbs #header {
	background: url(/images/line3.gif) repeat-x #000000; 
	background-position:bottom;
	padding: 0 10px 0 20px; 
	height: 40px; 
}
.thrColAbs #sidebar1 {
	background:  #666666;
	padding: 15px 20px 15px 20px;
	float: left;
}
.thrColAbs #sidebar2 {
	position: absolute;
	top: 40px;
	right: 0px;
	width: 300px;
	background: #666666;
	padding: 15px 10px 15px 10px;



}
.thrColAbs #mainContent {
	background: #666666;
	padding: 0 15px;
}

.thrColAbs #mainContentAdmin {
	top: 40px;
	width:100%;
	height: 520px;
	background: #666666;
	left: 0px;
float:left;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.thrColAbs #text {
	background: #666666;
	margin: 0;
	border: 0px solid #ffffff;
	text-align: left;
	margin-left:23%;
	}
.thrColAbs	#footer {
	right: 0px;
	width: 98%;
	/*width: 1060px;*/
	height: 15px;
	background: url(/images/line3.gif) repeat-x #000000;
	padding: 15px 10px 15px 10px;
	clear: both;
}
.button
{ border: font-size: 11px; color: #FFFFFF; font-weight: bold; font-family: arial; background-color: #545054; text-decoration: none; width:150px;
} 
a {color:#ffffff; text-decoration:none;}
a:hover { text-decoration:underline;}



