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

html { min-height: 101%; margin-bottom: 1px; } /* This forces the vertical scrollbar to appear in all pages to avoid the content shifting slightly to the left or the right when moving between pages */


body {
	font-size: 100.1%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	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 */
}
h1 {
	color: #000000;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 120%;
	padding-top: 20px;
}
h2 {
	font-size: 0.7em;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-left: 0px;
}

#container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-style: none;
}
#header {
	position: relative;
	
}
#logo {
	width: 368px;
	float: right;
	height: 80px;
}

#topnav {
	width: 300px;
	padding-top: 15px;
	position: absolute;
	left: 1px;
	top: 33px;
}

#topnav ul {
	margin: 0px;
	padding: 0px;
}
#topnav li {
	display: inline;
	padding-right: 1em;
	font-size: 0.65em;
}
#footer {
	clear: both;
}

#footer p{
	text-align: right;
	padding-bottom: 20px;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.65em;
}
#slideshow1 {
	float: left;
}
#slideshow2 {
	float: left;
}
#mainContent {
	clear: both;
	font-size: 0.65em;
}
a {
  -moz-outline: none 0;
  outline: none 0;
} /*to dissable a grey dotted line around the link when clicking a link in Firefox*/
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.blacktext {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainContent p {
	line-height: 200%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
