#left-column
{
	float:none;
	width:930px;
	margin-left:25px;
}
#right-column
{
	display:none;
}
div#homepage-display
{
	margin-bottom:20px;
}
#left-column ol,
#left-column ul {
margin:0;
padding:0;
list-style:none;
}
div#column
{
	float:left;
	width:640px;
	margin-left:50px;
	margin-right:30px;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}
div#quicklinks
{
	float:left;
	width:200px;
}
div#quicklinks li {
margin-left:0;
margin-bottom:9px;
padding-bottom:9px;  
}
div#column-content
{
	float:left;
	width:280px;
	margin-right:40px;
}
ul#home-actions
{
	float:left;
	width:320px;
}
ul#home-actions li
{
	font-size:15px;
	font-weight:bold;
	background: url(/images/bg_h_dotted_gray.png) bottom left repeat-x;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-left:0;
}
ul#home-actions li.last {
	background:none;
}
ul#home-actions li a
{
	background: url(/images/ico_arrow.png) right 50% no-repeat;
	padding-right:20px;
}
h2, 
h3
{
	font-size:22px;
line-height:1.2em;
margin:0;
padding:0;
	padding-bottom:6px;
	margin-bottom:20px;
}
.box h3
{
	border-bottom:1px solid #0070BC;
	color:#0070BC;
	font-family:Georgia,"Times New Roman",Times,serif;
	margin-bottom:20px;
	padding-bottom:6px;
	padding-top:1px;
	font-weight:normal;
	margin-top:0;
}
.quicklinks li
{
	background:transparent none repeat scroll 0 0;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:3px;
	margin-bottom:3px;
}
.quicklinks li a
{
	background:transparent url(/images/ico_arrow_blue.png) no-repeat scroll left 50%;
	padding-left:15px;
	font-weight:bold;
	font-size:15px; 
	padding-bottom:0px;
	margin-bottom:10px;
}
.quicklinks li:last-child,
.quicklinks li.last
{
	border-bottom:none;
}