/* CSS Document */

.right-column-box-white li {
	margin: 0em 0em 0em -2.3em;
	clear:both;
	text-decoration:none;
	list-style:none;
}

.right-column-box-white li a {
	display: block;
	padding: 0.5em 0em 0.7em 0em;
	background-image:url(../images/gray_button.gif);
	background-repeat:no-repeat;
	vertical-align:text-bottom;
	text-align:center;
	text-decoration: none;
	font-weight: normal;
	color: rgb(50,50,50);
	height: 1.3em;
	font-size: 11px;	
}	
	
.right-column-box-white a:hover {
	text-decoration: none;
	color: rgb(50,50,50);
	background-image:url(../images/gray_button_over.gif);
	background-repeat:no-repeat;
	vertical-align:text-bottom;
}

/* Sections */
/************/
#sub-banner {
	float: right;
	width: 80.4%;
	background-color: #FFFFFF;
	color: rgb(100,100,100);
	line-height: 1.3em;
	font-size: 1.2em;	
}

#sub-banner img {
	width:100%;
}

/* Override styles from main page */
#middle-column {
	width: 569px;
}

#right-column {
	margin: 5px 5px 5px 5px;
	width: 24.0%;
}
