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

body  {
	font-family: verdana, arial, san-serif;
	font-size: 11px;
	color: #525252;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	background-image: url(../images/bg.gif);
}
.twoColFixLtHdr #container {
	width: 880px;  
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; 
	border-left: 3px solid #d2d2d2;
	border-right: 3px solid #d2d2d2;
} 
.twoColFixLtHdr #header {
	background: #fff;
	padding: 0px 0px 0px 20px;  
} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 200px; 
	background: #FFFFFF; 
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; 
	padding: 0 20px;
	padding-top: 15px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px;
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; 
	padding: 5px 0; 
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.contentRight {
	position: absolute;
	width: 238px;
	left: 341px;
	top: 0px;
}
#contact {
	line-height: 16px;
	padding: 10px;
}
.contentLeft {
	position: relative;
	padding-bottom: 30px;
	border-top:thin;
}

.navTitle {
	position: relative;
	width: 185px;
	text-align: left;
	font-size: 12px;
	padding: 5px;
	background-color: #e3e4e2;
	border-color:#CCCCCC;
	border-width: thin;
	border-style: solid;
}

.navSel {
	position: relative;
	width: 185px;
	text-align: left;
	font-size: 12px;
	padding: 5px;
	background-color: #b8d64e;
	border-color:#CCCCCC;
	border-width: thin;
	border-style: solid;
}

.navTitle a {
	color: #525252;
	font-size: 12px;
	display: block;
	text-decoration: none;
		}
.navTitle a:hover {
	//background-color: #b8d64e;
	text-decoration:line-through;

	
}
#contact {
	margin: 0px;
	text-align: left;
}

#contact a{   
	font-size: 11px;
	color: #525252;
	text-decoration: none;
}

#contact a:hover {
	text-decoration:underline;
}

.titleRight {
	font-weight:light;
	font-size:14px;
	border-bottom: 2px dotted #d2d2d2;
}


.contentRight a{
	color: #9fc43e;
	text-decoration: none;
	display: block;
	float:right;
	font-weight:bold;
}

.contentRight a:hover {
	text-decoration:underline;
}
