
#navcontainer ul {
	list-style-type: none;
	text-align: center;
    width: 550px;

}
	
#navcontainer ul li { 
	display: inline;
	width: 495px;

    
}
		
#navcontainer ul li a  {
	text-decoration: none;
	color: #245578;
	padding-left: 7px;
	padding-right: 7px;
	
}
		
#navcontainer ul li a:hover  {
	color: #FFFFFF;
	background-color: #cecece;
}


body {
	margin-top: 60px;
	text-align: center; /* center the layout in IE 5 */
	background-color: #061731;
	background-repeat: repeat-x;
	overflow-x: hidden;
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 11px;
    font-family: lucida sans; 
    color: #888888;
	
}

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


#header {
	width: 645px;
	height: 436px;
}

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

#footer {
    width: 645px;
	height: 81px;
}


#content {
	float: left;
	width: 495px;
	padding-left: 75px;
	padding-right: 75px;
	
}

#footer {
	clear: both;
}
              
.head { 
	text-align: left; 
	font-family: arial; 
	text-transform: capitalize; 
	font-size: 9pt; 
	color: #4F718A; 
	border-left: 9px solid #DEDEDE;
	border-bottom: 1px dashed #dedede;
	padding-left: 1px;

}   
               
.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;
	
}  

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

blockquote {
	padding: 8px 10px 8px 10px;
	background-color: #212121;
	border-left: 3px solid #333333;
	margin-bottom: 20px;

}

.image {
	border: 6px solid #dedede;

}
	
A:link { 
	text-decoration: none;
	border-bottom: 1px dashed #cecece;
	color: #3694A9; 
	
} 


	
A:visited { 
	text-decoration: none;
	border-bottom: 1px dashed #cecece;
	color: #3694A9; 
	
} 


A:hover { 
	background-color: #FFFFFF; 
	border-bottom: 1px dashed #3694A9;
	color: #cecece; 
	cursor: default; }
	