/* CSS Document */
/* CSS Document */

.contentBeta {
position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
width:650px;
margin: 30px;
z-index:-40; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}


.content {
	font-family: Arial, Helvetica, sans-serif;
	color: #909090;
	font-size: 11px;
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:630px;
	border: solid thin #CCCCCC;
	z-index: 0;
	margin-top: 50px;
	margin-right: 30px;
	margin-bottom: 50px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}



a:link {
	color: #C3394C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:visited {
	color: #C3394C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:hover {
	color:#911B2C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.copyright {
	margin: 50px 0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}

