/* CSS Document */

body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  background:#000; 
  font-family:arial, verdana, sans-serif; 
  
  overflow: hidden; 
  color:#fff;
  scrollbar-base-color:#000;
  scrollbar-arrow-color:#666;
  }

/* for internet explorer */
* html body {
	padding-top: 120px;
	padding-right: 0;
	padding-bottom: 105px;
	padding-left: 0;
  }

#container {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 0.9em;
	position:fixed;
	top:124px;
	left:0;
	bottom:180px;
	right:0;
	overflow:auto;
	background:#000;
	padding:0px;
	text-align:center;
	letter-spacing: 1px;
  }
  
#content {
	width: 700px;
	text-align: justify;
	font-size: 11pt;
	color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


* html #container {
  height:100%; 
  width:100%; 
  }

#header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:120px;
	overflow:none;
	background:#000 url(images/title.jpg) center top no-repeat;
  }
#header #print {
	font-size: 11px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
	letter-spacing: 1px;
}
#print a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#print a:hover {
	color: #FF0000;
	text-decoration: none;
}
#print a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

* html #header {height:116px;}


#footer {
  position:absolute; 
  bottom:0; 
  left:0;
  width:100%; 
  height:125px; 
  overflow:none; 
  text-align:center; 
  
  background:#000;
  border-top:1px solid #666;
  }
* html #footer {height:100px;}

.menu {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	border:0;
	line-height: 200%;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
    line-height: 18px;
    letter-spacing: 1px;
    font-size: 0.7em;
	padding: 5px 0;
}
#footer a {
	color:#fff;
	text-decoration:none;
	padding:0 5px;
}
#footer a:hover {
	color:#f00;
}
#footer img {
	border:0;
}
#content #copy {
	font-size: 12px;
}
#copy h1 {
	font-size: 13px;
	color: #999999;
	font-weight: lighter;
	letter-spacing: 1px;
}
#copy a:link {
	color: #999999;
	text-decoration: underline;
}
#copy a:visited {
	color: #999999;
	text-decoration: underline;
}
#copy #routes {
	font-size: 12px;
}

#copy a:hover {
	color: #FF0000;
	text-decoration: none;
}
