@charset "UTF-8";
body {
	background: #f3fff4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
.mainhome #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f3fff4; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.mainhome #header {
	text-align: center;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.mainhome #mainContent h1 {
	font-size: 1.2em;
	font-family: Palatino, "Times New Roman";
	font-style: italic;
	font-weight: normal;
	text-align: center;
	padding-top: 0px;
	margin-top: 0px;
}
.mainhome  #mainContent {
	background-color: #FFFFFF;
}
.mainhome #header h1 {
	font-family: Palatino, "Times New Roman";
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	margin-top: 12px;
}
.mainhome #menu {
	
}
.mainhome #footer {
	padding: 3px 10px;
	background-color: #FFFFFF;
	text-align: center;
}
.fltright {
	float: right;
	margin-right: 135px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.homepanel {
	background-color: #FFFFFF;
	width: 900px;
	height: 270px;
}
.homepaneltext {
	font-family: Palatino, "Times New Roman";
	font-size: 1.3em;
	margin-left: 135px;
	padding-top: 0px;
}

#navlist li {
	display: inline;
	list-style-type: none;
	overflow: hidden;
	font-size: 0.75em;
	margin-left: 9px;
	margin-right: 9px;
}
.mainhome #navlist  a {
	text-decoration: none;
	color: #16857C;
}
.mainhome #navlist {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	margin-right: 40px;
}

.mainhome #navlist  a:hover {
	text-decoration: none;
	color: #000000;
}
.clear {
	clear: both;
}
.homethumbs {
	padding-right: 12px;
	padding-left: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mainhome #credits {
	font-size: 0.8em;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}
.linktext {
	color: #16857C;
}
a:link {
	color: #16857C;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

.copyright {
	font-size: 0.9em;
}

.mainhome #credits a {
	text-decoration: none;
	color: #16857C;
}
.mainhome #credits a:hover {
	color: #000000;
	text-decoration: none;
}
.share {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
#credits a strong{
	color: #E961FC;
}
#credits a:hover strong {
	color: #000;
}
.creditsleft {
	width: 500px;
}
