@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	background-color:#FFFFFF;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-stretch:semi-expanded;
	line-height: 150%;
	margin-top: 6px;
	margin-bottom: 12px;
}

td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-stretch:semi-expanded;
	line-height: 150%;
	margin-top: 6px;
	margin-bottom: 12px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-stretch:semi-expanded;
	font-size: 24px;
	color: #006600;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-stretch:semi-expanded;
	font-size: 18px;
	color: #006600;
}

.picTable {
	margin: 1px;
	padding: 1px;
	float: left;
	border: 1px solid #CED83B;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
	margin-right: 12px;
}
.sideNav /* side navigation link settings */
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFCC;
	text-align: left;
	margin: 2px;
	padding: 2px;
	border: 1px solid #009342;
}
.tagLine {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #006600;
	text-align: center;
	margin: 8px;
}

.sideNav a:link {
 	text-decoration:none;
	color:#006600;
}

.sideNav a:hover {
 	text-decoration:underline;
	color:#FF0000;
}

.sideNav a:active a:visited {
 	text-decoration:none;
	color:#006600;
}
/* end side navigation settings */


/* main navigation settings */

.mainNav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FFFFFF;
	text-align: left;
	margin: 2px;
	padding: 2px;
}
.mainNav a:link {
 	text-decoration:none;
	color:#006600;
}
.mainNav a:hover {
 	text-decoration:underline;
	color:#FF0000;
}

.mainNav a:active a:visited {
 	text-decoration:none;
	color:#006600;
}

