

A.menuItem:link, A.menuItem:visited, A.menuItem:active {
	text-decoration: none;
	color: #666633;
	font-weight: bold;
}

A.menuItem:hover {
	color: #3399CC;
}

A.menuItemSub:link, A.menuItemSub:visited, A.menuItemSub:active {
	text-decoration: none;
	color: #666633;
	font-weight: normal;
}

A.menuItemSub:hover {
	color: #3399CC;
}

#menu {
        position: relative;
        float: left;
	left: 0px;
	top: 20px;
	width: 180px;
}

.menuBar {
        position: relative;
        float: left;
	left: 20px;
	width: 160px;
	height: 1px;
	background-color: #CCCC99;
}

.menuItem {
	position: relative;
	float: left;
	left: 20px;
	width: 180px;
	height: 25px;
	line-height: 25px;
	color: #666633;
	font-size: 11px;
	font-weight: bold;
}

.menuItemSub {
  position: relative;
  float: left;
	left: 20px;
	width: 180px;
  height: 15px;
  line-height: 15px;
  margin-bottom: 5px;
	color: #666633;
	font-size: 11px;
	font-weight: bold;
}

A.menuSelected {
  position: relative;
  float: left;
	left: 20px;
	width: 180px;
  height: 25px;
  line-height: 25px;
	font-size: 11px;
	font-weight: bold;
  color: #336699;
}

A.menuSelectedSub {
  position: relative;
  float: left;
	left: 20px;
	width: 160px;
  height: 15px;
  line-height: 15px;
  margin-bottom: 5px;
	font-size: 11px;
	font-weight: normal;
  color: #336699;
}

.menuItemSub {
	font-weight: normal;
}

#flashBox {
        position: relative;
        float: left;
	left: 0px;
	top: 20px;
	width: 740px;
	height: 300px;
}


.featureBox {
        position: relative;
        float: left;
	left: 0px;
	top: 20px;
	background-color: #FFFFFF;
	width: 230px;
	height: 230px;
}

.featureImageBox {
	display: inline;
	float: right;
	width: 85px;
	height: 85px;
	margin: 0px 0px 5px 8px;
	background-image: url('../images/featureShadow.png');
	background-repeat: no-repeat;
}

#featureTwo {
	left: 25px;
}

#featureThree {
	left: 50px;
}

.featureText {
        position: relative;
        float: left;
	left: 10px;
	top: 10px;
	width: 210px;
	height: 250px;
	background-color: #FFFFFF;
}

.featureTitle {
	font-size: 14px;
	color: #336699;
	line-height: 18px;
	margin-bottom: 4px;
}

.featureCopy {
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}

