@charset "utf-8";
/* CSS Document */
html { min-height: 100%; margin-bottom: 1px; } /**scroll shift fix */
html, body { margin-top: 0px; margin-bottom: 0px; }
body {
	text-align: center;
	background-color: #330066;
	margin: 0; /* zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;

}
#Container {
	text-align: left;
	margin: 20px auto;
	width: 800px;
	background-color: #9966FF;
	position: absolute;
	top: 50px;
	left: 150px;
}
#Wrap {
	background-color:#ffffff;
	position:absolute;
	left:175px;
	top:20px;
	width:205px;
	/* height:400px; */
	z-index:1;
	padding: 10px; 
	/* height: 120px; */
}
#Logo {
	background-color:#ffffff;
	/* padding-bottom: 5px; 
	height: 120px; */
}
hr {
	color: #9966FF;
	background-color: #9966FF;
	height: 1px;
	border: none;
}
tr {
	vertical-align: top;
}
h2, .subHeading {
	font-size: 1.6em;
	font-weight:normal;
	text-align:left;
	color: #fff;
	/* padding-top: 10px */
}
h3 {
	font-size: 1.4em;
	font-weight:normal;
	text-align:left;
	color: #fff;
	/* padding-top: 10px */
}
h4 {
	font-size: 1.0em;
	font-weight: bold;
	color: #fff;
}
.h4 a:link, .h4 a:visited, .h4 a:active {
	color: #fff;
	text-decoration: underline;
}
.content {
	color: #FFF;
	line-height: 1.4em;
	font-size: 1.1em;
	padding: 10px; 
}
.content a:link, .content a:visited, .content a:active {
	color: #330066;
	text-decoration: underline;
}
.copy {
	text-align: left;	
	font-size: 1.1em;
	line-height: 1.4em;
}

img {
	border: 0px;
	padding-right: 10px;
}
.picture {
	border: solid 2px #000;
	margin-top: 5px;
}
.navLink  {
	color: #330066;
	text-align: left;
	font-size: 1.0em;
	line-height: 1.4em;
}
.navLink a:link, .navLink a:visited, .navLink a:active {
	color: #330066;
	text-decoration: none;
}
/* hide the content div */
.hide{
	display: none;
}
/* show the content div */
.show{
	display: block;
	color: #333333;

}
.footerText, .footerText a{
	color: #9966FF;
	font-size: 9px;
	text-decoration:none;
}
.footerText a:hover {
	text-decoration:underline;
}
