/********************************/
/** This file contains styles  **/
/** that are specific to pages **/
/** with a skunk stripe in the **/
/**  central content           **/
/********************************/

/* outer wrapper class with left-aligned background image */
#oWrapper {
  background: url(/images/background_skunk.gif) left repeat-y;
}


/* skunk div */
#skunk {
	float: right;
	margin: 0px;
	border-top: 11px solid white;
	width: 166px;
	padding: 0;
	overflow: hidden;
	_width: 167px;
}


#skunk a:link {
	font-weight: bold;
	text-decoration: none;
}

#skunk a:hover { 
	color: #a41113;

	text-decoration: none;
}

#skunk h3 {
	margin-top: 6px;
	font-size: 120%;
	font-weight: bold;
 	text-transform: uppercase;
}

#skunk h3 a {
	
	text-decoration: none;
	border-bottom: 0 !important;
}



#topskunk {
		background-color: #6d828a;
		padding: 3px;
		color: white;
	width: 166px;
/* box model hack - IE 5 cannot see second width, so put standards width after this*/
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 158px; /* MUST BE LAST ATTRIBUTE */
}
/* Kind to opera for box model hack - back to standards width */
html>body #topskunk{
	width: 168px;
}



#topskunk a:link {
		color: white;
		border-bottom: 1px dotted white;
}
#bottomskunk a:link {
		color: black;
		border-bottom: 1px dotted black;
}

#bottomskunk {
	background-color: #BACFD7;
 	padding: 4px;
	color: black;
	width: 166px;
/* box model hack - IE 5 cannot see second width, so put standards width after this*/
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 158px; /* MUST BE LAST ATTRIBUTE */
}
/* Kind to opera for box model hack - back to standards width */
html>body #bottomskunk{
	width: 158px;
}


