@charset "utf-8";
.HeadingUnderlinedRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #C00;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-bottom: 4px;
	padding-top: 5px;
}
/* CSS Document */


#sideBarRight {
	position:relative;
	width:230px;
	height:100%;
	z-index:2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #FFF;
	font-weight: normal;
	background-color: #333333;
	right: 18px;
	float: right;
	padding-right: 15px;
	padding-left: 15px;
}
#mainContent {
	position:relative;
	width:687px;
	height:auto;
	z-index:2;
	left: 16px;
	top: 0px;
	float: left;
}

#Downloads {
	position:absolute;
	width:253px;
	height:auto;
	z-index:2;
	top: 500px;
	right: 64px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	border: 1px solid #333;
}
.redbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #C00;
}

