#sidebar {
	color: #FFFFFF;
	padding: 10px;
	width: 230px;
	float: left;
	font-size: 12px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-box-shadow: -3px 3px 3px Gray;
	-webkit-box-shadow: -3px 3px 3px Gray;
	box-shadow: -3px 3px 3px Gray;
}
#sidebar p {
	color: #FFFFFF;
}
#sidebar a {
	color: #FFFFFF;
}
#highlightText {
	padding-top: 15px;
	padding-left: 5px;
	width: 450px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 300px;
}
#highlightText h1 {
	font-size: 38px;
	color: #006699;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	padding: 0px;
	line-height: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#highlightText  p {
	font-size: 14px;
	color: #333333;
	padding-right: 150px;
}
#content {
	background-color: #FFFFFF;
	padding: 8px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 1000px;
}
#middle {
	color: #666666;
	width: 460px;
	float: left;
	font-size: 12px;
	margin-right: 8px;
	margin-left: 8px;
	padding: 10px;
}
.ReadMore {
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 10px;
	text-align: right;
	padding-right: 30px;
	padding-bottom: 10px;
	}
#lowerleftcolumn {
	color: #666666;
	padding: 10px;
	width: 230px;
	float: left;
	margin-top: 8px;
	font-size: 12px;
	height: 200px;
}
#lowermiddle {
	color: #666666;
	padding: 10px;
	width: 460px;
	float: left;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	font-size: 12px;
	height: 200px;
}
#lowerrightcolumn {
	color: #666666;
	padding: 10px;
	width: 230px;
	float: left;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
	height: 200px;
}
