body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #DDE6F7;
	height: 100%;
	font-size: 100%;

}
.Content {
	margin: 1% auto 0;
	width: 900px;
	height: 1000px;
	background-color: #FFFFFF;
	border: 1px none #669933;
}
.NavBar {
	background-color: #FFFFFF;
	height: 3%;
	padding-top: 1%;
	padding-bottom: 1%;
	margin-top: 0;
	margin-bottom: 0;
	border: 1px none #669933;
	margin-left: 12px;
}
.Heading {
	background-color: #FFFFFF;
	height: 100px;
	text-align: left;
	z-index: 3;
	margin-left: 41%;
	vertical-align: text-bottom;
	padding-top: 1%;
	border: 1px none #669933;

}
.ContentText {
	width: 90%;
	background-color: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1%;
	display: block;
	border: none;
}
.ContentFlash {
	background-color: #FFFFFF;
	text-align: center;
}
.VT {
	font-family: "Times New Roman", Times, serif;
	font-size: 60%;
	color: #4367C5;
	font-weight: normal;
}
.I {
	font-family: "Times New Roman", Times, serif;
	color: #339933;
	font-style: italic;
	font-weight: normal;
}
.PhoneNumber {
	text-align: right;
	float: right;
	font-weight: bold;
	color: #339933;
	padding-right: 8%;
	padding-top: 5%;
	font-size: 120%;
}
img {
	border: none;
}
.PageTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	color: #4367C5;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	vertical-align: top;


	}
a:link {
color: Blue;
text-decoration: underline;
}
a:visited{
	color: #339933;
}
a:active{
	color: #6f6dd9;
}
a:hover{
	color: #339933;
	text-decoration: none;

}
.ContentHeading {
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
	color: #339933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.HeadingLogo {
	background-color: #FFFFFF;
	height: 120px;
	text-align: left;
	border-top: 1px none #669933;
	border-right: 1px none #669933;
	border-bottom: 1px solid #669933;
	border-left: 1px none #669933;
	z-index: 5;
	float: left;
	width: 40%;
	padding: 1% 1% 1% 2%;

}
.VIT {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #4367C5;
	font-weight: bold;
}


.SiteName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4367C5;
	font-weight: bold;
	text-align: left;
	float: left;


}
.SitePhone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4367C5;
	font-weight: bold;
	text-align: right;
	float: right;

}
.SiteTD {
	color: Navy;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #339933;
	border-right: 1px none #339933;
	border-bottom: 1px solid #339933;
	border-left: 1px none #339933;
	display: table-cell;



}
.SiteTD2 {
	color: Navy;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px none #339933;
	border-right: 1px none #339933;
	border-bottom: 1px solid #339933;
	border-left: 1px none #339933;
	display: table-cell;

}
.ContentTextWrapper {
	background-color: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border: 1px none #669933;
	padding-bottom: 5%;
	width: 900px;


}
.VITWrapper {
	text-align: right;
	padding-right: 30px;
	font-size: 60%;
	color: #4367C5;
	vertical-align: bottom;




}
.HeadingBottomRight {
	background-color: #FFFFFF;
	height: 20px;
	text-align: right;
	border-top: 1px none #669933;
	border-right: 1px none #669933;
	border-bottom: 1px solid #669933;
	border-left: 1px none #669933;
	z-index: 3;
	margin-left: 41%;
	vertical-align: text-bottom;
	padding-bottom: 1%;
	padding-right: 5%;
}
/** Navbar styless**/
#menu {
	width: 100%;
	background: #FFFFFF;
	float: right;
	font-size: 90%;
	line-height: 140%;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 125px;
}

#menu a, #menu h2 {
	display: block;
	margin: 0;
	/*padding: 2px 3px;*/
	z-index: 50;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	line-height: 140%;*/
	border: 1px solid Navy;
	background-color: #DDE6F7;
}

#menu h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	line-height: 140%;
	color: Navy;
	background: #DDE6F7;
}

#menu a {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	/*font-size: 100%;
	line-height: 140%;*/
	color: Navy;
	background: #DDE6F7;
	text-decoration: none;
}

#menu a:hover {
	color: #339933;
	background: #DDE6F7;
	
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
	width: 220px;
