body {
	padding: 0;
	align: center;
	border: 0px none;
	margin: 0;
	background-image: url('images/bg.gif');
	background-position:  center 50%;
	}
p, td {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
	}
	
h1 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #0E275F;
	font-weight: bold;
	}
	
h2 {
	font: 18px Arial, Helvetica, sans-serif;
	color: #FFFFF;
	font-weight: bold;
	}
	
	
.hometext {
	font: 13px Arial, Helvetica, sans-serif;
	color: #000000;
	}
	
li {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
	}
	

.text {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
}
.fineprint {
	font: 10px Arial, Helvetica, sans-serif;
	color: #66CCCC;
}

.news {font: normal 11px Arial, Helvetica, sans-serif;color:#000;margin:2px 0;}
.news a {text-decoration:none;color:#000;}
.news a:hover {text-decoration:underline;color:#00f;}

/* holder div contains scroller. set height and width */
#holder1 {
	position:relative;
	width:215px;
	height:169px;
	z-index:100;
	left: 1px;
}

div#wn1 { 
  position:absolute; 
  width:215px; height:169px; z-index:1;
  clip:rect(0, 215px, 169px, 0); overflow:hidden;
  }
div#cnt1 { position:absolute; z-index:1 }
/* Set width and height of item same as width and height of scroller (wn1) */
div.item {
  width:215px; height:169px; 
  }
/* holder div contains scroller. set height and width */
#holder2 { position:relative; width:215px; height:169px; z-index:100;}

div#wn2 { 
  position:absolute; 
  width:215px; height:169px; z-index:1;
  clip:rect(0, 215px, 169px, 0); overflow:hidden;
  }
div#cnt2 { position:absolute; z-index:1 }
/* Set width and height of item same as width and height of scroller (wn1) */
div.item2 {
  width:215px; height:169px; 
  }
.title {

	font: italic bold 18px Arial, Helvetica, sans-serif;
	color: #000000;
}

#news {
	border: 2px solid #00acce;
	padding: 10px;

 }

#news p{
	margin: .5em 0;
	padding: .5em 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
#news a {
	text-decoration:none;
	color: #0E275F;
	}
	
#news a:hover {
	text-decoration:underline;
	color: #0E275F;
	}
	
#news ul {
	margin: .5em 0;
	padding: 0;
	padding-left: 15px;
	}
	
#news li {
	list-style-type:none;
	padding-left: 10px;
	background-image:url('images/bullet.gif');
	background-repeat:no-repeat;
	background-position: 0 5;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.bio {
	width: 550px;
}

.bio p {
	margin: 0 0 5px 0;
	padding: 0;
}

.bio a{
	display:block;
	font-size:12px;
	width: 500px;
	background-color:#E2F5F9;
	padding: 2px;
	border: 1px solid #0E275F;
	margin: 0 0 2px 225px;
	text-decoration:none;
	color: #0E275F;
}

.separator {
	clear: both;
}

hr {
	color: #00acce;
}
		

.bio a:hover {
	background-color: #00ACCE;
	color: #FFF;
}

.biopic {
	clear:left;
	margin-left: 25px;
	width: 150px;
	float:left;
}

.biotext {
	width: 560px;
	float:left;
}

.clear {
	clear: both;
}
		

