
#navcontainer ul {
    background-color: #DD2C49;
    text-decoration: none;
	font-family: georgia;
	font-weight: bold;
	margin: 0px;
	padding: 7px;
	list-style-type: none;
	text-align: center;
	width: 579px;
	height: 14px;
	border-bottom: 0px;
  
}

	
#navcontainer ul li { 
	text-decoration: none;
	font-family: georgia;
	display: inline; 
	border-bottom: 0px;
    
}
		
#navcontainer ul li a  {
	text-decoration: none;
	font-family: georgia;
	color: #ffffff;
	width: 579px;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 0px;
	
	

}
		
#navcontainer ul li a:hover  {
	font-family: georgia;
	color: #FFFFFF;
	background-color: #A7B6DD;
	border-bottom: 0px;
    
}


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

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


#header {
	width: 579px;
	height: 348px;
}

#footer {
    width: 579px;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #2D3C64;
}

#content {
	float: left;
	width: 519px;
	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: 18px;
	color: #9F598C;
	border-left: 15px solid #EB8898;
	border-bottom: 1px dotted #2D3C64;
	padding-left: 5px;

}


p {

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

}  

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

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


.code { 
    border: 1px solid #6481C4;
    padding: 6px;
	
}  

.code:hover { 
    border: 1px solid #344F8B;
    padding: 6px;
	
}  


.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 { 
	color: #FFFFFF; 
	cursor: help;
	border-bottom: 1px dotted #B66179
	
}
	