html {
	height: 100%;
}
body
{
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:10px;
}

a {
	color:#ffffff;
}
#content {
	height: 100%;
	width: 100%;
}
#credits
{
	text-align:center;
}
#noflash
{
	background-image: url(../images/noflash.jpg);
	background-repeat: no-repeat;
	width: 850px;
	height: 361px;
	margin: 0;
	padding: 0;
}
#noflash p
{
	padding-top: 200px;
	padding-left: 250px;
	font-size: 13px;
	font-weight: normal;
}
#noflash p a
{
	text-decoration: none;
	color:#A2C6FF;
}
#altbody
{
	color:#ffffff;
	text-align:left;
	padding-left: 40px;
	width:90%;
}

#sitemap
{
	width:1000px;
	color:#A2C6FF;
	text-align:left;
	margin-top: 30px;
	height: 200px;
}
#sitemap .column {
	float: left;
	width: 210px;
}
#sitemap li {
	list-style: none;
}
#footer
{	
	width: 100%;
	text-align: center;
	line-height: 14px;
	clear: both;
}
#footer a {
	color:#636C76;
}
#footer a:hover{
	color:#ffffff;
}
iframe
{
	display:none;
	visibility:hidden;
}

