#hometext {
	position: relative;
	display: block;
	left: 0px;
	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 3px 10px 0px;
	width: 67%;
	min-height: 300px;
}

#hometext A{
	font-weight: bold;
	text-decoration: none;
	color: #0066CC;
}

#homeboxes {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 30%;
	margin-left: 10px;
}

.homebox {
	display: block;
	border: thin solid Black;
	font-family: Trebuchet MS;
	font-size:  1em;
	padding: 0px;
	color: Black;
	margin-left: 10px;
	margin-bottom: 15px;
	width: 100%;
}

.homeboxtext {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0px;
	/*min-height: 120px;*/
	padding: 5px;
}

.homeboxtext A {
	text-decoration: none;
	color: Black;
}

.homeboxtext A:hover {
	color: Blue;
}

.newsbox {
	border: thin solid Gray;
	font-family: Trebuchet MS;
	padding: 0px 0px 0px 0px;
	color: Black;
	width: 100%;
	display: block;
	margin: 0px 0px 5px 0px;
}

.boxhead  {
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: White;
	background-color: Gray;
	padding-left: 6px;
}

.boxhead A {
	text-decoration: none;
	color: White;
	font-weight: bold;
}

.boxhead A:active {
 text-decoration: none;
 color: White;	
}

.boxhead A:visited {
	text-decoration: none;
	color: White;
}

.boxhead A:Hover {
	text-decoration: underline;
	color: White;
}


.featuretext {
	font-size: 1em;
	padding: 10px;
	margin: 0px;
	width: 100%;
}


.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;
}


.homeblue {
	height: 1.5em;
	width: 100%;
	color: White;
	background-color: #0066CC;
	margin: 0;
	padding: 0px 0px 3px 0px;
	text-align: left;
}

.homeblue A {
	text-decoration: none;
	font-weight: bold;
	color: White;
	margin: 0px;
}

.homeblue A:HOVER {
	text-decoration: underline;
}


.homered {
	height: 1.5em;
	width: 100%;
	color: White;
	background-color: #990000;
	margin: 0;
	padding: 0px 0px 3px 0px;
	text-align: left;
}

.homered A {
	text-decoration: none;
	font-weight: bold;
	color: White;
	margin: 0px;
}

.homered 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;
}





