/* css file */

/*** Feed2JS Formatting ***/
.rss_box ul, .rss_box li, .rss-box ul, .rss-box li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.rss_box .rss_date, .rss-box .rss-date{
	font-size: 0.9em;
}
.pulloutRight h2, .pulloutLeft h2, .pulloutMiddle h2 {
	font-size: 1.4em;
	margin-top: 0px;
}

#itsLayout .oneCol, #itsLayout .pulloutCenter, #itsLayout #twoColEven {
	/*float: left;
	width: 99.9%;*/
	overflow: hidden;
}

/*** Float guard ***/
.twoColEven, .pulloutCenter, .pulloutLeft, oneCol {
	width: 99.9%;
	overflow: auto;
	/*float: left;*/
}
/**** Two column even ****/
#itsLayout .twoColEven #Alpha {
	float: left;
	width: 49%;
	margin-right: 3%;
	margin-bottom: 24px;
}
#itsLayout .twoColEven #Beta {
	margin-left: 53%;
}

/*** Pullout general definitions ***/
#itsLayout .pulloutRight #Alpha, #itsLayout .pulloutLeft #Alpha, #itsLayout .pulloutCenter #Alpha, #itsLayout .cosmoPullout {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 0.85em;
	margin: 1em;
	padding: 1em;
}
* html #itsLayout .pulloutRight #Alpha, * html #itsLayout .pulloutLeft #Alpha, * html #itsLayout .pulloutCenter #Alpha, * html #itsLayout .cosmoPullout {
	height: 1%;
}

#itsLayout .cosmoPullout h2 {
	font-size: 1.6em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.6em;
	margin-left: 0px;
}
#itsLayout .cosmoPullout h3 {
	font-size: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.4em;
	margin-left: 0px;
}
/**** Left Pullout ****/
#itsLayout .pulloutLeft #Alpha {
	float: left;
	width: 33%;
}

/**** Right Pullout ****/
#itsLayout .pulloutRight #Alpha {
	float: right;
	width: 33%;
}

/*** "Center" Pullout ***/
#itsLayout .pulloutCenter #Alpha {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}
#itsLayout .pulloutCenter #Alpha ul li {
	margin-bottom: 0.3em;
}
