@charset "utf-8";
/* CSS Document */

body {
	background-color: #333;
}
#content {
	float: left;
	height: auto;
	width: 80%;
	margin-left: 10%;
	padding-left: 10px;	
}
#logo {
	text-align: center;
}
.Accordion {
	font-family: Arial, Helvetica, sans-serif;
	height: auto;
	color: #CCC;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}
a:link {
	color: #FFF;
	text-decoration: underline;
}
#content #info #Accordion1 .AccordionPanel.AccordionPanelOpen .AccordionPanelContent p strong {
	color: #F00;
	text-align: center;
	font-size: x-large;
}
#updates {
	float: left;
	width: 40%;
	height: 660px;
	margin-top: -10px;
	margin-left: -10px;
	padding-left: -10px;
}
#updates2 {
	float: left;
	width: 100%;
	height: 660px;
	margin-top: -10px;

}