html, body {
	text-align: center;
	background-color:#000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
	}

h1 {
	font-style: normal;
	font-weight: normal;
	font-size: 225%;
	margin-top:0;
	}

h2 {
	font-size:140%;
	margin-top:0;
	}

h3 {
	font-size:120%;
	margin-top:0;
	}

hr {  margin-bottom: 15px;  margin-top: 15px;  border-style: none;  background-color: #ff8000;  height: 1px;  }

p { margin:15px 0 0 0; }
p a{ text-decoration: underline; }

a { color: #ffffff; text-decoration: none; }
a:hover { color: #ff8000; text-decoration: none; }

img { border: none; }

#header {
		z-index: 100;
		float: right;
		background-position: 0 -60px;
		background-image: url(fade-bg.png);
		background-repeat: repeat-x;
		height: 60px;
		font-size: 12px;
		position: fixed;
		left: 0px;
		top: 0px;
		width: 99%;
	}

#header ul {
		padding: 0px;
		margin-left: 0px;
		margin-bottom: 0px;
		margin-top: 25px;
		float: right;
		margin-right: 25px;
		list-style: none;
	}

#header ul li {
		float: left;
		margin-right: 25px;
		list-style: none;
	}

#header ul li img {
		vertical-align: top;
		margin-right: 5px;
		margin-top: -6px;
	}

#footer {
		z-index: 50;
		float: right;
		background-image: url(fade-bg.png);
		background-repeat: repeat-x;
		height: 60px;
		position: fixed;
		right: 0px;
		bottom: 0px;
		width: 99%;
	}

#footer ul {
		margin-left: 0px;
		margin-bottom: 0px;
		margin-top: 10px;
		padding: 0px;
		float: right;
		margin-right: 25px;
		list-style: none;
	}

#footer ul li {
		float: left;
		margin-right: 25px;
		list-style: none;
	}

	
#site-content {
	padding-bottom: 25px;
	padding-top: 45px;
	margin: auto;
	text-align: left;
	z-index: 0;
	width: 1000px;
	}
#flashcontent {
		z-index: 0;
		border-spacing: 0px 0px;
	}
#pop-up {
		width: 500px;
		text-align: left;
		padding: 50px;
		color: black;
		z-index: 0;
	}	
#pop-up a { color:#666666; text-decoration: underline; }
#pop-up a:hover { color: #ff8000; }
