/* CSS Document */

a:link {
	text-decoration: none;
	font-style: oblique;
	color: #3366CC;
}
a:visited {
	color: #9999CC;
}
a:hover {
	text-decoration: underline;
}


.twoColHybLtHdr #container {
	width: 95%;
	text-align: left;
	margin: 0 auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColHybLtHdr #sidebar1 {
	float: left;
	width: 12em;
	padding-top: 40px;
	padding-bottom: 15px;
}
.twoColHybLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	
	font-weight: lighter;
	margin-top: 15px;
	font-size: 85%;
	margin-right: 10px;
}
.twoColHybLtHdr #mainContent {
	line-height: 1.2em;
	padding-top: 25px;
	margin-left: 13em;
} 
.twoColHybLtHdr #mainContent p {
	color: #333333;
	margin-top: 9px;
	text-indent: 15px;
}

