body {
	font-family: Arial, Helvetica, sans-serif;
	;
	;
	;
	;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #AFA88A;
	color: #6B6651;
	background-image: url(images/tile.gif);
	text-transform: none;
}
a:link {
	color:#000000;
	text-decoration: none;
}
a:hover {
	color: #6B6651;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
p a:link {
	color:#000000;
	text-decoration: none;
}
p a:hover {
	color: #6B6651;
	text-decoration: none;
}
p a:visited {
	color: #000000;
	text-decoration: none;
}
.list a:visited {
	color: #000000;
	text-decoration: none;
}
.list a:link {
	color:#000000;
	text-decoration: none;
}
.list a:hover {
	color: #6B6651;
	text-decoration: none;
}
.tableborder td {
	border: solid 1px #fff;
}
.heading1{
	font-size: 22px;
	color: #6E6957;
}
.whitetextlarge{
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 22px;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.whitetextlarge a:visited {
	font-size: 22px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.whitetextlarge a:link {
	font-size: 22px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.whitetextlarge a:hover {
	font-size: 22px;
	color: #46242A;
	text-decoration: none;
	font-weight: bold;
}

*.menu {
	float:left;
	position:relative;
	z-index:1;
	cursor:pointer;
	font-size:11px;
	white-space:nowrap;
	font-family: Arial, Helvetica, sans-serif;
}
*.menu:hover { 
	display: block; 
	background-color:#575A44;
}
*.menu ul {
	position:absolute;
	margin: 0;
	padding:0;
	background-color: #575A44;
}
*.menu a { 
	text-decoration:none; 
	color: white; 
}
*.menu h3 {
	float:left;
	margin: 0 5px 0 5px;
	padding: 5px;
	font-size:11px;
	font-weight:normal;
	color: white;
}
*.menu li { 
	margin:0; 
	padding: 5px 10px 5px 10px; 
	list-style-type: none; 
}

*.menu h3.hover {
	color: white;
	background: #575A44;
}
*.menu li.hover {
	background-color:#46242A;
}
*.menu ul.dropdown { top:100%;  clear:left;}
*.menu *.hidden { left:-99999px; top:-99999px; }

/* Essential styles that do not work properly in Internet Explorer 6. */

*.menu li.hover a  { color: white; }

#footertext {
	color: #FFFFFF;
	font-size: 10px;
	margin-left: 20px;
}
#footertext a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footertext a:link {
color: #FFFFFF;
	text-decoration: none;
}
#footertext a:hover {
	color: #666666;
	text-decoration: none;
}

