/* TwinStar layout stylesheet */

body {
	color: #CCCCCC;
	background-color: #002790;
	background-image: url(graphics/ts-web-background.png);
	background-repeat: repeat-x;
}
div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
}

a		{text-decoration:none;
		 color: #99AAFF}
		 
a:hover	{color:#FFFFFF;}

a:active {color:#DDFFDD;}

a:visited {color:#777777;}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-size: 12px;
	color: #CCCCCC;
}

th {
	font-size: 12px;
	color: #CCCCCC;
}

#splash {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	visibility: visible;
	width: 998px;
	height: 766px;
}
#content {
	position:absolute;
	left:171px;
	top:115px;
	width:770px;
	height:587px;
	z-index:80;
	visibility: visible;
}
#topbanner {
	position:absolute;
	left:0px;
	top:0px;
	z-index:22;
	width: 995px;
	height: 115px;
	visibility: visible;
}
#leftside {
	position:absolute;
	left:0px;
	top:115px;
	width:171px;
	height:587px;
	z-index:23;
	visibility: visible;
}
#starfield {
	position:absolute;
	left:294px;
	top:4px;
	width:445px;
	height:77px;
	z-index:99;
	visibility: visible;
}
#menu {
	position:absolute;
	left:53px;
	top:394px;
	width:90px;
	height:165px;
	z-index:100;
	visibility: visible;
}
#rightside {
	position:absolute;
	left:941px;
	top:115px;
	width:54px;
	height:587px;
	z-index:50;
	visibility: visible;
}
#bottom {
	position:absolute;
	left:0px;
	top:702px;
	width:995px;
	height:66px;
	z-index:25;
	visibility: visible;
}
#homelink {
	position:absolute;
	left:0px;
	top:0px;
	width:210px;
	height:100px;
	z-index:101;
	visibility: visible;
}
#contentpane {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-color: #CCCCCC;
	color: #CCCCCC;
	position:absolute;
	left:171px;
	top:115px;
	width:845px;
	height:587px;
	z-index:30;
	visibility: visible;
}

