body {
	background-color: #FFFFFF;
	background-image: url(../images/whitebrickbkgd.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#name {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	margin-top: 0px;
}
#homenav {
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	line-height: 20px;
	}
	
#homenav a span {display: none;}

#homenav a:hover span {
	display: block;
	z-index: 100;
	color: #426330;
	background: #FFFFFF;
	font: 12px "Comic Sans MS", Verdana, Arial;
	width: 300px;
	position: absolute;
	left: 0;
	top: 160px;
	padding-left: 15px;
	border: 1px dotted #426330;
}
   
.navPink {
	color: #AB5D5F;
}
.navPink a:link {
	color: #AB5D5F;
	text-decoration: none;
	background-color: #E7CFC7;
}
.navPink a:visited {
	color: #AB5D5F;
	text-decoration: none;
	background-color: #E7CFC7;
}
.navPink a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #AB5D5F;
}
.navPink a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #AB5D5F;
}

.navBrown {
	color: #996633;
}
.navBrown a:link {
	color: #996633;
	text-decoration: none;
	background-color: #E3C9AE;
}
.navBrown a:visited {
	color: #996633;
	text-decoration: none;
	background-color: #E3C9AE;
}
.navBrown a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #996633;
}
.navBrown a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #996633;
}

.navBlue {
	color: #3A5778;
}
.navBlue a:link {
	color: #3A5778;
	text-decoration: none;
	background-color: #A9BED6;
}
.navBlue a:visited {
	color: #3A5778;
	text-decoration: none;
	background-color: #A9BED6;
}
.navBlue a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3A5778;
}
.navBlue a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3A5778;
}

.navTan {
	color: #996633;
}
.navTan a:link {
	color: #996633;
	text-decoration: none;
	background-color: #E8D6AC;
}
.navTan a:visited {
	color: #996633;
	text-decoration: none;
	background-color: #E8D6AC;
}
.navTan a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C89D3D;
}
.navTan a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C89D3D;
}

.navPurple {
	color: #795573;
}
.navPurple a:link {
	color: #795573;
	text-decoration: none;
	background-color: #CAB5C7;
}
.navPurple a:visited {
	color: #795573;
	text-decoration: none;
	background-color: #CAB5C7;
}
.navPurple a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #795573;
}
.navPurple a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #795573;
}

#current {
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 12px;
	color: #3A5778;
	text-align: center;
	padding: 10px;
	width: 300px;
	margin-top: 30px;
	margin-bottom: 10px;
	border: 1px dashed #996633;
	float: right;
	clear: right;
	display: block;
}
.heading1 {
	font-size: 16px;
	font-weight: bold;
}
.checkbelow {
	font-size: 11px;
	font-style: italic;
}
.updatetxt {
	color: #AB5D5F;
	text-align: left;
}
#moreinfo {
	font-family: "Comic Sans MS", Verdana, Arial;
	color: #3A5778;
	text-align: center;
	width: 475px;
	margin-right: auto;
	margin-left: auto;
}
.copy1 {
	font-size: 12px;
}
a:link {
	color: #996633;
	text-decoration: underline;
}
a:visited {
	color: #C89D3D;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.copysmall {
	font-size: 10px;
}
hr {
	border: 1px dotted #996633;
}
#homeinfo {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 650px;
}
#welcome {
	float: left;
	padding: 40px 15px 15px;
	width: 250px;
	text-align: left;
	font-family: "Comic Sans MS", Verdana, Arial;
	color: #795573;
	font-size: 12px;
	display: block;
	clear: left;
}
#homefooter {
	font-family: "Comic Sans MS", Verdana, Arial;
	color: #3A5778;
	text-align: center;
	width: 800px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
#namesub {
	background-image: url(../images/sub_graphic.gif);
	background-repeat: no-repeat;
	text-align: center;
	clear: both;
	height: 105px;
	width: 478px;
	z-index: 100;
	margin-right: auto;
	margin-left: auto;
}
#pagetitle {
	font-family: "Comic Sans MS", Verdana, Arial;
	font-size: 16px;
	font-weight: bold;
	color: #795573;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 800px;
}
#content {
	font-family: "Comic Sans MS", Verdana, Arial;
	display: block;
	width: 700px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	color: #3A5778;
}
