/* CSS Document - HOMEPAGE SPECIFIC STYLES AND POSITIONING */

#hpleftcol {
	width:180px;
	float:left;
	background-color:#000000;
	background-image:url('/images/global/vert_left_col_bg.gif');
	background-repeat:no-repeat;
}
#hpleftcol p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#afa96b;
	margin-right:10px;
	font-size:9pt;
	text-align:right;
}

#homepagecontent {
	width:385px;
	float:left;
	clear:right;
	text-align:left;
}
#homepagecontent p {
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left:10px;
	margin-right:10px;
}
#hprightcol {
	width:200px;
	float:left;
	background-color: #000000;
	background-image: url('/images/global/vert_rt_col_bg.gif');
	background-repeat: no-repeat;
}