@charset "utf-8";
/* CSS Document */

/* This is the CSS for all other pages inside the contentContainer ID */
	
/* Begin Left SubNav Column Style */

#subNavContent {
	float:left;
	width:150px;
	text-align:left;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	}
	
#subNavContent h1 {
	color:#ffffff;
	font-size:.8em;
	background-color:#d00d8f;
	padding-left:5px;
	padding-top:4px;
	padding-bottom:4px;
	
	}
	
#subNavContent ul {
	margin-top:27px;
	list-style:none;
	}
	
#subNavContent li {
	font-size:.75em;
	color:#666666;
	border-bottom:1px solid #666666;
	padding-bottom:4px;
	padding-top:4px;
	}
	
#subNavContent li.borderT {
	border-top:1px solid #666666;
	}
	
#subNavContent a {
	text-decoration:none;
	color:#d00d8f;
	}
	
#subNavContent a:hover {
	text-decoration:underline;
	color:#cccccc;
	}

/* End Left SubNav Column Style */

#rightColumn {
	width:565px;
	float:right;
	margin-left:15px;
	text-align:left;
	}
	
#rightColumn h1 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#333333;
	}
	
#rightColumn h2 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:1em;
	margin-top:36px;
	color:#333333;
	}
	
#rightColumn h3 {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:.8em;
	margin-top:36px;
	color:#333333;
	}

#rightColumn p {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#666666;
	margin-top:12px;
	}
	
#rightColumn ul {
	margin-left:36px;
	margin-top:10px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:.8em;
	}
	
#rightColumn li {
	margin-top:6px;
	}
	
#rightColumn ol {
	margin-left:36px;
	margin-top:10px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:.8em;
	}
	
#breadcrumb {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#666666;
	padding-bottom:6px;
	}

/* Begin Right Column Style */
	
#contentRight {
	float:right;
	width:160px;
	text-align:left;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	}
	
	
#contentRight h1 {
	color:#333333;
	font-size:.8em;
	}
		
#contentRight h2 {
	font-size:1em;
	margin-top:12px;
	}
	
#contentRight p {
	color:#666666;
	font-size:.75em;
	margin-top:12px;
	line-height:1.3em;
	}

.sideFeature {
	border-bottom:1px solid #666666;
	padding-bottom:20px;
	}
	
.photo {
	float:left;
	position: relative;
	}
	
.caption {
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	color:#666666;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	}
	
.photo img {
	}
	

	
/* End Right Column Style */
	
