#container {
	margin: auto;
	width: 751px;
}
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#flashheader {
	clear: both;
}
.maincontent {
	background-image: url(images/mainbg.png);
	background-repeat: repeat-y;
}
#footer {
	background-image: url(images/footerbg.gif);
	margin-top: 4px;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
#footer a {
	color: #999999;
}
#left {
	float: left;
	width: 170px;
	padding-left: 10px;
	color: #FFFFFF;
}
#left ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#left a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 2px;
}
#right h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 150%;
	color: #FFFF00;
}


#left a:hover {
	color: #000000;
}
.underline {
	text-decoration: underline;
}




#right {
	float: right;
	width: 557px;
	color: #eeeeee;
	padding-right: 3px;
	line-height: 1.4em;
}
#left li {
	list-style-image: url(images/bulletimg.gif);
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	margin-right: 2px;
	margin-left: 2px;
	padding-bottom: 6px;
	list-style-position: inside;
	font-size: 85%;
	text-transform: uppercase;
}



#main {
	margin-top: 4px;
}
#right a {
	color: #FFFF99;
}
#right a:hover {
	color: #FFFF00;
}
