@charset "UTF-8";
body {
	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: #333333;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.tempmain #container {
	width: 810px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.tempmain #mainContent {
	text-align: center;
	background-image: url(images/iStock_000007851562XSmall.jpg);
	background-repeat: no-repeat;
	background-position: 0px 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 300px;
	border: 1px solid #999999;
}
h1 {
	font-size: 1.2em;
	margin-top: 0px;
	color: #0281aa;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: 1.5em;
	margin-top: 0px;
	color: #0281aa;
}
.contactfooter {
	font-size: 0.9em;
}
.bold {
	font-weight: bold;
}
a:link {
	color: #0281aa;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #0281aa;
	text-decoration: none;
}
.linktext {
	color: #0281aa;
}
.scroller {
	margin-left: -300px;
}

