/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #000000 ; /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center; /* IE Fix */
	margin: 0;
	color: #ffffff;
	}
img { display: block; border: 0; }
img.float-left { 
	float: left;
	margin: 10px 15px 15px 0 !important;
	margin: 20px 15px 15px 0;
}
img.float-staff { 
	float: left;
	margin: 10px 15px 15px 0 !important;
	margin: 20px 15px 15px 0;
}
img.float-right { 
	float: right;
	margin: 10px 0 15px 15px !important;
	margin: 20px 0 15px 15px;
}
subhead { font-size: 12px; }
acronym { cursor: help; border-bottom: 1px dashed #999; }
a:link, a:visited { text-decoration: none; color: #00d1ff; border-bottom: 1px dashed #00d1ff; }
a:hover {  border-bottom: 1px dashed #fff; color: #fff; }
a.noborder:link, a.noborder:visited, a.noborder:hover { border-bottom: none; }
table.table td {font-size: 12px;}
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 600px;
	background: #000000;
	border: 1px solid #000000;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
a#header:link, a#header:visited, a#header:hover {
	display: block;
	background: #000000 url(assets/skyline_top.jpg) no-repeat 100% 0;
	border-bottom: 4px solid #000000;
	border-top: 5px solid #000000;
	height: 224px;
	width: 600px;
	padding: 0;
	margin: 0;
}
a#header span { display: none; }
/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #000000; 
	margin: 0; 
	padding: 0;
	height: 60px;
	color: #00d1ff;
	font-weight: bold;
}
#nav a:link, #nav a:visited { text-decoration: none; color: #C6C4C5; border-bottom: 0px; font-weight:bold; }
#nav a:hover, #nav a:active { color: #00d1ff; }

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 550px;
	position: relative;
	margin-left: 30px;
	line-height: 18px; 
	text-align: justify; 
	word-spacing: 2px;	
	min-height: 400px;
	}	
#content div {
	background: #000000;
	border-top: 1px solid #00d1ff; 
	padding: 10px;
}
#content h2 {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
	line-height: 20px; 
	margin: 0 0 0 0; 
	letter-spacing: 1.1px;
}
#content h3 {
	font-size: 18px;
	text-align:center;
	color: #00d1ff; 
	margin: 0 0 10px 0; 
	letter-spacing: 1.1px;
}
#content ul {
  list-style: circle;
  }
#content li {
  margin-bottom: 10px;
  }
/*------------------------------------------------------------*
**  Table
**------------------------------------------------------------*/
#table {
	float: left;
	width: 550px;
	position: relative;
	margin-left: 15px;
	line-height: 18px; 
	text-align: justify; 
	word-spacing: 2px;	
	min-height: 400px;
	font: 12px;
	}	
#table div {
	border-top: 0px; 
}
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #000000 url(assets/skyline_bottom.jpg) no-repeat 100% 0;
	border-bottom: 5px solid #000000;
	border-top: 10px solid #000000;
	text-align: center;	
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	line-height: 16px;
	padding: 10px;
	clear: both;
	height: 147px;
	width: 600px;
}
	
#footer a { text-decoration: none; color: #00d1ff; border-bottom: 1px dashed #00d1ff; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }
