﻿.PageBG {
	background: ;
	background-color: #FFFFFF;
	background-image: url('../png/BG_5x1600.png');
	background-repeat: repeat-x;
	margin-top: 25px
}

/*--Site Content Same for All Pages through .Page Content Table Style CSS--*/
.TablePageBody {
				text-align: left;
				padding: 0px 0px 4px 0px;
				margin: 0px;
				width: 900px;
				background-color: #FFFFFF;
				vertical-align: top;
				font-family: sans-serif;
				border-top-style: solid;
				border-right-style: solid;
				border-left-style: solid;
				border-top-width: 3px;
				border-right-width: 3px;
				border-left-width: 3px;
				border-top-color: #91B71C;
				border-right-color: #91B71C;
				border-left-color: #91B71C;
}

.LogoImage {
				text-decoration: none;
}

/*--Top Site Navigation Bar CSS--*/
#topnav {
	padding: 0px 0px 4px 0px;
	margin: 0px;
	width: 900px;
	list-style: none;
	font-size: 14px;
	font-family: sans-serif;
	background-repeat: repeat-x;
	background-color: #666666;
	top: 100px;
	height: 35px;
	background-image: url('../png/NavBG_10x100.png');
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-color: #91B71C;
	border-left-color: #91B71C;
}

#topnav li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

#topnav li a {
	padding: 7px 12px 7px 12px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#topnav li:hover {
	padding: 0px 0px 4px 0px;
	height: 35px;
	background-image: url('../png/NavHoverBG_10x35.png');
	background-color: #91B71C;
	background-repeat: repeat-x;
}


/*--Begin the Span--*/
#topnav li span {
	padding: 10px 20px 10px 20px;
	position: absolute;
	display: none; /*--Hide by default--*/;
	background: #91B71C;
	color: #fff;
	text-align: left;
	font-size: small;
	margin-top: 9px;
}
#topnav li:hover span { display: block;  } /*--Show subnav on hover--*/
#topnav li span a {
	display: block;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	border-bottom-color: #666666;
}
/*--Since we declared a link style on the parent list link, we will correct it back to its original state--*/
#topnav li span a:hover {
	text-decoration: underline;
}
.navsubmenu {
	font-size: small;
	font-family: sans-serif;
	color: #FFFFFF;
}

.PageContentBody {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	font-family: sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #3C3C3C;
	width: 900px;
	text-align: left;
	vertical-align: top;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-color: #91B71C;
	border-left-color: #91B71C;
}

/*--Website Footer--*/
.HeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3C3C;
}
.PageFooter {
	padding: 0px;
	margin: 0px;
	background-image: url('../png/NavBG_10x100.png');
	background-repeat: repeat-x;
	width: 900px;
	height: 35px;
	text-align: center;
	vertical-align: middle;
	font-family: sans-serif;
	font-size: 12px;
	color: #3C3C3C;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-right-color: #91B71C;
	border-bottom-color: #91B71C;
	border-left-color: #91B71C;
}
