@charset "utf-8";
/* CSS Document */

body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(FW/bodyBG.png);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 850px;  
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #666;
	text-align: left;
} 
.twoColFixLtHdr #header {
	background: #6EA739;
	padding: 0 ;
	/*background-image: url(FW/headerSwish.png);*/
	background-repeat: no-repeat;
	height: 160px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 

}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 150px; 
	background: #fff; 
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 180px; 
	padding: 10px 20px; 
	border-left: 1px solid #ccc;

} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #6CA636;
} 
.twoColFixLtHdr #footer p {
	margin: 0;
	padding: 10px 0;
	color: #333;
	font-size: 10px;
}
.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;
}
body,td,th {
	font-size: 12px;
}
a:link {
	color: #C01C25;
}
a:visited {
	color: #C01C25;
}
a:hover {
	color: #336600;
}
a:active {
	color: #336600;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}

.menuLink a {
	color: #dddddd;
	text-decoration : none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.menuLink a:link {
	color: #ffffff;
	text-decoration : none;
}


.menuLink a:visited {
	color: #ffffff;
	text-decoration : none;
}

.menuLink a:hover {
    color: #FFC412;
}


.moreLineHeight {line-height: 18px;}