@charset "utf-8";
/* CSS Document */
/************* footer components ****************/		
#footer {
	vertical-align: top;
	background-color: #036; 
	color: #fff;
	font-size: 9px;
	text-align:center;
	margin: 0;
	padding: 10px;
	clear:both;
}

#footer a {
	text-decoration:none; 
	color:#fff; 
	background-color: #036;  
}

#footer a:hover {
	text-decoration:underline; 
	color:#39F;
	background-color: #036; 
}

#footer strong { font-weight: bold; }

#footer em {font-style:italic;}

#footer ul {
	padding: 0px 5px 5px 5px;
	margin: 0; 
	border: 0;
}

#footer p {
	font-weight: bold; 
	display: inline; 
}

#footer ul li {
	display:inline;
	padding-left: 15px;
	padding-right: 15px;
	
}

/************* credit components****************/		
#credit {
	text-align:center;
	background-color: transparent;
	color:#666;
	font-size: 9px;
	padding: 2px;
	border-width: 1px 0 0 0;
	
}

#credit a { 
	text-decoration:none; 
	color:#666;
	background-color: transparent;
}

#credit a:hover {
	text-decoration:underline; 
	color:#39f; 
	background-color: transparent;
}

