BODY {
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size:11px; 
	line-height:18px; 
	margin:0;
	background-color: #996633; 
	background: #996633 url("../images/background.jpg") center top repeat-y;
}

TD {
	font-family: verdana,arial,helvetica,sans-serif; 
	font-size:11px; 
	line-height:18px;
	color:000000;
}

A:link {
	text-decoration:none; 
	color:996633;
}

A:visited {
	text-decoration:none;
	color:996633;
}
A:active {
	text-decoration:none;
	color:996633;
}

A:hover {
	text-decoration:underline;
	color:996633
}

.small {
	font-size:10px;
	margin-bottom: 5px;
}

.heading {
	font-size:20px;
	font-family: "trebuchet MS", tahoma, arial, helvetica, sans-serif;
	font-weight: bold;
	color:996633;
	line-height: 28px;
 	margin-top: 8px;
	margin-bottom: 10px;
}

.headertop
{
	position:absolute;
	left:0px;
}


.sectionLinks a {
	display: block;
	background-image:  url("../images/menunotselected.jpg");
	font-size: 10px;
	font-weight: bold;
	line-height: 30px;
	height:30px;
	width: 190px;
	font-family: Verdana, Arial, Verdana, Helvetica, sans-serif;
	color: #996633;
	text-decoration: none;
	text-align:left;
	text-indent: 10px;
	border: 0px;
}

.sectionLinks a:hover {
	display: block;
	background-image:  url("../images/menuselected.jpg");
	font-size: 10px;
	font-weight: bold;
	line-height: 30px;
	height:30px;
	width: 190px;
	font-family:Verdana, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-align:left;
	text-indent: 10px;
	border: 0px;
}

.sectionLinks a.selected {
	display: block;
	background-image:  url("../images/menuselected.jpg");
	font-size: 10px;
	font-weight: bold;
	line-height: 30px;
	height:30px;
	width: 190px;
	font-family:Verdana, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-align:left;
	text-indent: 10px;
	border: 0px;
}

UL {
	text-align: left;
	margin-left:17px;
	list-style-type: square;
}

.float {
	position: relative;
	float: left;
	width: 120px;
	height: 130px;
	background-repeat: no-repeat;
	background-position: center 10px;
	color: #996633;
	text-align: center;
	font-size:10px;
	line-height: 220px;
	cursor: pointer;
	cursor: hand;
	margin: 0px 5px 15px 10px;
	overflow: hidden;
}