/* CSS Document */

BODY  {	
     background-color : #ffffff;	
     color : #800000;	
  	 margin-top : 0;	
	 margin-left : 0;	
	 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size:0.8em;
}
#container {
  margin-top: 0.5em;
}
/* NAV-LEFT is the station indicator */
#nav-left {
    float: left;
	background-color: #c93;
	color: black;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Tahoma, Geneva, sans-serif;
	padding: 0 12px 12px 12px;
/*	border: 1px solid Fuchsia;*/

}
#nav-left ul {
    list-style: none;
	margin: 0;
	margin-top:0;
	padding: 0 0.5em 0 0.5em;
	width: 170px;

}
#nav-left li {
    background-color: #fc3;
	display: block;
	font-size: 1em;
	font-weight:bold;

	border-left: 4px solid #666;
	border-bottom: 4px solid #666;
	border-right: 4px solid #666;
	padding: 2px 5px 2px 5px;
}
#nav-left li.clock {
	border-left: 0;
	border-right: 0;
	padding: 1em 0 .6em 0;
	background-color: #c93;
}
#nav-left li a {
    text-decoration:none;
	color:#000;
	display: block;
}
#nav-left li a.platform {
    color: white; background-color:#f00;
	margin-left: 2em;
	margin-right: 2em;
}	

#nav-left li a:hover {
    background-color: #000;
    color: #fc3;
	
}
/*#nav-left li:hover {
    background-color: #000;
    color: #fc3;
}
*/
#main {
	margin-left: 220px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#h1 {
    background-color: #800000;
	border: 2px solid yellow;
}	
#h1 h1 {
	margin: 0.1em;
	border: 1px solid yellow;
    font-size: 1.4em;
    color: #fff;
	padding: 0.1em;
}
h1 {
    background-color: #800000;
	border-bottom: 1px solid gray;
	border-right 1px solid gray;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
    font-size: 1.6em;
    color: #fff;
	padding: 0.1em;
}
#sign {
background-color:white;padding: 0.3em; 
	margin: 1em 0 1em 0;

}
#sign #text {
    background-color:white;  
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold; 
	font-size:1.4em;
	color: #000033;
	text-align: center; 
	border-bottom:3px solid #FFCC00;
}
h2 {
    font-size: 1.3em;
}
h3 {
    font-size: 1.1em;
}
h4 {
    font-size: 1.0em;
}
#main #white {
    background-color: #fff;
	margin: 1em 0 1em 0;
	border: 2px solid black;

	border-bottom: 3px solid black;
	border-right: 3px solid black;
	border-top: 3px solid #aaa;
	border-left: 3px solid #999; 
	padding:1em;
}
#main p {
	}

#right {
    float: right;
	width: 160px; 
	text-align:center;
    padding: 10px;
	background-color: #cc9900;
}		  
/*#nav-right {
	list-style:None;
	margin-left:0em;
}*/
#nav-right {
    float: left;
/*	background-color: #c93; */
	color: black;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, Tahoma, Geneva, sans-serif;
	padding: 0 0 0.5em 0;
/*	border: 1px solid Fuchsia;*/

}

#nav-right  ul {
    list-style: none;
	margin: 0;
	margin-top:0;
	padding: 0 0.2em 0 0.2em;
	width: 150px;

}
#nav-right li {
/*    background-color: #fc3; */
	display: block;
	font-size: 1em;
	font-weight:bold;

/*	border-left: 4px solid #666;
	border-bottom: 4px solid #666;
	border-right: 4px solid #666;
	padding: 2px 5px 2px 5px;
}
/*
#nav-right li {
/*    font-size: 0.8em;*/ 
    padding: 0.3em;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
	
}
#nav-right li a {
    text-decoration:none;
	color: black;
}
#nav-right li:hover, #nav-right li a:hover {
    background-color:white;
	color:#cc9900;
	color: black;
	display: block;

}
/* Fix IE. Hide from IE Mac \*/

* html #nav-right ul li { float: left; height: 1%; width: 150px;}
* html #nav-right ul li a { height: 1%; }
/*
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#footer {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 15em; 
	background-color: blue;
	clear:both;

}
/*
#footer {
	position: relative;
	color: #333333;
	font-family: verdana, arial, san-serif;
	font-size: xx-small;
	font-weight: normal;
	vertical-align: top;
		text-decoration: none;
	background-color: navy;
	clear: both;
}
*/
.footer     {
background-color: white;
text-align: center;
width: 70%;
border:	red;
border-width: 1px;
	border-style: solid;
	border-color: #990000;
	margin: 0 15% 0 15%;
}

#footer a {
    text-decoration: none;
}
#footer a:hover {
    text-decoration: none;
	background-color:#0000FF;
	color: #fff;
}
#footer #copyright {
   font-size: 0.7em;
}