html, body { 
	margin:0; 
	padding:0; 
	text-align:center; 
	font-family: Helvetica, Arial, sans-serif, Georgia, Times, "Times New Roman", serif;
	font-size: 1em; /* 16x1=16 */
	line-height: 0.6em; /* 16x1.75=28 */
	} 

A:link, A:visited {
	text-decoration: none;
	color: #000;
	}
	
A:hover, A:active, .active A:hover, .active A:active {
	text-decoration: underline;
	color: #ED1E79;
	}
	
.active A:link, .active A:visited {
	background: #000;
	color: #fff;
	}
	
#wrapper {
	width:900px; 
	text-align: left;
	margin:0 auto;
	} 

#logo {
	padding: 0 0 0 10px;
	border: 0;
	}

#content {
	padding: 20px 20px;
	}
	
.left_column, .right_column {
	position: relative;
	font-size: 0.75em;
	line-height: 1.5em;
	margin-bottom: 5em;
	}
	
.left_column {
	float: left;
	width: 150px;
	}
	
.right_column {
	float: right;
	width: 650px;
	padding-top: 124px;
	padding-left: 20px;
	}

#scope {
	position: relative;
	float: left;
	width: 315px;
	margin-right: 10px
	}
	
#solution {
	position: relative;
	float: right;
	width: 315px;
	margin-left: 10px;
	}
	
#alternates {
	position: relative;
	width: 630px;
	clear: both;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Rockwell, Georgia, Helvetica, Arial, sans-serif;
	font-weight: bold;
	}
	
a.bodylnk {
	text-decoration: underline;
	}
	
.tag {
	text-transform: uppercase;
	font-size: 0.75em;
	font-family: Helvetica, sans-serif;
	position: relative;
	top: -1.5em;
	}
	
.fgrad_rule {
	padding-top: 1em;
	}

.content_list li{
	list-style-type: square;
	position: relative;
	left: -2em;
	padding-left: 0.25em;
	}
	
#pheader {
	visibility: hidden;
	position: absolute;
	left: -9999;
	}
