body {
	background-color:#000000;
	background-image:url(../space.gif);
	background-attachment:fixed;
	font-size:100%;
	padding: 0px;
	margin: 0px;
}

#container {
	background-image:url(../space2.gif);
	background-attachment:fixed;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	height: 45px;
	width: 980px;
	background-image: url(../darktitle.GIF);
	background-repeat:no-repeat;
	padding: 5px;
	margin: 0px;
	border: 0px;
}

#content {
	background-color:#330000;
	width: 690px;
	padding: 5px;
	margin-right: 150px;
	margin-left: 150px;
	border: 0px;
}

#footer {
	padding: 10px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75em;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: bold;
	color: #fde600;
	line-height: 1.5em;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 3px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.125em;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 14px;
	padding-bottom: 3px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0625em;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.0em;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-bottom: 2px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #003300;
	line-height: 1.0em;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 8px;
	padding-bottom: 2px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #003300;
	line-height: 1.125em;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 8px;
	padding-bottom: 2px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #0291cf;
	line-height: 18px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #fde600;
	line-height: 1.125em;
	margin-top: 0px;
	margin-right: 27px;
	margin-bottom: 0px;
	margin-left: 27px;
	padding-bottom: 5px;
}

a {
	color: #ffb333;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #ffb300;
	text-decoration: none;
	font-weight : bold;
}

a:hover {
	font-size: 1.125em;
	color: #ffe300;
	text-decoration: none;
}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.625em;
	color: #0291CF;
	padding: 3px 0;
   	margin: 3px 0;
}

.just {
	text-align:justify;
}

.center {
	text-align:center;
}

