@charset "utf-8";
.floatLeft {
	float: left;
	padding-right: 5px;
}

.floatRight {
	float: right;
}

.imagecenter {
	margin-right: auto;
	margin-left: auto;
}

.boldgreenCenter {
	font-weight: bold;
	text-align: center;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #57805b;
	background-color: #57805b;
}
/* CSS Document */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #57805b;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #B87070;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B87070;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #57805B;
	font-weight: bolder;
	padding: 0px;
	margin: 0px;
}
#navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #57805B;
}
#navbar a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B87070;
	text-decoration: none;
}
#navbar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}
#navbar a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CE9B9B;
	text-decoration: none;
}

link {
	font-family: Arial, Helvetica, sans-serif;
	color: b97878;
}
a:link {
	color: #B87070;
	font-weight: bold;
}
a:visited {
	color: #57805b;
	font-weight: bold;
}
a:hover {
	color: #FFCC33;
	font-weight: bold;
}
.boldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #B00B1C;
}
.redaccent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #B00B1C;
	font-style: italic;
}

.content2ndPages {
	background-color: #FFF;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.accentbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #57805B;
}
.textcenter {
	text-align: center;
}

