/*----------------------------------------------/
/	Description									/
/		Style Sheet for Starchaser Splash Page	/
/-----------------------------------------------/
/	Date - 3 October 2007							/
/-----------------------------------------------/
/	Author										/
/		Tony Priest - Starchaser				/
-----------------------------------------------*/

a {
	color: #F3BC11;								/* Ochre */
	text-decoration: none;
	}

a:hover {
	color: #005B57;								/* Dark cyan */
	}

a.nocolor:link {								/* For picture links that change cursor not colour */
	color: black;
	text-decoration: none;
	}

a.nocolor:visited {
	color: black;
	text-decoration: none;
	}

a.nocolor:hover {
	color: black;
	text-decoration: none;
	}

a.nocolor:active {
	color: black;
	text-decoration: none;
	}

a:unknown {
    color: #F3BC11;								/* Ochre */
	}

.advert {
	z-index: 4;
	left: 5%;
	position: relative;
	top: 15px;									/* was 15 */
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336699;								/* Dull blue */
	line-height: 24px;
	background-color: #FFFFFF;
	}

.flash {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5%;
	left: 10%;
	color: #FFFF33;								/* Lemon yellow */
	top: 105px;
	background-color: transparent;
	}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	z-index: 5;
	left: 5%;
	background-image: url(images/connector.gif);
	width: 100%;
	color: white;
	background-repeat: repeat-x;
	height: 85px;
	background-color: black;
	}

.foot_image {
	z-index: 4;
	left: 5%;
	position: relative;
	top: 5px;									/* was 15 */
	}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	z-index: 5;
	left: 5%;
	width: 100%;
	color: white;
	top: 20px;
	height: 85px;
	background-color: black;
	}

.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	z-index: 5;
	left: 5%;
	text-transform: none;
	color: #FFFF33;									/* Lemon yellow */
	top: 20px;
	background-color: transparent;
	}

.maintable {
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none;
	padding-bottom: 10px;
	padding-top: 10px;
	background-image: url(images/connector.gif);
	background-repeat: repeat-x;
	background-color: #001B3B;						/* Deep blue */
	}

.mission {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	line-height: 14px;
	margin-left: 1cm;
	}

.mission_sig {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 14px;
	margin-left: 6.7cm;
	}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;								/* Light black */
	line-height: 24px;
	}

.textlink {
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none;
	}

.textlink_center {
	border-right: medium none;
	border-top: medium none;
	border-left: medium none;
	border-bottom: medium none;
	text-align: center;
	}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;								/* Light black */
	line-height: 24px;
	}

.toplogo {
	z-index: 2;
	left: 4%;
	position: relative;
	top: 15px;
	}

.toplogo1 {
	z-index: 2;
	left: 4%;
	position: relative;
	top: 5px;
	}

.toplogo2 {
	z-index: 3;
	position: absolute;
	right: 6%;
	top: 3%;
	}
