/* generated by csscreator.com */ 
html, body{ 
 font-family: helvetica, arial, sans-serif; 
	color:	#FF6;
	background-color: #000;
 } 
 
 a	{
	text-decoration:	underline;
	font-weight:	bold;
	}
a:link	{
	color:	#FF9;
	background-color: transparent;
	}
	
	.nounderline {
	line-height: 2em;
	text-decoration: none;
	}
	
a:visited	{
	color:	#FF9;
	background-color: transparent;
	}
a:active	{
	color:	#FF9;
	background-color: transparent;
	}
a:hover	{
	color:	#000;
	background-color: transparent;
	}
	
p {
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	text-transform: capitalize;
	text-align:center;
	}

 
#header{
 position:relative; 
 padding: 5px;
 margin: 0 0 20px 0;
 height: 100px; 
 background: #000 url(arpanet_backgroundblk.jpg) repeat-x center; 
 width:100%;
 clear:both;
 text-align:center;
} 
 
#navigation{
 padding:15px 25px 15px 25px;
 margin: 15px 10px 0px 25px;
 float:left; 
 width: 150px; 
 background-color:#660000;
 line-height:1em
 }
 
#maincol{background-color: transparent;  
 margin-left: 235px;
 }
 
 #footer{
 background-color: transparent; 
 clear:both;
 	text-align:center;
 	margin:60px 0 0 0;
 }
 
 #introduction{
 text-align: center;
 } 



 /* ----- Headings -----  */

h1, h2, h3, h4, h5, h6	{
	font-family: Helvetica, Arial, sans-serif;
	/* THIS SEPCIFIES LIST OF PREFERED OPTIONS FOR FONTS */
	font-weight: bold;
	color: #FF9;
	background-color: transparent;
	margin:	5px 0 0 0;
	}
	

h1	{
	font-size:	28px;
font-family: impact, charcoal, sans-serif;
letter-spacing:.05em;
text-align: center;
	}

h2	{
	font-size:	22px;
	}

h3	{
	font-size:	20px;
	 	text-align:center;
	 	font-style:bold;
	 	line-height:1.2em;
	}
	
h4 {
	font-size:	18px;
	}

h5	{
	font-size:	14px;
	}

h6	{
	font-size:	12px;
	}


img	{
	border:	0;
	padding:15px 0 0 0;
	}
	
code, tt, pre	{
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #06c;
	background: transparent;
	}
