/*Main Content Area */

#content {
	width: 610px;
	float: right;
	margin-right: 33px;
	padding-top: 10px;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content h1 {
	font-family: 'Arial Black';
	font-size: 180%;
	display: block;
	background: url('../images/backgrounds/h1Content.gif') repeat-x left bottom;
	min-height: 58px;
}

#content h2 {
	font-weight: bold;
	font-size: 140%;
	color: #333;
	margin-bottom: 3px;
}

#content h3 {
	
}

#content h4 {
	
}

#content h5 {
	
}

#content h6 {
	
}

#content p {
	font-size: 93%;
	color: #3c3c3c;
	line-height: 1.5;
	margin-bottom: 15px;
}

#content ol {
	margin-bottom: 15px;
	margin-left: 15px;
}

#content ul {
	margin-bottom: 15px;
	margin-left: 15px;
}

#content ol li {
	list-style-type: decimal;
	list-style-position: inside;
	font-size: 93%;
	color: #3c3c3c;
	line-height: 1.5;
}

#content ul li {
	list-style-type: square;
	list-style-position: inside;
	font-size: 93%;
	color: #3c3c3c;
	line-height: 1.5;
}

#content blockquote {
	margin-left: 15px;
	margin-bottom: 15px;
	font-style: italic;
}