/*
red = #770101
grey = #666666
yellow = #E2C226

*/
.homepics{
	padding: 0px;
	margin: 0px;
}

.homepics img{
	float: left;
}

.hometext{
	width: 520px;
	margin-top: 8px;
	padding: 0px;
	line-height: 125%;
	font-size: 1em;
}

.boxholder{
	width: 246px;
	margin-right:3px;
}

.boxtop{
	margin-top: 8px;
	width: 246px;
	height: 12px;
	background: url(../images/boxtop.jpg) no-repeat left top;
}

.boxmiddle{
	width: 206px;
	min-height: 150px;
	padding: 5px 20px 5px 20px;
	color:#666666;
	background: url(../images/boxmid.jpg) no-repeat left top;
	background-color:#FFFFFF;
}

.boxmiddle a {
color: #770101;
font-weight: bold;
text-decoration: none;
}

.boxmiddle a:visited {
color: #770101;
font-weight: bold;
text-decoration: none;
}

.boxmiddle a:hover {
color: #666666;
font-weight: bold;
text-decoration: none;
}

* html .boxmiddle{
	margin-top: -5px;
	height: 150px;
}

.boxbottom{
	width: 246px;
	height: 12px;
	background: url(../images/boxbottom.gif) no-repeat left top;
}

.boxmiddle ul{
font-size: 1.3em;
font-weight: bold;
color:#770101;
margin: 5px 0px 10px 20px;
list-style-image: url(../images/bullet.gif);
}

.boxmiddle li{
padding: 0px 0px 10px 10px;
}

.bannerTitle{
	margin:  60px 80px 0px 0px;
	float: right;
	color: #770101;
	font-size: .9em;
	font-weight: bold;
}

/** IE6**/
* html .bannerTitle{
	margin:  60px 40px 0px 0px;
}

/** TABLE ROWS**/

.rowdark{
background-color:#666666;
color:#CCCCCC;
padding: 5px;
}

.rowlight{
background-color:#CCCCCC;
color:#666666;
padding: 5px;
}

.yellow{
color: #E2C226;
}








