body,td,p {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #000;
}

/* the whole page is wrapped in the pageWrapper div*/
#pageWrapper {
	margin-left: 5px;
	margin-top: 5px;
	width: 760px;
}

#pageHeader {
	width: 100%;
	height: 90px;
}

/* this is the horizontal just under the header */
#pageTopMenu {
	margin-bottom: 15px;
}

/* all dynamic content for the non-members section is wrapped in a contents div */
#contents {
	font-size: 12pt;
	margin: 0 15px;
}

#contents p {
	font-size: 12pt;
	text-align: justify;
	margin-top: 3px;
}

#contents h1 {
	font-size: 1.5em;
	color: #016EAC;
	font-weight: bold;
	vertical-align: bottom;
	margin: 0;
	padding: 0 0 8px;
}

#contents h2 {
	font-size: 1.2em;
	color: #016EAC;
	font-weight: bold;
	vertical-align: bottom;
	margin: 0;
	padding: 10px 0 8px;
}

#contents ul {
	margin-top: 3px;
}

#contents li {
	font-size: 12pt;
	text-align: justify;
}

/* left floating images surrounded by text */
#floatingImageLeft {
	float: left;
	padding: 7px 10px 7px 0;
}

#footer {
	text-align: center;
}

#footer hr {
	width: 95%;
	height: 1px;
	color: blue;
	background-color: blue;
	margin-top: 30px;
	margin-bottom: 15px;
}

/* for the footer where it says designed by... */
#lafleurDesign {
	margin-top: 10px;
	font-style: italic;
	font-size: 0.8em;
}

#copyRight {
	margin-top: 15px;
	font-size: 0.8em;
}

.form {
	background-color: #ddd;
}

.form-header {
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
	color: #FFF;
	background-color: #016EAC;
}

.form-subheader {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	background-color: #ddd;
}

.form-field {
	background-color: #FFF;
}

.table-header {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	background-color: #DCEED4;
}

.table-mainHeader {
	font-family: arial;
	font-size: 11pt;
	font-weight: bold;
	color: #FFF;
	background-color: #237100;
}

.dropdown {
	font-family: arial;
	font-size: 10pt;
	color: #000;
}

.textfield {
	font-size: 10pt;
	color: #000;
	background-color: #FFF;
	font-family: arial;
}

.button {
	font-size: 10pt;
	background-color: #016EAC;
	color: #fff;
	font-weight: bold;
	border-color: #fff;
}

.error-message {
	font-family: arial;
	font-size: 11pt;
	color: red;
	font-weight: bold;
}

.success-message {
	font-family: arial;
	font-size: 11pt;
	color: green;
	font-weight: bold;
}

.back-link {
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}

.smaller-font {
	font-size: 8pt;
}

.blue,a:visited,.fl:visited {
	color: blue;
}

.dark-blue,.form-line {
	background-color: #016EAC;
}

.table-line,.dark-green {
	background-color: #237100;
}

a:active,.fl:active,a:hover {
	color: red;
}
