@charset "UTF-8";
body {
	background-image: url(../images/purplebackground.jpg);
	background-repeat: repeat;
}
h1 {
	font-size: 1.5em;
	color: #811B18;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
h2 {
	font-size: 1.3em;
	color: #663399;
	margin: 0px;
	padding-top: 0px;
	font-weight: lighter;
}

.subheading1 {
	font-size: 1.3em;
	color: #811B18;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

.subheading2 {
	font-size: .9em;
	color: #663399;
	margin: 0px;
	padding-top: 0px;
	font-weight: lighter;
}

.rightimage{
	float: right;
	border: 1px solid #666666;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.imagecaption {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 6px;
	text-align: center;
	font-size: 0.8em;
	color: #5D2E80;
	clear: right;
}

.imagecaption img{
	border: 1px solid #666666;
}

.leftimage {
	float: left;
	border: 1px solid #666666;
	margin-bottom: 6px;
	margin-left: 0px;
	clear: left;
	margin-right: 15px;
	margin-top: 6px;
}

.navtext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #663399;
	text-align: center;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 18px;
	background-image: url(../images/bottom.jpg);
	background-repeat: repeat-y;
}

.navtext a {
	color: #663399;
	text-decoration: underline;
}
.navtext  a:hover   {
	color: #660099;
	text-decoration: none;
}
.navtextcurrent {
	color: #999999;
}
.container {
	width: 842px;
	margin-top: -10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: -10px;
}
.top {
	width: 842px;
	margin-bottom: -4px;
	height: 293px;
}
.bodybackground {
	background-image: url(../images/middle.jpg);
	background-repeat: repeat-y;
	clear: none;
	float: left;
	margin-top: 0px;
}
.leftnav {
	clear: none;
	float: left;
	width: 150px;
	padding-left: 45px;
}
.homebody {
	background-image: url(../images/middle.jpg);
	background-repeat: repeat-y;
	clear: right;
	float: none;
	margin-right: 41px;
}

.hometext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #666666;
	padding-top: 0px;
	padding-bottom: 20px;
	background-image: url(../images/middle.jpg);
	background-repeat: repeat-y;
	float: none;
	clear: both;
	padding-left: 220px;
	padding-right: 86px;
}

.pagebody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	color: #666666;
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
	clear: right;
	padding-left: 20px;
	padding-right: 96px;
	width: 520px;
	background-repeat: repeat;


}

.middle {
	background-image: url(../images/greenbknd.jpg);
	background-repeat: repeat-y;
	padding-top: -10px;
	padding-bottom: -10px;
	height: 35px;
}
.bottom {
	background-repeat: repeat-y;
	background-image: url(../images/bottom.jpg);
	clear: both;
}
.smalltext {
	font-size: 0.7em;
}
a {
	color: #811B18;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a:visited {
color:#660099
}