body {
	background-color: #1F1C5B;
	margin: 0px;
}
.navcontainer {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.nav {
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 14px;
	line-height: 24px;
	color: #000000;
}
a:link {
	color: #1F1C5B;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
a:visited {
	color: #1F1C5B;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
a:hover {
	color: #1F1C5B;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F1C5B;
}
a:active {
	color: #1F1C5B;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1F1C5B;
}
.text {
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 12px;
	line-height: 17px;
	color: #333333;
}
.subhead {
	font-family: "Lucida Grande", Verdana, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #AF976D;
}

