@charset "UTF-8";
/* SCREEN CSS FOR NIGHT STATIONS */

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
} 

#frame {
	position: absolute;
	height: 800px;
	width: 1048px;
	background-color: #666666;
	margin-left: 50%;
	top: 5%;
	border: none;
	margin-right: 50%;
	left: -535px;
	background-image: url(Background.jpg);
 }
 
#mainmenu {
	position: absolute;
	right: 100px;
	width: auto;
	height: 25px;
	text-align: right;
	text-transform: lowercase;
	background-position: bottom;
	top: 65px;
	vertical-align: bottom;
}
#mainmenu UL { width: auto; list-style:none;  margin: 0px; }
#mainmenu LI { float: right; list-style:none;}
#mainmenu A  {
	text-decoration:none;
	color: #666666;
	margin: 0;
	padding: 0px 5px 0px 5px;
	font-size: 11px;
}
#mainmenu A:hover { color: #3399FF; }
#mainmenu .current { color: #CC6600; }
	
#squareimage {
	position: absolute;
	top: 100;
	left: 348px;
	width: 600;
	height: 600px;
}

#doubleimage {
	position: absolute;
	top: 100;
	left: 100px;
	width: 848;
	height: 424px;
	border: 0px none #FF00FF;
}

#latestnews {
	position: absolute;
	top: -70px;
	left: 0px;
	width: 848px;
	height: 500px;
	border: 0px none #FF00FF;
}


#scrolledimage {
	overflow: auto;
}


#logos {
	position: absolute;
	width: 600;
	height: 70px;
	right: 98px; top: 710px;
	border: none;
	text-align: right;
}


/*
.continued {
	text-align: left;
	display: block;
	color: #444444;
	text-indent: 12px;
	vertical-align: baseline;
}
.continued A { 	text-decoration: none; text-transform: none; color: #444444; }
.continued A:hover { color: #3366CC; }

.red {
	color: #CC0033;
}
.green {
	color: #66cc99;
	font-size: 12px;
}
.purple {
	color: #FF6699;
font-size: 14px;
}

.g_blob { font-size: 14px; color: #00ff00; line-height: 25px; }
.b_blob { font-size: 14px; color: #0099FF; line-height: 25px; }
.o_blob { font-size: 14px; color: #CC6600; line-height: 25px; }
*/

#vtext1, #vtext2 {
	position: absolute; left: 100px; width: 238; 
	margin: 0px; padding: 0px;
	line-height: 15px;
	text-align: justify;
}
#vtext1 {
	top: 100px;
}
#vtext2 { bottom: 120px; font-size: 11px; }

#htext1, #htext2, #htext3, #htext0 {
	position: absolute; top: 539px; width: 269; height: auto;
	margin: 0px; padding: 0px;
	line-height: 15px; text-align: justify;
}
#htext1 { left: 100px; }
#htext2 { left: 389px; }
#htext3 { left: 678px; }
#htext0 {
	right: 100px;
	width: 424;
	text-align: right;
}


A { text-decoration: none; text-transform: none; color: #666348; }
A:hover { color: #3366CC; }

p  {
	color: #9A956D;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h1, h3, h5 {
	position: absolute;
	left: -100px; top: 0px; width: 90px; height: auto;
	font-size: 11px; font-weight: normal;
	margin: 0px; padding: 0px;
	text-align: right; color: 66CC99;
}

h2, h4, h6 {
	position: absolute;
	width: 90px; height: auto; right: -105px;
	font-size: 11px; font-weight: normal;
	margin: 0px; padding: 0px;
	text-align: left; color: #CC0033;
	bottom: 10px;
}


#options {
	position: absolute;
	font-size: 12pt;
	color: #00CC66;
	list-style-type: disc;
	text-transform: lowercase;
	line-height: 15px;
	vertical-align: top;
	padding: 0px;
	margin: 0;
	list-style-position: inside;
}
#options UL { display: none; }
#options A  {
	text-decoration:none;
	color: #666666;
	font-size: 11px;
}
#options A:hover { text-decoration:none; color: #3366CC; }


#projectmenu {
	position: absolute;
	top: 0px;
	width: 90;
	height: auto;
	color: #FF6600;
	list-style-type: none;
	text-transform: none;
	line-height: 18px;
	vertical-align: top;
	margin: 0;
	text-align: right;
	color: #FF6633;
	left: -100px;
	padding: 0px;
}
#projectmenu UL { position: absolute; }
#projectmenu A  {
	text-decoration:none;
	color: #666666;
	line-height: 15px;
}
#projectmenu A:hover { text-decoration:none; color: #3366CC; }
#projectmenu .current { color: #CC6600;}


#imagemenu {
	position: absolute;
	bottom: 0;
	right: -100px;
	width: 95;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: left;
	line-height: 18px;
	font-size: 12pt;
	list-style-type: none;
	text-transform: lowercase;
	vertical-align: bottom;
	}
#imagemenu UL { display: none; }
#imagemenu A  {
	text-decoration:none;
	color: #666666;
}
#imagemenu A:hover { text-decoration:none; color: #3366CC; }
#imagemenu .current { color: #CC6600; } 


    
    
    
    
