body {
	background-image: url();
	background-repeat: repeat-x;
	background-color: #EFEFEF;
}
.ccrumb {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.regtext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #343434;
}

.regtext2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #343434;
}

.whitetext {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

.foot {
	font-size: 12px;
	font-family: Tahoma, Arial;
sans-serif;
}
ul#menu {
	width: 240px;
	list-style-type: none;
	border-top: solid 1px #17447f;
	margin: 0;
	padding: 10;
}
ul#menu ol {
	display: none;
	text-align: left;
	list-style-type: none;
	margin: 0;
	padding: 5px;
}
ul#menu li,  ul#menu a {
	font-family:  "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #17447f;
}
ul#menu li {
	border-bottom: solid 1px #17447f;
	line-height: 15px;
}
ul#menu ol li {
	border-bottom: none;
}
ul#menu ol li:before {
	content: "- ";
}
ul#menu a {
	text-decoration: none;
	outline: none;
}
ul#menu a:hover {
	color: #539dbc;
}
ul#menu a.active {
	color: #000000;
}
.nav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #052959;
	text-decoration: none;
}
.nav a:link {
	color: #052959;
	text-decoration: none;
}
.nav a:hover {
	color: #539dbc;
	text-decoration: underline;
}
.nav a:visited {
	color: #052959;
	text-decoration: none;
}