/* Test Style Sheet 05-2006 */

/* Body of Page Part 1- This section controls "default" text, links and main page background */

body {
	background-color: #000000;		
	background-image: url("http://www.starfleettraining.com/cgi-bin/rand_image.pl");
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
 	font-family: arial, serif;
	font-size: 16px;
	}

a {text-decoration: none} 
a:link {color: #A5A563}
a:visited {color: #C0C0C0;
	text-decoration: line-through;
	}
a:hover {color: #FFFFFF}
a:active {color: #FFFFFF}

h1 { color: #A5A563}
h2 { color: #C0C0C0}

hr {width: 65%;
	text-align: center;	
	text-align: center;
	border: solid 1px #A5A563;}

#main {margin-bottom: 10px}

#header {
	float: left;
	width: 98%;
	border: none; 
	}

	#header h1 {margin: 2px 2px 2px 2px;
			padding: 8px 2px 8px 80px;
			background-image: url("http://www.starfleettraining.com/graphics/trekanimated.gif");
			background-repeat: no-repeat;
			background-position: top left;
			font-size: 60px;
			color: #A5A563;}
	#header h2 {margin: 2px 2px 2px 80px;
			padding: 0px 0px 2px 0px;
			color: #C0C0C0;}
#menu1 {
	float: left;
	width: 20%;
	border: none; 
	}

#menu1 a {text-decoration: none
	margin: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	font-size: 12px;
	} 
#menu1 a:link {color: #A5A563}
#menu1 a:visited {color: #C0C0C0;}
#menu1 a:hover {color: #FFFFFF;}
#menu1 a:active {color: #FFFFFF}

		ul#menu1list {
   			margin: 0;
  			padding: 0px;
  			list-style-type: none;
			}
		ul#menu1list li {
			float: left;
			margin: 0;
			padding: 0;
			height: 35px;
			line-height: 35px;
			width: 170px;
			list-style-type: none;
			background-image: url("http://www.starfleettraining.com/graphics/bgmouseo1.gif");
			background-repeat: no-repeat;
			background-position: top left;
			}

		ul#menu1list li  a  {
			display: block;
			padding-left: 25px;
			}

		ul#menu1list li  a:hover  {
			background-image: url("http://www.starfleettraining.com/graphics/bgmouseo2.gif");
			background-repeat: no-repeat;
			background-position: top left;
			}

#content{
	float: left;
	border: none; 
	width: 79%;
	}

      #menu2 {
      	border: none; 
            float: right;
            width: 130px; 
            margin: 0px 5px 0px 5px;
      	font-size: 12px;
            }
	
		ul#menu2list {
  			margin: 0;
  			padding: 0;
  			list-style-type: none;
			}

		ul#menu2list li {
			float: left;
  			margin: 1px;
  			padding: 1px;
			width: 150px;
			}
		ul#menu2list li a {
			padding: 1px 1px 1px 5px;
			border-left: dotted 2px #C0C0C0;
			}

		ul#menu2list li a:hover {
			border-left: solid 2px #A5A563;
			}

	#menu3 {
            margin: 5px 5px 5px 5px;
		padding: 5px 5px 5px 5px;
      	font-size: 12px;
		 }

		ul#menu3list {
  			margin-top: 1px;
  			padding: 0;
  			list-style-type: none;
			display: inline;
				}

		ul#menu3list li {
			float: left;
			display: inline;
 			margin: 0;
			padding: 0;
			height: 40px;
			line-height: 20px;
			width:225px;
			border: solid 1px #A5A563
			}

      #menu3 a:link {color: #A5A563;
		display: block;
		}
      #menu3 a:visited {color: #C0C0C0;}
      #menu3 a:hover {color: #FFFFFF;}
      #menu3 a:active {color: #FFFFFF}

#quote {width: 70%;
border: dashed 1px #A5A563;
margin: 5px 5px 5px 5px;}
	

	
#footer {
	float: left;
	width: 98%;
	border: none; 
	font-size: 12px;
	}

	
p { margin: 5px 5px 10px 5px;}
p.center {text-align: center}
p.right {text-align: right}
p.left {text-align: left}




















