/* -------------------------------------------------- */

/* Basic page styles */
body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:visited {
	color: #00367C;
	font-weight: bold;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, fieldset legend {
	color: #00367C;
	font-weight: bold;
}
h1 {
	font-size: 1.5em;
	padding: 0px 0px 10px 0px;
}
h2 {
	font-size: 1.4em;
	padding: 9px 0px 9px 0px;
}
h3 {
	font-size: 1.3em;
	padding: 8px 0px 8px 0px;
}
h4 {
	font-size: 1.2em;
	padding: 7px 0px 7px 0px;
}
h5 {
	font-size: 1.1em;
	padding: 6px 0px 6px 0px;
}
h6, fieldset legend {
	font-size: 1em;
	padding: 5px 0px 5px 0px;
}
hr {
	border: none;
	border-top: 1px dashed #999999;
	height: 1px;
	margin: 5px 0px 5px 0px;
}
p {
	padding: 5px 0px 5px 0px;
}
ul {
	list-style-type: square;
	padding: 5px 0px 5px 20px;
}
ol {
	padding: 5px 0px 5px 25px;
}
li {
	padding: 2px;
}
td {
	padding: 5px;
}
.hide {
	display: none;
}
/* -------------------------------------------------- */

/* Styles for the layout of the page */
.header, .header-home {
	display: none;
}
.wrap, .wrapFeatures, .content-wrap {
	width: 95%;
}
/* -------------------------------------------------- */

/* Styles for templates that include navigation */
.content .nav {
	display: none;
}
.content .featured .linksArea {
	display: none;
}
.pageUpdated {
	color: #666666;
	font-size: 0.8em;
	margin-top: 10px;
	text-align: right;
}
/* -------------------------------------------------- */

/* Footer styles */
.footer-wrap {
	display: none;
}
.copyright {
	border-top: 1px solid #999999;
	color: #999999;
	font-size: 0.8em;
	margin-top: 15px;
}