
#navcontainer ul {
	background-color: #000000;
	margin: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	list-style-type: none;
	text-align: center;
	width: 614px;
	font-family: lucida sans;

}
	
#navcontainer ul li { 
	display: inline;
	background-color: #000000;
	font-family: lucida sans;

}
		
#navcontainer ul li a  {
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	color: #7F8CC1;
	background-color: #000000;
	width: 594px;
	font-family: lucida sans;

}
		
#navcontainer ul li a:hover  {
	color: #213750;
	background-color: #000000;
	border-bottom: 7px solid #213750;
	font-family: lucida sans;

}


body {
	margin-top: 50px;
	text-align: center; /* center the layout in IE 5 */
	background-color: #0B0E12;
	background-image: url('bg.jpg');
	background-repeat: repeat-x;
	overflow-x: hidden;
	line-height: 20px;
	font-style: normal;
	font-variant: normal; 
	font-weight: normal; 
	font-size: 11px;
    font-family: lucida sans; 
    color: #6E6E6E;
    
	
}


#container {
	width: 614px; /* the width of our layout overall */
	margin: 0 auto; /* center the layout in mozilla and IE 6+ */
	text-align: left;
	background-color: #000000;
}


#header {
	width: 614px;
	height: 195px;
}

#bar  {
	width: 614px;
	height: 35px;
	background-color: #001E3C;
	
}

#footer {
    width: 614px;
	height: 65px;
}

#content {
	float: left;
	width: 574px;
	padding-left: 20px;
	padding-right: 20px;
	
}

#footer {
	clear: both; 
}

.code { 
	border: 1px dotted #553768;
	
}  


.icon { 
	border: 1px dotted #553768;
	padding: 4px;
	
}  
              
.head { 
	text-align: left; 
	font-family: lucida sans; 
	text-transform: capitalize; 
	font-size: 12pt;
	font-weight: bold;
	color: #4F718A; 
	border-left: 7px solid #213750;
	padding-left: 1px;
	padding-bottom: 0px;
	margin-top: 0; 
	margin-bottom: 0;

}   
               
.sub { 
	text-align: left; 
	font-family: arial; 
	color: #63466C; 
	border-left: 7px solid #213750;
	font-size: 8pt; 
	font-weight: normal;
	font-style: italic; 
	padding-left: 5px;
    margin-top: 0; 
    margin-bottom: 0;
	border-bottom: 1px dotted #213750;

}  

.special2 { 
	font-family: georgia; 
	color: #A68500; 
	font-weight: bold;
	
}  

blockquote {
	padding: 8px 10px 8px 10px;
	background-color: #000000;
	border-top: 1px dotted #152435;
	margin-bottom: 20px;
	color: #606060;

}
	
A:link { 
	text-decoration: none; 
	color: #88516D; 
	
} 

A:visited { 
	text-decoration: none; 
	color: #88516D; 

} 

A:hover { 
	background-color: #000000; 
	color: #462B38; 
	cursor: default; }
	