body {
	margin: 0;
	background: #000000;
}

body, div, td, th, p {
   font-size: 14px;
   color: #cccccc;
   font-family: arial;
}

h1 { 
	font-size: 21px; 
	font-weight: normal;
	color: #ff1b0e;
	margin: 10px 0 10px 0;
}

h2 { 
	font-size: 18px;
	font-weight: normal;
	color: #ffff00;
}

h3 {
   font-size: 11px;
   color: #336666;
   text-transform: uppercase;
   font-weight: bold;
}

#main {
	background: #ffffff;
	width: 989px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

#top {
	background: #FFFFFF url(../images/header.jpg) no-repeat scroll left top;
	height: 189px;
	padding: 0;
	width: 989px;
}

#container {
	position: absolute;
	top: 189px;
	width: 989px;
}

#container p { 
	line-height: 170%; 
}

#container a { 
	text-decoration: none;
	color: #ff1b0e;
}

#container a:hover { 
	text-decoration: none;
	color: #cccccc;
}
.floatright {
	margin: 0 0 10px 10px;
	float: right;
	width: 450px;
	text-align: center;
	padding: 10px;
}

#rightColumn {
	width: 225px;
	float: left;
	padding: 30px 5px 10px 5px;
	font-family: arial;
	font-size: 11px;
	text-align: left;
}

#rightColumn p {
	line-height: 130%; 
	font-size: 12px;
	color: #336666;
}

#rightColumn a {
	text-decoration: none;
	color: #990066;
}

#rightColumn a:hover {
	text-decoration: none;
	color: #669966;
}

hr {color: #ffffff; background-color: #ffffff; border: 1px dotted #669966; border-style: none none dotted; }


#bottom {
	    background: url(../images/gradient_bottom.gif) no-repeat bottom left #ffffff;
		padding: 20px 0 10px 0;
		width: 1024px;
}

#footer {
		text-align: left;
		padding-left: 30px;
}

#footer p {
		font-size: 10px;
		font-family: arial;
		color: #669966;
}

#footer a {
	color: #990066;
	text-decoration: none;
}

#footer a:hover {
	color: #669966;
	text-decoration: none;
}