#main/*The container is used to enclose both the left navigation and the content area in to one div so that the left navigation will float properly.*/
 {
	padding:0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#content {
	padding:0;
	text-align:left;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 6px;
}
#content h1 {
	text-align: center;

}
#content p.left {
	margin-left: 0px;
}
#content p {
	margin-left: 3em;
	margin-bottom: 10px;

}

#content a {text-decoration:none; color:#990000;}
#content a:hover {
	color:#0000cc;
}
