
#navcontainer ul {
    text-decoration: none;
	background-color: #BFD5E7;
	font-family: georgia;
	font-weight: bold;
	margin: 0px;
	padding: 20px;
	list-style-type: none;
	text-align: center;
	width: 660px;
	border-bottom: 1px solid #BFD5E7;

}

	
#navcontainer ul li { 
	text-decoration: none;
	font-family: georgia;
	display: inline;
	background-color: #BFD5E7; 
	border-bottom: 1px solid #BFD5E7;
    
}
		
#navcontainer ul li a  {
	text-decoration: none;
	font-family: georgia;
	color: #ffffff;
	background-color: #BFD5E7;
	width: 700px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #BFD5E7;

}
		
#navcontainer ul li a:hover  {
	font-family: georgia;
	color: #FFFFFF;
	background-color: #BFD5E7;
	border-bottom: 1px solid #BFD5E7;
	background-image: url('underline06.gif');

}


body {
	margin-top: 0;
	text-align: center; /* center the layout in IE 5 */
	background-color: #FFFFFF;
	overflow-x: hidden;
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 11px;
    font-family: georgia; 
    color: #666666;
    background-image: url('bg001.jpg')
    
	
}

#container {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
}


#header {
	width: 700px;
	height: 510px;
}

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

#footer {
    width: 700px;
	height: 74px;
}

#content {
	float: left;
	width: 640px;
	padding-left: 30px;
	padding-left: 30px;
	
}

#footer {
	clear: both; 
}
              
.head { 
	text-align: left; 
	font-family: gill sans mt;
	text-transform: capitalize; 
	background-repeat: no-repeat;
	font-size: 9pt; 
	height: 30px;
	color: #9F598C; 
	border-left: 0px solid #213750; 
	padding-left: 7px;
	background-image: url('spirit_symbol_bg06.jpg')

}


p {

      line-height: 13pt;
      
}   
               
.sub { 
	text-align: left; 
	font-family: arial; 
	color: #C88F80; 
	font-size: 8pt; 
	font-style: italic; 
	padding-left: 3px;

}  

.special { 
	font-family: georgia; 
	color: #98B0B4; 
	font-style: italic;
	
}  

.image { 
    border: 1px dotted #BDD3E6;
	
}  

.image:hover { 
    border: 1px dotted #D1ADC8;
	
}  

.code { 
    border: 6px solid #C8DBEB;
	
}  

.code:hover { 
    border: 6px solid #DBE8F2;
	
}  


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

blockquote {
	padding: 8px 10px 8px 10px;
	background-color: #000000;
	border-left: 6px solid #4A0F13;
	margin-bottom: 20px;

}
	
A:link { 
	text-decoration: none; 
	color: #B66179;
	border-bottom: 1px dotted #5E8AAD;
	
} 

A:visited { 
	text-decoration: none; 
	color: #B66179;
	border-bottom: 1px dotted #5E8AAD;
	
} 

A:hover { 
	background-color: #FFFFFF; 
	color: #5E8AAD; 
	cursor: help;
	border-bottom: 1px dotted #B66179
	
}
	