a{
	color:#6666ee;
	text-decoration:none;
	}
	
a:hover{
	color:#4444ee;
	}	

#linkCenter ul{
	margin: 0px;
  	padding: 0px;
	list-style-type: none;
			}
			
	#linkCenter li{
		float:left;
   		background:url("../images/norm_left.gif") no-repeat left top;
   		margin:0px;
		border-bottom: solid #666 1px;
   		padding:0px 0px 0px 9px;
		}
			
	#linkCenter a{
		float:left;
  		display:block;
   		background:url("../images/norm_right.gif") no-repeat right top;
		color:#fff;
      	padding:5px 15px 4px 6px;
      	text-decoration:none;
      	font-weight:bold;
		}
			
	#linkCenter a:hover{
		color:#333;
		}
			
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
   	#linkCenter a {float:none;}
    /* End IE5-Mac hack */	
		
	#linkCenter #current li{
	border: none;
	}
		
	#linkCenter #current{
		background-image:url("../images/current_left.gif");
      	border-width:0px;
		}
			
	#linkCenter #current a{
		background-image:url("../images/current_right.gif");
   		color:#333;
      	padding-bottom:5px;
		}
				
#topLink{
	background:#ccf;
	color: #666;
	width:100%;
	min-height: 20px;
	font-size:13px;
	font-weight:bold;
	border-bottom:solid #666666 1px;
	padding: 0px;
	clear: both;
	}
	
#topLink a{
	color:#333;
	text-decoration:none;
	}
	
#topLink a:hover{
	color:#000000;
	text-decoration:overline underline;
	}
		
#topLink ul{
	list-style-type:none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	clear:both;
	}
	
#topLink li{
	float: left;
	margin:2px 20px;
	position:relative;
	}		

/* BEGIN PICTURES */

img.wide{
	width:150px;
	height:100px;
	border:none;
	margin:10px;
	display:block;
	float:left;
	}
	
img.tall{
	width:110px;
	height:150px;
	border:none;
	margin:10px;
	display:block;
	float: left;
	}
	
img.anysize{
	border:none;
	margin:0px 10px 0px 10px;
	display:block;
}
	
/* END PICTURES */

hr{
	height:1px;
	color:#666666;
	clear:both;
	}
