BODY {
	font-family: "Lucida Grande", "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 10px;
	color: #31332D;
}

h1 {
	color: #8F9285;
	font-size: 17px;
}
a {
	color: #31332D;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	background: #6C7263;
}
td.vdivider {
	background-image: url(/img/divider_1_1.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.message {
	background-color: #ffff66;
	border: 1px dashed #aaaa33;
	padding: 5px;
}
#menu {
	background: #ffffff;
	font-size: 10px;
}

#menu ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li {
	margin-top: 4px;
}
/* style, color and size links and headings to suit */
#menu a, #menu h2 {
	display: block;
	margin: 0;
	padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
	color: #31332D;
	text-decoration: none;
}

#menu a:hover {
	color: #ffffff;
	background: #6C7263;
}

#menu a.selected {
	color: #ffffff;
	background: #6C7263;		
}

#contact {
	color: #31332D;
	font-size: 9px;
	font-weight: bold;
}
#contact ul { /* remove bullets and list indents */
	list-style: none;
	margin: 0;
	padding: 0;
}
#contact li {
	margin-top: 4px;
}
#contact a {
	color: #8F9285;
	text-decoration: none;
}

#contact a:hover {
	color: #ffffff;
	background: #6C7263;
}
hr {
	border: 0;
	height: 1px;
	color: #B4B1B0;
	background-color: #B4B1B0;
	width: 98%;
}