body 
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
p            {
	font-variant: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-style: normal;
	padding: 5px;
	line-height: 15px;
}
h1           {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	margin-left: 0;
	color: #999999;
	letter-spacing: -1px;
	font-variant: normal;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 100;
	color: #CCCCCC;
	letter-spacing: -3px;
	line-height: 28px;
	text-transform: uppercase;
	border: none;
}
a:link       {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: 100;
}
a:active     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
	font-weight: 100;
}
a:visited    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: 100;
}
a:hover      {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
h6 {
	font-variant: normal;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-weight: 100;
}

#content {
	position: relative;
	width: 840px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #ededed;
}
#content #left {
	float: left;
	width: 280px;
	margin: 0;
	display: inline;
	padding: 20px 10px 20px 30px;
	border: 0px none;
	background-color: #FFFFFF;
}
#content #right {
	position: relative;
	float: right;
	width: 500px;
	padding: 10px;
	margin: 0px;
	background-color: #FFFFFF;
}
#container {
	position: relative;
	width: 840px;
	margin: 0 auto;
	padding: 0px;
	top: 20px;
}
#footer {
	position: relative;
	display: block;
	width: 840px;
	z-index: auto;
	visibility: visible;
	height: 30px;
	top: -15px;
}
#logo {
	height: 261px;
	width: 245px;
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	visibility: visible;
	left: -30px;
	top: -20px;
	background-image: url(images/edlogo.jpg);
}
.image {
	padding: 8px;
	background-color: #FFFFFF;
	border-top: 1px solid #ededed;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.dark {
	color: #666666;
}

