body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

/*  BANNER STYLE  */
#banner {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	background-color: #333399;
	height: 86px;
	z-index: 1;
}
#banner1 {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	background-color: #fff;
	height: 86px;
	z-index: 1;
}
#banner h1 {
  margin-left: 56px;
  margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 250%;
	color: #ffffff;
	font-weight: normal;
	line-height: 130%;
}

/*  NAVIGATION STYLE  */
#nav{
	position: absolute;
	top: 85px;
	left: 0px;
	color: #333399;
	background-color : #efefef;
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
	font-size: 70%;
	border-top: 1px solid #333399;
	width: 100%;
}
#nav ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 56px;
	margin-right: 0px;
	padding: 2px 0 0 0;
	z-index: 5;
}
#nav ul li {
	display: inline;
}
#nav li a{
	color: #333399;
	background-color: #efefef;
	text-decoration: none;
}
#nav li a:hover{
	color: #333399;
	background-color: #fff;
	border-bottom: 1px solid #333399;
}

/*  CONTENT STYLES  */
#content {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	line-height: 140%;
	left: 250px;
	top: 190px;
	padding-right: 160px;
	z-index: 4;
}
#content hr {
	height: 1px;
	color: #333399;
}
#content h1 {
  margin: 12pt
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color: #333399;
	font-weight: normal;
	line-height: 130%;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #333399;
	font-weight: normal;
	line-height: 115%;
}
/*#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333399;
	font-weight: normal;
	line-height: 105%;
}
#content h4 {*/
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333399;
	font-weight: bold;
	line-height: 100%;
}
#content a {
	color: #333399;
	background-color: transparent;
	text-decoration: underline;
}
#content a.textpopper {
	color: #333399;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
}
#content a:hover {
	text-decoration: underline;
}
#content a.textpopper:hover {
	text-decoration: none;
}

/* SIDE BAR STYLE  */
#sidebar {
	position: absolute;
	top: 1px;
	right: 10px;
	width: 130px;
	font-size: 70%;
	z-index: 2;
}
#sidebar div.feature {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #ffffff;
	border: 1px solid #efefef;
	margin-bottom: 10px;
	padding: 10px;
	line-height: 140%;
}
#sidebar div.feature ul{
	margin-left: -1em;
	padding-left: 1em;
	list-style-type: none
}
#sidebar div.feature ul li a{
	color: #333399;
	background-color: transparent;
	text-decoration: none;
	display: block;
	border: 1px dotted #ccc;
	line-height: 1em;
	width: 100px;
	padding: 3px;
}
#sidebar div.feature a{
	color: #333399;
	background-color: transparent;
	text-decoration: none;
}
#sidebar div.feature a:hover, div.feature a:active{
	text-decoration: underline;
	background-color: transparent;
}
#sidebar div.feature ul li a:hover {
	background-color: #efefef;
	border: 1px solid #333399;
	text-decoration: none;
}
#sidebar div.feature ul li a:active {
	background-color: transparent;
	border: 1px solid #333399;
	text-decoration: none;
}
#sidebar h1{
	font-size: 110%;
	margin: 0;
	padding: 0;
	color: #333399;
}

/*  PHOTO STYLES  */
#photo {
	position: absolute;
	left: 100px;
	top: 140px;
	z-index: 2;
	width: 216px;
	height: 162px;
}
#photo2 {
	position: absolute;
	left: 56px;
	top: 150px;
}
.brochure {
	float: left;
}

/*  FOOTER  */
#footer{
	color: #484848;
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
	font-size: 80%;
	line-height: 120%;
	border-top: 1px solid #333399;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	margin-right: 0px;
	padding: 6px 0 0 0;
}

/*  OTHER  */
.top {
	font-size: 90%;
	color: #333399;
	float: left;
}
.top a{
	color: #333399;
	background-color: transparent;
	text-decoration: none;
}
.top a:hover{
	text-decoration: underline;
}
.yourhere{
	color: #333399;
	background-color: #fff;
	border-bottom: 1px solid #333399;
	font-weight: bold;
}

/*  QLUIZPOPPER  */
.collapse {
	visibility: hidden;
	position: absolute;
}
.expand {
	visibility: visible;
	position: relative;
}
