@charset "UTF-8";
}
#container {
	float: none;
	width: 100%;
	text-align: center;
	height: 100%;
}
#three_columns {
	position:relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/3col_background.png);
	background-repeat: repeat-y;
	width: 750px;
	overflow: hidden;
	border-bottom-style: solid;
	border-bottom-color: #AAABAD;
	border-bottom-width: thin;
}
#two_col_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	text-align: left;
	width: 470px;
	padding-top: 18px;
	padding-right: 18px;
	padding-left: 18px;
}
#one_col_right {
	float: right;
	width: 244px;
}
.xhead {
	font-weight: bold;
	color: #333333;
}
a:hover {
	color: #B99133;
	text-decoration: none;
}
a:link, a:active, a:visited {
	color: #7E3619;
	text-decoration: none;
}
