@charset "utf-8";
/* CSS Document */
/* 
	background: #010602;
	/*
	color: #ffeda0;  /* yellow */
	/*
	color: #e3861c;  /* orange */
	
	
/*************************/

body {
	background: #010602;
	margin: 0;
	text-align: center;
}

div#main {
	width: 980px;
	height: auto;
	margin: 0 auto;
}

div.header {
	float: left;
	width: auto;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	color: #ffeda0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.header a:link, div.header a:visited, div.header a:active {
	color: #ffeda0;
	text-decoration: none;
}

div.header a:hover {
	color: #e3861c;
	text-decoration: none;
}

div.subheader {
	float: left;
	width: auto;
	height: 64px;
	line-height: 64px;
	padding: 0 10px;
}

div.lefttop {
	float: left;
	width: 245px;
	height: 305px;
	color: #FFF7AA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: url(images/brain.jpg) no-repeat 0 50px;
	padding-top: 50px;
}
	
div.righttop {
	float: left;
	width: 245px;
	height: 305px;
	color: #FFF7AA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: url(images/andromeda.jpg) no-repeat 0 50px;
	padding-top: 50px;
}
	
div.content1 {
	float: left;
	width: 245px;
	height: 45px;
	line-height: 45px;
}

div.content1a {
	float: left;
	width: 245px;
	height: 40px;
	line-height: 16px;
	padding-top: 5px;
}

div.content2 {
	float: left;
	width: 245px;
	height: 45px;
	line-height: 45px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}

div.content2 a:link,
div.content2 a:visited,
div.content2 a:active {
	float: left;
	width: 245px;
	height: 45px;
	line-height: 45px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #e3861c;
	text-decoration: none;
}

div.content2 a:hover {
	color: #FFF7AA;
	text-decoration: none;
}

div.content3 {
	float: left;
	width: 245px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
}

div.content3 span {
	font-weight: normal;
}

div.content4 {
	float: left;
	width: 245px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	font-weight: normal;
}

div.content4 a:link,
div.content4 a:visited,
div.content4 a:active {
	color: #e3861c;  /* orange */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-align: left;
	text-decoration: none;
}

div.content4 a:hover {
	color: #ffeda0;  /* orange */
	text-decoration: none;
}

div.content {
	float: left;
	width: 215px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	text-align: right;
	padding-right: 30px;
}

div.content a:link, div.content a:active, div.content a:visited {
	color: #e3861c;
	text-decoration: none;
}

div.content a:hover {
	color: #FFF7AA;
	text-decoration: none;
}

div.contenta {
	float: left;
	width: 200px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	text-align: left;
	padding-left: 45px;
}

div.contenta a:link, div.contenta a:active, div.contenta a:visited {
	color: #e3861c;
	text-decoration: none;
}

div.contenta a:hover {
	color: #FFF7AA;
	text-decoration: none;
}

div.centertop {
	float: left;
	width: 485px;
	height: 355px;
	text-align: center;
}

table.center {
	color: #e3861c;  /* orange */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

table.center a:link, table.center a:visited, table.center a:active {
	color: #e3861c;  /* orange */
	text-decoration: none;
	display: block;
}

table.center a:hover {
	color: #ffeda0;  /* yellow */
	text-decoration: none;
}

table.newhyp {
	color: #e3861c;  /* orange */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
}

table.newhyp th {
	color: #e3861c;  /* orange */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	text-align: left;
}

table.newhyp td {
	color: #e3861c;  /* orange */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

table.newhyp td.cont {
	color: #ffeda0;  /* yellow */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}

table.newhyp td.cont strong {
	color: #e3861c;  /* orange */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}

table.newhyp td a:link, table.newhyp td a:visited, table.newhyp td a:active {
	color: #ffeda0;  /* yellow */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
}

table.newhyp td a:hover {
	color: #ffeda0;  /* yellow */
	text-decoration: underline;
}

table.worlds {
	color: #e3861c;  /* orange */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
}

table.worlds th {
	color: #e3861c;  /* orange */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	text-align: left;
}

table.worlds th a:link, table.worlds th a:visited, table.worlds th a:active {
	color: #e3861c;  /* orange */
	text-decoration: none;
}

table.worlds th a:hover {
	color: #ffeda0;  /* orange */
	text-decoration: none;
}

table.worlds tr.sub td {
	color: #e3861c;  /* orange */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
}

table.worlds tr.sub td a:link,
table.worlds tr.sub td a:visited,
table.worlds tr.sub td a:active {
	color: #e3861c;  /* orange */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	text-decoration: none;
}

table.worlds tr.sub td a:hover {
	color: #ffeda0;  /* orange */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 20px;
	text-align: left;
	text-decoration: none;
}

table.worlds td {
	color: #ffeda0;  /* orange */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	text-align: left;
}

table.enddoc {
	color: #e3861c;  /* orange */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	margin-top: 20px;
}

table.enddoc th {
	color: #e3861c;  /* orange */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 24px;
	text-align: left;
}


