/* Global Styles */

body {
	margin:0px;
	background-color:#000000
	}
	
	#container { 
	width: 80%;  /* this will create a container 80% of the browser width */
	
	
	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid  #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
	

a {
	color: #0066CC;
	font: bold 17px  "Times New Roman", Times, serif;
	text-decoration: underline
	
	}
	
a:hover {
	color: #cc0000;
	}

.footer {
	font-size:11px;
	margin:25px 0;
	color:#999;
}
.footer a {
	font-size:11px;
	padding:0 6px;
}
/* ID Styles */

#navigation td {
    border-bottom: 1px solid #000000;
	font: bold italic 17px  "Times New Roman", Times, serif;
	}
	
#navigation a {
	font: bold italic 17px "Times New Roman", Times, serif;
    color: #000000;
	line-height:17px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: none;
	color: #cc0000;
	}
	

	
/* Class Styles */
	
.bodyText {

	font:16px "Times New Roman", Times, serif;
	color:#000000;
	line-height:20px;
	margin-top:45px
	}
	

	

