#hometext {
	position: relative;
	left: 0px;
	width: 52%;
	margin-right: 10px;
	margin-left: 0px;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 8px 10px 0px;
}

#hometext A{
	text-decoration: none;
	color: #0066CC;
}

#homeboxes {
	position: absolute;
	right: 20px;
	top: 55px;
	width:43%;
}



.homebox {
	float: right;
	border: thin solid Black;
	font-family: Trebuchet MS;
	font-size:  1em;
	padding: 0px;
	color: Black;
	width: 45%;
	display: block;
	margin-left: 10px;
}

.featurebox {
	float: right;
	border: thin solid Black;
	font-family: Trebuchet MS;
	font-size:  0.9em;
	padding: 0px;
	color: Black;
	width: 100%;
	display: block;
	margin-left: 10px;
	margin-bottom: 5px;
}

.sportbox {
	position: relative;
	border: thin solid Black;
	font-family: Trebuchet MS;
	padding: 0px 0px 0px 0px;
	color: Black;
	display: block;
	margin: 0px 0px 0px 0px;
}

.featuretext {
	font-size: 1em;
	padding: 5px;
	margin: 0px;
	width: 100%;
	height: 72px;
}

.homeboxtext {
	font-size: 1em;
	padding: 5px;
	margin: 0px;
	width: 100%;
}

.homeboxtext A {
	text-decoration: none;
	color: Black;
}

.homeboxtext A:hover {
	color: Blue;
}

.featurehead  {
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: White;
	padding: 3px 3px 3px 3px;
}

.featurehead A {
	text-decoration: none;
	color: White;
}

.featurehead A:active {
 text-decoration: none;
 color: White;	
}

.featurehead A:visited {
	text-decoration: none;
	color: White;
}

.featurehead A:Hover {
	text-decoration: underline;
	color: White;
}


.featureblue {
	height: 2em;
	width: 100%;
	color: White;
	background-color: #0066CC;
	margin: 0;
	padding: 0px;
	text-align: left;
}

.featureblue A {
	text-decoration: none;
	font-weight: bold;
	color: White;
	margin: 0px;
}

.featureblue A:HOVER {
	text-decoration: underline;
}

.homeblue {
	height: 2em;
	width: 100%;
	color: White;
	background-color: #0066CC;
	margin: 0;
	padding: 0px;
	text-align: left;
}

.homeblue A {
	text-decoration: none;
	font-weight: bold;
	color: White;
	margin: 0px;
}

.homeblue A:HOVER {
	text-decoration: underline;
}


.featurered {
	height: 2em;
	width: 100%;
	color: White;
	background-color: #990000;
	margin: 0;
	padding: 0px;
	text-align: left;
}

.featurered A {
	text-decoration: none;
	font-weight: bold;
	color: White;
	margin: 2px;
}

.featurered A:HOVER {
	text-decoration: underline;
}

.featuregreen {
	height: 2em;
	width: 100%;
	color: White;
	background-color: #669966;
	margin: 0;
	padding: 0px;
	text-align: left;
}

.featuregreen A {
	text-decoration: none;
	font-weight: bold;
	color: White;
	margin: 2px;
}

.featuregreen A:HOVER {
	text-decoration: underline;
}

.featurebrown {
	height: 2em;
	width: 100%;
	color: White;
	background-color: #663333;
	margin: 0;
	padding: 0px;
	text-align: left;
}

.featurebrown A {
	text-decoration: none;
	font-weight: bold;
	color: White;
	margin: 2px;
}

.featurebrown A:HOVER {
	text-decoration: underline;
}

.featureorange {
	height: 2em;
	width: 100%;
	color: White;
	background-color: #CC6600;
	margin: 0;
	padding: 0px;
	text-align: left;
}

.featureorange A {
	text-decoration: none;
	font-weight: bold;
	color: White;
	margin: 2px;
}

.featureorange A:HOVER {
	text-decoration: underline;
}





