/* CSS Document */

/* This is the CSS for the Home page inside the contentContainer ID */
	
/* Begin Left Column Style */

#contentLeft {
	float:left;
	width:550px;
	text-align:left;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	}
	
/* Should Be for Articles CSS */

#contentLeft h1 {
	color:#333333;
	font-size:1.3em;
	}
		
#contentLeft h2 {
	font-size:1em;
	margin-top:12px;
	color:#333333;
	}
	
#contentLeft p {
	font-size:.8em;
	margin-top:12px;
	line-height:1.5em;
	color:#666666;
	}

#contentLeft ul {
	font-size:.8em;
	color:#666666;
	margin-top:12px;
	margin-left:50px;
	}
	
.article {
	border-bottom:1px solid #cccccc;
	margin-top:50px;
	padding-bottom:20px;
	}
	
	
/* End Left Column Style */

/* Begin Right Column Style */
	

#contentRight {
	float:right;
	width:160px;
	text-align:left;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	}
	
/* Should be for Feature Boxes CSS */	
#contentRight h1 {
	color:#333333;
	font-size:.8em;
	}
		
#contentRight h2 {
	font-size:.75em;
	color:#333333;
	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;
	margin-top:20px;
	}
	
	
.sideFeature ul {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:.7em;
	margin-top:10px;
	}
	
.sideFeature ul li {
	list-style:none;
	margin-top:10px;
	}
	
.sideFeature ul li a {
	color:#cd0389;
	}
	
img {
	border:none;
	}



	
/* End Right Column Style */
	
