@charset "UTF-8";
#hp_left {
	float: left;
	height: auto;
	width: 200px;
	position: relative;
}
#hp_middle {
	float: left;
	height: auto;
	width: 414px;
	position: relative;
}
#hp_bottom {
	clear: both;
	height: auto;
	width: 780px;
	position: relative;
}
#hp_right {
	float: right;
	height: auto;
	width: 166px;
	position: relative;
}
body {
	margin: 0px;
	background-color: #C6C2B6;
}
#hp_main_container {
	height: auto;
	width: 780px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: -390px;
	position: relative;
	left: 50%;
	background-color: #C6C2B6;
}
#sp_left_column {
	float: left;
	height: auto;
	width: 200px;
	position: relative;
	background-attachment: scroll;
	background-image: url(images/sp_l_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 100px;
	min-height:600px;
}
#sp_right_column {
	float: right;
	height: auto;
	width: 580px;
	position: relative;
}
#sp_footer {
	clear: both;
	height: auto;
	width: 780px;
	position: relative;
	font-family: palatino, garamond, "Adobe Garamond Pro", Georgia, "Times New Roman";
	font-size: 9pt;
	font-style: italic;
	color: #666666;
	text-align: center;
	padding-top: 30px;
}
#sp_top {
	height: 100px;
	width: 580px;
	position: relative;
}
#sp_headline {
	height: 42px;
	width: 580px;
	position: relative;
}
#sp_sublinks {
	font-family: palatino, garamond, "Adobe Garamond Pro", Georgia, "Times New Roman";
	font-size: 11pt;
	color: #000000;
	float: right;
	height: 20px;
	width: 500px;
	position: relative;
	text-align: right;
}
#hp_top {
	height: auto;
	width: 780px;
	position: relative;
}
#sp_content {
	font-family: palatino, garamond, georgia, times, "times new roman";
	font-size: 12pt;
	color: #000000;
	height: auto;
	width: 560px;
	padding-left: 20px;
	position: relative;
	clear: both;
}
a:link {
	color: #3B5974;
}
a:visited {
	color: #596F82;
}
a:hover {
	color: #FFFFFF;
}
