@charset "utf-8";
body  {
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
}

h1 {
	font-size: 16px;
}
h2 {
	font-size: 12px;
}

h3 {
	font-size: 10px;
}
h4 {
	font-size: 10px;
}
h5 {
	font-size: 8px;
}
h6 {
	font-size: 6px;
}

.quote {
	font:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-style:italic;
}

.quoteauth {
	font-size:10px;
	font-style:italic;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;	
}

.thrColAbsHdr #container { 
	position: relative; 
	width: 95%;
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; 
} 


.thrColAbsHdr #header {
	height: 130px;
	background: #236B8E;
	 
} 

.thrColAbsHdr #sidebar1 {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 200px; 
	padding:20; 
	font-size: x-small;
	border:#669999;
	margin: 0 79% 0 0;
	background-color: #236B8E;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom:10px;

	
}
.thrColAbsHdr #sidebar2 {
	position: absolute;
	top: 130px;
	right: 0;
	width: 200px;
	padding:20;  
	background-color: #236B8E;

	
}
.thrColAbsHdr #mainContent {
	margin: 0 200px;
	padding: 10px 10px;
	text-align: left;
}

.thrColAbsHdr #footer { 
	padding: 0 10px 0 20px; 
	background:#DDDDDD;
} 
.thrColAbsHdr #footer p {
	margin: 0;
	padding: 10px 0; 
}
.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;
}

/* Styles for lists */


.thrColAbsHdr ul {
list-style-type:none;
margin:1px;
border:0px solid #333;
font:bold 12px Calibri, Verdana, sans-serif;
width:150px
}

.thrColAbsHdr ul a:hover {
background-color:#FFFFFF;
}

.thrColAbsHdr ul a:link, ul a:visited, ul a:active {
display:block;
padding:2px;
text-decoration:none;
}

.thrColAbsHdr li {
	background: #ffffff;
	margin:0;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #666;
	border-bottom: 1px solid #ccc;
}


.thrColAbsHdr dl {
	margin:1px;
	border:0px solid #333;
	font:12px Calibri, Verdana, sans-serif;
	width:150px;
}

.thrColAbsHdr dt {
	background: #fff;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #666;
	border-bottom: 1px solid #aaa;
}

.thrColAbsHdr dd {
background: #fff;
margin:0;
border-left: 1px solid #fff;
border-top: 1px solid #fff;
border-right: 1px solid #666;
border-bottom: 1px solid #aaa;
}

.bold {
font:#FF0000;  
}

.whiteheader {
	font-size:16px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-weight: bold;
}

.orderedlist li{
	background: #fff;
	margin:0;
	border: 0;
	font-size:12px;
		
}

#img_displayed { 
	display:block;
	margin-left:auto;
	margin-right:auto;
}

