body {
	color: #666;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat;
	background-color: #C4CAF5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#wrapper {
	text-align: left;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
}
#header {
	margin-top: 0px;
	height: 260px;
	text-align: center;
}
#logo {
	height: 35px;
	padding-top: 0px;
	text-align: center;
	width: 900px;
	background-color: #C4CAF5;
	border-bottom-width: 2px;
	border-bottom-style: groove;
	border-bottom-color: #CCC;
}
#content {
	border-right-width: 2px;
	border-left-width: 2px;
	width: 900px;
	border-bottom-width: 2px;
	height: auto;
	font-size: 11px;
}
#mainColumn {
	float: left;
	width: 670px;
	height: auto;
	margin-top: 15px;
	font-size: 12pt;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
#rightColumn {
	float: left;
	width: 142px;
	margin-right: 4px;
	margin-top: 15px;
	height: 900px;
	padding-top: 10px;
}
#prefooter {
	clear: both;
	font-size: 9px;
	color: #666;
	text-align: left;
	background-color: #FFF;
	padding: 2px;
}

#footer {
	clear: both;
	font-size: 10px;
}
a {
	font-weight: bold;
}
a:link {
	color: #5869E2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5869E2;
}
a:hover {
	text-decoration: none;
	color: #2940DA;
}
a:active {
	text-decoration: none;
	text-align: left;
}
h1 {
	font-size: 14pt;
	color: #5869E2;
	text-align: left;
	font-weight: bold;
}
h2 {
	font-size: 12pt;
	color: #666;
	font-weight: bold;
}
h3 {
	font-size: 11pt;
	color: #666;
	font-weight: bold;
}

p {
	font-size: 14px;
	line-height: normal;
}
.text {
	font-size: 14px;
}
.highlightBlue {
	font-size: 12px;
	color: #5869E2;
}
.highlightBlue2 {
	font-size: 14px;
	color: #5869E2;
}
.businessURL {
	font-size: 10pt;
	color: #C36;
	font-weight: bold;
}
.CopyrightFooter {
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	clear: both;
	color: #5869E2;
}
.footertext {
	font-size: 12px;
	text-align: center;
	color: #666;
	font-weight: bold;
}
.leftPhoto {
	float: left;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin-right: 30px;
	margin-left: 4px;
}
.centerImage {
	margin-left: 200px;
	padding-bottom: 18px;
	padding-top: 10px;
}
#slideshow {
	position:relative;
	height:250px;
}

#slideshow IMG {
	position:absolute;
	top:1px;
	left:0;
	z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
