.Welcome {
	position: relative;
	top: 0px;
	left: 0px;
	min-height: 250px;
	width: 900px;
	background-color: #66CC33;
	border-bottom: 1px solid #666655;
}
.Welcome img {
	position: relative;
	top: 0px;
	left: 0px;
	width: 269px;
}
.Welcome div {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 28px 40px 28px 310px;
}
.Welcome h1 {
	color: #EEFFDD;
}
.Welcome p {
	margin-top: 1em;
	color: #000000;
	line-height: 175%;
}
.ContentWrapper {
	clear: both;
}
.Content h2, .ColumnLeft h2, .ColumnMiddle h2 { 
	clear: both;
	font-family: Georgia, Arial, Helvetica, sans-serif; 
	font-size: 1.1em; 
	color: #999966; 
}
.Content img.Odd {
	float: right;
	margin: 0px 0px 5px 20px;
}
.Content img.Even {
	float: left;
	margin: 0px 20px 5px 0px;
}
.Content .More {
	text-align: right;
}
.ColumnLeft, .ColumnMiddle { 
	float: left; 
	width: 275px; 
	margin-top: 15px;
}
.ColumnMiddle {
	position: relative;
	left: 30px;
}
.ColumnLeft img { 
	float: right;
	margin: 0px 0px 5px 10px;
}
.ContentEnd {
	clear: both;
}
.Byline {
	color: #666666;
	font-size: 80%;
}
table {
	margin-top: 0.5em;
}
td {
	padding: 10px;
}

