
body { background: #ffffee none; color: #000000; }
a:link    { color: #99CCFF; background: transparent; text-decoration: none; }
a:visited { color: #99CCFF; background: transparent; text-decoration: none; }
a:link:hover, a:visited:hover
          { color: #cc3333; background: transparent; text-decoration: none; }
a:active  { color: #ff0000; background: transparent; text-decoration: none; }


/************* CONTENT ************/

#content {
	width: 1062px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
}

#content p, #content ul, #content ol {
	line-height: 150%;
}

#left {
	float: left;
	width: 750px !important;
	padding: 0px 20px 40px 20px;
}

#right {
	float: right;
	width: 210px;
	padding: 0px 20px 40px 20px;
	color: #99CCFF;
	
}
