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

body  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #0099FF;
}

a img {
	border: none;	
}

.thrColHybHdr #container { 
	width: 100%;
	background: #FFFFFF;
	text-align: left; 
}  
.thrColHybHdr #header {
	background: #FFFFFF;
	padding: 0 10px;  
	background-color: #FFFFFF;
	margin-bottom: 10px;
} 
.thrColHybHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.thrColHybHdr #topbar {
	float: none;
	width: 440px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
	height: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	top: 20px;
	right: 0px;
	position: fixed;
	left: 20px;
	padding: 0px;
	line-height: 16px;
	color: #00A8DD;
}
.thrColHybHdr #sidebar1 {
	float: none;
	width: 100px;
	background: #FFFFFF;
	text-align: left;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
	height: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	top: 580px;
	right: 0px;
	position: absolute;
	left: 20px;
	padding: 0px;
	line-height: 16px;
	color: #00A8DD;
}
.thrColHybHdr #sidebar2 {
	width: 390px;
	background: #FFFFFF;
	text-align: left;
	position:absolute;
	color: #000;
	left: 146px;
	top: 500px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	font-size: 12px;
	line-height: 16px;
}
.thrColHybHdr #sidebar1 h3, .thrColHybHdr #sidebar1 p, .thrColHybHdr #sidebar2 p, .thrColHybHdr #sidebar2 h3, .thrColHybHdr #header {
	margin-left: 10px; 
	margin-right: 10px;
}

.thrColHybHdr #mainContent {
	font-size: 12px;
	float:left;
	width: 800px;
	position: absolute;
	margin-left: 0px;
	height: 425px;
	padding-top: 0px;
	left: 20px;
	top: 80px;
	color: #0FF;
} 

a:link {
	text-decoration: none;
	color: #00AEEF;
}
a:visited {
	text-decoration: none;
	color: #00AEEF;
}
a:active {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.style1 {
	color: #EE0000
	font-size: 12px;
}

#slideout {
	position: absolute;
	top: 500px;
	left: 586px;
}

#horizontal_slide {
	background: #fff;
	color: #000;
	width: 390px;
	line-height: 16px;
}

#blog {
	padding: 0;
	color: #000;
}

#blog li {
	list-style: none;
	float: left;
	position: relative;
	text-align: center;
}

#blog li+li {
	margin-left: 10px;
	border-left: 1px dashed black;
	padding-left: 10px;
}

#blog li h2 {
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	position: absolute;
	top: 480px;
	padding-left: 176px;
	text-align: left;
}

#blog li p {
	width: 390px;
	margin-top: 34px;
	font-size: 12px;
	padding-left: 176px;
	line-height: 16px;
	text-align: left;
}


#blog li .backtostart {
	float: left;
	display: none;
}

#blog li+li .backtostart {
	display: inline;
}

#blog li+li h2, #blog li+li p {
	padding-left: 0;
}