body
{
	background-color:		#345587;
}

#homecontent
{
	background-color:		#1D4279;
	padding-bottom: 40px;
	min-width: 				800px;
}

.bodytext
{
	margin:			40px 50px;
}

.caption-right
{
	margin-top:		40px;
	margin-right:	50px;
}

#homelinks
{
	font-family:			verdana,arial,sans serif;
	font-size:				0.68em;
	
	position:				absolute;
	left:					412px;
	top:					311px;	
}

#homelinks a
{
	color:					rgb(174,187,207);
	display:				block;
	margin-bottom:			12px;
}

#homelinks a:hover
{
	color:					white;
}

/*	Featured Content Table */
table#featureitems
{
	clear: both;
	background-color: #345485;
	border-left: 1px solid #C8861C;
	width: 765px;
	margin: 40px 15px 0px 15px;
}

table#featureitems td
{
	border-right: 1px solid #C8861C;
	padding: 10px;
	color: #87A2CC; 
	font-family:			arial, helvetica, sans-serif;
	font-size: .68em;
	width: 255px;
	vertical-align: top;
	font-weight: bold;
}

table#featureitems td a
{
	color: #BCCADF;
}
