body {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav {
	margin-top: 127px;
	margin-left: 230px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	height: 12px;
	color: #FF0000;
	text-transform: uppercase;
}
#leftColumn {
	float: left;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 14pt;
	margin-left: 67px;
	height: 400px;
	text-align: justify;
	white-space: normal;
	color: #666666;
}

#header {
	padding-top: 12px;
	padding-bottom: 12px;
}
#content {
	margin-top: 0px;
	padding-top: 50px;
	color: #333333;
}
a:link {
	text-decoration: none;
	color: #ED1C2A;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #ED1C2A;
}


#rightColumn {
	float: right;
	width: 670px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 13pt;
	text-align: justify;
	height: 270px;
	color: #666666;
}

