@charset "utf-8";
body  {
	padding: 0;
	text-align: center; 
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #FFFFFF;
	background-image: url(layout/bodybg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
}
.thrColAbsHdr #container {
	position: relative; 
	width: 950px;  
	background: #FFFFFF;
	text-align: left; 
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 1px solid #666666;
} 


.thrColAbsHdr #header {
	height: 70px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCBCBC;
	background-image: url(layout/header.jpg);
	background-repeat: repeat-x;
} 
.thrColAbsHdr #header h1 {
	margin-top: 0px;
	color: #0000FF;
	padding-top: 20px;
	padding-left: 40px;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.4em;
	}
.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 90px;
	left: 5px;
	width: 150px;
}
.thrColAbsHdr #box {
	width: 150px;
	padding: 15px 10px 15px 20px;
	border: 1px solid #FFFFFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColAbsHdr #box ul{
	margin: 0px;
	padding: 0px;
}
.thrColAbsHdr #box li{
	list-style-type: none;
	padding-bottom: 10px;
	list-style-position: outside;
}
.thrColAbsHdr #subbox {
	width: 150px;
	padding: 15px 10px 15px 20px;
	border: 1px solid #BEBEBE;
	background-color: #FFFFFF;
	margin-top: 44px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColAbsHdr #subbox ul{
	margin: 0px;
	padding: 0px;
}
.thrColAbsHdr #subbox li{
	list-style-type: none;
}
.thrColAbsHdr #subbox a{
	font-size: 0.88em;	
}
.thrColAbsHdr #sidebar1 a, .thrColAbsHdr #mainContent a , .thrColAbsHdr #footer a{
	color: #0033CC;
}
.thrColAbsHdr #sidebar1 p{
	color: #666666;
	font-size: 0.88em;
	margin-top: 2px;
	margin-bottom: 2px;
	}
.thrColAbsHdr #sidebar1 a:hover, .thrColAbsHdr #mainContent a:hover , .thrColAbsHdr #footer a:hover{
	text-decoration: underline;
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 90px;
	right: 5px;
	width: 160px;
	background: #EBEBEB;
}
.thrColAbsHdr #mainContent {
	margin-top: 0;
	margin-right: 170px;
	margin-bottom: 0;
	margin-left: 191px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BCBCBC;
	border-left-color: #BCBCBC;
}
.thrColAbsHdr #mainContent h2 {
	margin-top: 0px;
	padding-top: 16px;
	margin-bottom: 6px;
	font-size: 1.4em;
}
.thrColAbsHdr #mainContent h3 {
	margin-top: 14px;
	margin-bottom: 0px;
	font-size: 0.98em;
}
.thrColAbsHdr #mainContent h4 {
	margin-top: 14px;
	margin-bottom: 0px;
	font-size: 0.98em;
}
.thrColAbsHdr #mainContent p {
	margin-bottom: 8px;
	margin-top: 4px;
	text-align: justify;
	font-size: 0.88em;
}
.thrColAbsHdr #mainContent li {
	font-size: 0.88em;
}
.thrColAbsHdr #footer {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #BCBCBC;
	border-right-color: #BCBCBC;
	border-bottom-color: #BCBCBC;
	border-left-color: #BCBCBC;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin-top: 0px;
	height: 30px;
	background-repeat: repeat-x;
	background-image: url(layout/footer.jpg);
} 
.thrColAbsHdr #footer a {
	color: #333333;	
}
.thrColAbsHdr #footer p {
	margin: 0;
	padding: 10px;
	text-align: center;
	font-size: 0.8em;
	color: #333333;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 15px;
	margin-bottom: 2px;
}

.style1 {
	color: #666666;
	font-size: 1.2em;
	margin-top: 20px;
}
.style2 {
	color: #333333;
	font-size: 0.8em;
}
.img{
	border: none;
	}

