@charset "utf-8";/* CSS Document */
#containermain
 {
	width: 896px;
	margin-right: 1px;
	margin-left: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #cecece;
	border-left-color: #cecece;
	height: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
}
#topbg {
	background-image: url(images/topbg.png);
	height: 12px;
	width: 900px;
	background-repeat: no-repeat;
}
#bottombg {
	background-image: url(images/bottombg.png);
	height: 12px;
	width: 900px;
	background-repeat: no-repeat;
	font-size: x-small;
}
#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	float: none;
}
#banner
 {
	width: 220px;
	height:80px;
	float: left;
	background-color: #FFFFFF;
}
#horinav
 {
	width: 600px;
	height:80px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-align: right;
	margin-top: 0px;
	margin-right: 20px;
	color: #666666;
	background-color: #FFFFFF;
}
#slideshow {
	float: right;
	height: 200px;
	width: 700px;
	margin-top: 20px;
	margin-right: 20px;
	background-color: #FFFFFF;
}
#vertnav {
	float: left;
	height: 200px;
	width: 125px;
	margin-right: 20px;
	margin-top: 20px;
	background-color: #FFFFFF;
}
#breadcrumb {
	float: left;
	width: 876px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cecece;
	border-bottom-color: #cecece;
	margin-top: 10px;
	color: #3194B8;
	text-align: right;
	padding-right: 20px;
	background-color: #FFFFFF;
}
#welcomebox {
	margin: 20px;
	width: 846px;
	line-height: 20px;
	float: left;
	background-color: #FFFFFF;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #51A3C3;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#footer {
	text-align: center;
	width: 896px;
	font-size: x-small;
}
body {
	background-image: url(images/pagebg.gif);
	background-repeat: repeat-x;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
a:link {
	color: #51A3C3;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #51A3C3;
}
a:hover {
	text-decoration: underline;
	color: #51A3C3;
}
a:active {
	text-decoration: none;
	color: #51A3C3;
}
