body {
	background: url(images/background.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
}
.text {
	font: 12px;
	color: #333333;
	text-align: left;
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.3em;
}
.footer {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #FFFFFF;
	text-align: center;
	padding: 10px 20px;
	border-top: 1px solid #205C6D;
}
a:link {
	color: #205C6D;
	text-decoration: none;
}
a:visited {
	color: #205C6D;
	text-decoration: none;
}
a:hover {
	color: #023F53;
	text-decoration: none;
}
a:active {
	color: #205C6D;
}
h1  { font-size: 1.6em; font-weight: bold; text-transform: uppercase; }
h2  { font-size: 1.4em; font-weight: bold; }
h3  { font-size: 1.2em; font-weight: bold; }
h4  { font-size: 1em; font-weight: bold; font-variant: small-caps; }
h5  { font-size: .9em; font-weight: bold; }
h6  { font-size: .8em; font-weight: bold; }
.list {
	line-height: 2em;
	text-align: center;
	border: 1px solid #CCCCCC;
	padding: 2px 10px;
	list-style: square;
	text-decoration: none;
	color: #FFFFFF;
	background: #3F707D;
}
.pagetitle {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	background-color: #FFFFFF;
	padding-top: 10px;
}
.text ul {
	line-height: 1.5em;
}
.listnav {
	line-height: 1.5em;
	text-align: left;
	border: 1px solid #CCCCCC;
	padding: 10px;
	list-style: square;
	text-decoration: none;
}
