html {
	
}
.wrapper {
	width: 850px;
	background-color: #FFF5AE;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	margin: 0;
	padding: 0;
}
.lists{
	list-style-type: circle;	
}
h1 {
	font-size: 3em;
	color: #BB2F19;	
}
a {
	color: #0033CC;
	text-decoration: none;	
}
a:hover {
	color: #0033CC;
	text-decoration: underline;
}
.footer {
	font-size: .6em;	
}
.left_column {
	width: 620px;


»
  /* The width and color of the rail */
  margin-right:-200px; /* Hat tip to Ryan Brill */
	float:left;
	padding-top: 30px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.right_column {
	width:200px;
	color: #FFFFFF;
	clear: none;
	float: right;
	background-color: #C46700;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #000000;
}
.CheckBoxBullets {
	list-style-type: square;
	list-style-image: url(images/checkBox.gif);
}

.right_column h1 {
	font-size: 1.4em;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
	padding-top: 30px;
	padding-left: 5px;
	padding-bottom: 10px;
}
.right_column a {
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: left;
	display: block;
}
.right_column a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
