/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #535353;
}

a {
	text-decoration: none;
	color: #535353;
}

img {
	border: none;
}

.headbar {
	background-color: #514E42;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	vertical-align: middle;
}

.menu {
	background-image: url(images/stripe_back.gif);
	height: 100%;
}

.content {
	background-color: #EEEDEA;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.current {
	background-image: url(images/button_over.gif);
	width: 150px;
	height: 38px;
}

.button {
	background-image: url(images/button.gif);
	width: 150px;
	height: 38px;
}

.button:hover {
	background-image: url(images/button_over.gif);
	width: 150px;
	height: 38px;
}

/* Next Page */
.greyed {
	color: #CCCCCC;
}

.contentfoot {
	height: 13px;
	background-image: url(images/stripe_back_bot.gif);
}

.contact {
	font-size: 9px;
}