@charset "utf-8";
/* CSS Document */
html, body {
background-color:#000000;
	margin: 0;
	padding: 0;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;

	
}

#wrapper {
	position: relative;
	min-height: 100%;
	width: 700px;
	margin-right:auto;
	margin-left:auto;
	background-color:#292929;
}
#topspacer {
	height: 25px;
	background-color:#000000;
}

#header {
	height: 96px;
	background-image: url(/images/shared/top.gif);
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align:center;
	font-size:10px;

}
#content {
	padding-bottom: 50px;
}



#nav {
	background-color:#0099FF;
	height:25px;
	background-image: url(/images/shared/gradientbar.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-left: 25px;
	font-size: 14px;

}
#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li {
	display: inline;
	padding-left: 15px;
}

#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #000000;
	text-decoration: none;
}
#nav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a {
	font-weight:bold;
}

#bc {
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 25px;
	text-indent: 20px;
	text-align: right;
	padding-bottom: 10px;
	font-size: 10px;
	font-style: normal;
	color: #CCCCCC;
}
#bc a:link {
	color: #999999;
	text-decoration: none;
}
#bc a:visited {
	color: #999999;
	text-decoration: none;
}
#bc a:hover {
	color: #ffffff;
	text-decoration: none;
}
#bc a:active {
	color: #999999;
	text-decoration: none;
}
#bc a {
	font-weight: bold;
}
h3 {
	text-align:center;
}
h3 a:link, h3 a:visited, h3 a:active {
	text-decoration: none;
	color:#fff;
}

h3 a:hover {
	text-decoration: none;
	color: #999999;
	
}
