#mainsail {
	clear: left;
	float: left;
	margin: 10px;
	font-family: Helvetica, Arial, sans-serif;
}

#tpl-menu {
	clear: left;
	float: left;
	margin: 10px;
	width: 160px;
}

h1 {
	float: left;
	margin: 10px;
}

h1 a {
	color: #4f5f7f;
	text-decoration: none;
}

#tpl-menu {
	width: 160px;
}

#tpl-menu ul {
	width: 160px;
	list-style-type: none;
}

#tpl-menu li {
	font-size: 0.8em;
	margin-bottom: 5px;
	list-style-type: none;
}

#tpl-menu li a {
	padding: 5px;
	text-decoration: none;
	display: block;
}

#tpl-menu li a:link {
	color: #4f5f7f;
	background-color: #dee4e8;
	border-color: #4f5f7f;
	border-style: solid;
	border-width: 1px;
}

#tpl-menu li a:visited {
	color: #354158;
	background-color: #dee4e8;
	border-color: #4f5f7f;
	border-style: solid;
	border-width: 1px;
}

#tpl-menu li.active a:visited, #tpl-menu li.active a:link {
	color: #4f5f7f;
	background-color: #ebf2f8;
	border-color: #dee4e8;
	border-style: solid;
	border-width: 1px;
}

#tpl-menu li a:hover {
	color: white;
	background-color: #4f5f7f;
	border-color: #4f5f7f;
	border-style: solid;
	border-width: 1px;
}

#tpl-menu li a:active {
	color: #4f5f7f;
	background-color: white;
	border-color: #4f5f7f;
	border-style: solid;
	border-width: 1px;
}

#tpl-menu li.scrollto {
	margin-right: 10px;
	margin-left: 10px;
	width: 140px;
	color: #4f5f7f;
	background-color: white;
}

#tpl-menu li.scrollto a:link, #tpl-menu li.scrollto a:visited {
	color: #4f5f7f;
	background-color: #ebf2f8;
	border-color: #dee4e8;
	border-style: solid;
	border-width: 1px;
}

#tpl-menu li.scrollto a:hover {
	color: white;
	background-color: #4f5f7f;
	border-color: #dee4e8;
	border-style: solid;
	border-width: 1px;
}

#listfiles {
	margin-left: 190px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 10px;
	clear: both;
	float: left;
	width: 160px;
}

#listfiles ul {
	list-style-type: none;
}

#listfiles li {
	margin-bottom: 5px;
	font-size: 0.8em;
	list-style-type: none;
}

#listfiles li a {
	background-color: #fafafa;
	display: block;
	text-decoration: none;
	padding: 5px;
}

#listfiles li a:link {
	color: #4f5f7f;
}

#listfiles li a:visited {
	color: #323c52;
}

#listfiles li a:hover {
	color: #8ca8e7;
}

#listfiles h4, #feedback h4 {
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 0.8em;
}

#feedback {
	margin: 10px;
	float: right;
	width: 280px;
}

#feedback-more {
	margin: 10px;
	float: right;
	width: 280px;
}

#feedback p {
	margin-bottom: 5px;
	font-size: 0.8em;
}

textarea#text {
	border-color: #999999;
	border-style: solid;
	border-width: 1px;
	font-family: Helvetica, Arial, sans-serif;
	padding: 5px;
	width: 268px;
}

#feedback-more p {
	font-size: 0.8em;
}

#feedback-more p {
	margin-bottom: 5px;
}

#comments {
	display: none;
}

#feedback-sent {
	display: none;
	float: right;
	width: 580px;
	margin: 10px;
}

#feedback-sent p {
	font-weight: bold;
	font-size: 0.8em;
}

#bottom {
	float: left;
	width: 960px;
	border-top-color: #e5e5e5;
	border-top-style: solid;
	border-top-width: 1px;
}

#feedback, #comments {
}

#mainsail p {
	line-height: 1.2em;
}

.cms_content a {
	text-decoration: none;
}

.cms_content a:link, .cms_content a:visited {
	color: #36729f;
}

.cms_content a:hover {
	color: #4f5f7f;
}

.cms_content a:active {
	color: #999999;
}

