/* ------------------------------
    Content styles/formatting
------------------------------ */
#feature1 {
	font-family: "Times New Roman", Times, serif;
	color: #00a3e6;
	font-size: 150%;
	font-style: italic;
	padding-bottom: 20px;
	padding-top: 15px;
	width: 100%;
	}
	
#feature2 {
	font-family: "Times New Roman", Times, serif;
	color: #fff;
	font-size: 150%;
	font-style: italic;
	padding-bottom: 20px;
	padding-top: 15px;
	width: 100%;
	}

.bulletList {
	list-style-type:disc;
    margin:0 0 1em 1.5em;
	}

.bulletList li {
	list-style-type:disc;
	margin-bottom:.5em;
	}
	
.clearBoth {
	clear:both;
	}
	
ul.stan { 
	list-style:disc; margin:0 0 1em 3em; 
	}
ul.stan li { list-style:disc; }
ol.stan { list-style:decimal; margin:0 0 1em 2em; }
ol.stan li { list-style:decimal; }

.news {
	text-align:left; 
	padding:130px 117px 0; 
	line-height:135%;
	margin-bottom:1em;
	}
.news div { border:1px solid #333; padding: 10px; background:transparent url(../images/news.gif) scroll no-repeat 10px 20px; }
.news div h3,
.news div p { margin-left:60px; }