html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0px;
	padding:0px;
	border:0px;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}

html,body {
	height: 100%;
	background: #222;
	text-align: center;
}

a{
	text-decoration: none;
}

#pagewidth{
	position: relative;
	width: 980px;
	min-height: 80%;
	margin: auto;
	background-color: #FFF;
	text-align: left;
}

#top_border{
	position: relative;
	width: 984px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:-1px; /* Fix for Ie 6 */
	display: block;
	background: transparent url('http://d3mccsvonspynx.cloudfront.net/media/images/top_border.gif') no-repeat top;
}

#bottom_border{
	position: relative;
	width: 984px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top:-1px; /* Fix for IE 6 */
	display: block;
	background: transparent url('http://d3mccsvonspynx.cloudfront.net/media/images/bottom_border.gif') no-repeat bottom;
}

#narrowwidth{
	width:80%;
}

#wide_container{
	float: right;
	width: 880px;
	padding: 50px 50px 50px 50px;
	/*text-align: justify;*/
}

#container{
	float: left;
	width: 680px;
	padding: 50px 250px 50px 50px;
	/*text-align: justify;*/
}

#footer{
	clear: both;
	padding-top: 10px;
	background-color:#222;
	text-align: center;
}

#container ul{
	list-style: none;
}

h1.heading{
	margin-bottom: 15px;
	border-bottom: 1px solid #900;
}

h2.heading{
	margin-bottom: 15px;
	border-bottom: 1px solid #900;
}

h2.bl_heading{
	margin-bottom: 0px;
}

.bl{
	color: #333;
	margin-bottom: 10px;
	border: none;
	text-indent: 50px;
}

h2.subheading{
	color: #900;
	margin-bottom: 5px;
}

.left_column{
	float: left;
	width: 50%;
	display: inline; /* Fix for IE 6 */
}

.right_column{
	float: left;
	width: 50%;
	display: inline; /* Fix for IE 6 */
}

#upper_right_corner{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	overflow: visible;
	margin: 0 0 0 0;
	padding: 0;
	z-index: 9999;
	border: none;
	float: none;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix{
	display: inline-block;
}

* html .clearfix{height: 1%;}
.clearfix{display: block;}

.quickref{
	position: absolute;
	right: 0px;
	top: 100px;
	width: 228px;
	padding: 5px;
	color: #444;
}

.quickref:hover{
	border-left: thin dotted #DDD;
	color: #000;
}

.quickref h2{
	position: relative;
	top: 0px;
	color: #444;
}

.quickref:hover h2{
	color: #000;
}

.quickref dl{
	color: #444;
}

.quickref:hover dl{
	color: #000;
}

.quickref img{
	display: block;
	margin-left: auto;
	margin-right:auto;
}

.quickref .seperator{
	width: 225px;
	height: 40px;
	background: url('http://d3mccsvonspynx.cloudfront.net/media/images/footer_logo_20090319.png') no-repeat bottom;
}

.quickref .spacer{
	position: relative;
	right: 0px;
	height: 50px;
	width: 225px;
}

table {
	border-collapse:separate;
	border-spacing:0px;
}

caption, th, td {
	text-align:left;
	font-weight:normal;
}

table, td, th {
	vertical-align:middle;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:"";
}

blockquote, q {
	quotes:"" "";
}

a img {
	border:
;}

.preload{
	display: none;
}
