
/*Edit this stylesheet to make changes to elements exclusive to the ABOUT section*/

#page_header.downloads {
	background:url(media/page_header_downloads.jpg);
	padding: 0px;
	height: 229px;
	width: 981px;
	position: relative;
	z-index: 190;
	margin-top: -31px;
	background-repeat: no-repeat;
	background-position: center top;
}

#main_content_wrapper {
	height: auto;
}


#content_header.downloads {
	margin: 0px;
	padding: 0px;
	height: 67px;
	width: 992px;
	background:url(media/content_header_downloads.png);
	background-repeat: no-repeat;
	background-position: right top;
	overflow: visible;
	position: relative;
	z-index: 500;
	left: -11px;
	top: 30px;
}

#content_body {
	margin: 0px;
	padding: 0px;
	width: 981px;
	overflow: visible;
	position: relative;
	z-index: 100;
	top:30px;
}

/*center column*/

#center_col {
	margin: -10px 27px 32px 27px;
	padding:40px 36px 0px 38px;
	background:url(../../_images/body_bg/blk_bg.png);
	height:auto;
	width:853px;
	float:left;
	position:relative;
	z-index: 100;
	overflow: visible;
}

#center_col p.downloadDescription{
	margin-right: 13px;
	text-align:justify;
	text-justify:distribute;
	margin-right: 50px;
}

table.getReader tr td {
	vertical-align:central;
	}
	
#left_col {
	width:500px;
	float:left;
	}

#right_col {
	width:262px;
	float:right;
	}

div.dlOptions p {
	font:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#FFF;
	margin: 5px 0px 0px 23px;
	font-weight:bold;
	letter-spacing:0.1em;
	}

div.dlOptions p a {
	color:#FFF;
}

div.dlOptions p a:hover {
	color:#4499dd;
	text-decoration:none;
}

div.dlOptions img{
	margin:0px 0px 5px 20px;
	}


