.topImg
{
	position: absolute;
	top: 10px;
	left: 5px;
	width: 150px;
	padding: 1px;
	text-align: center;
}

.topBanner
{
	position: absolute;
	top: 0px;
	left: 160px;
	width: 80%;
	height: 100px;
	color: #b0c4de;
	background: #FFFFFF;
	text-align: center;
}

.menuHead
{
	background-image: url(/images/menu_head.png);
	background-repeat: no-repeat;
	background-position: top center;
	color: #b0c4de;
	font-size: 14px;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border: none;
	width: 100%;
	display: block;
}

.mainNavContainer
{
	position: absolute;
	top: 150px;
	left: 5px;
	text-align: center;
	width: 150px;
	border: none;
}

.leftContactInfo
{
	position: absolute;
	top: 445px;
	left: 5px;
	width: 150px;
	border: none;
	font-size: 12px;
	font-family: courier;
	color: blue;
	background-color: #F8F8FF;

}

.navButton a {
	color: #b0c4de;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border: 3px outset #C0C0C0;
	background-color: #0033cc;
	display: block;
	width: 130px;
	padding: 5px 3px 3px 3px;
	margin: 2px;
	
}

.navButton a:hover {
	background-color: #b0c4de;
	color: #0033cc;
	padding: 5px 3px 3px 3px;
	border: 3px inset #C0C0C0;
}

.pageContainer
{
	position: absolute;
	top: 150px;
	left: 160px;
	width: 83%; /*old 85%*/
	height: 100%;
	border: none;
}

/*List rules*/

ul.disc {list-style-type: disc;}
ul.circle {list-style-type: circle;}
ul.square {list-style-type: square;}
ul.none {list-style-type: none;}

/*End List Rules*/

/*paragraph Rules*/
p.sheader  /*section header*/
{
	color: #0033CC;
	font-size: 14pt;
	text-align: center;
	margin: 2px;
}

p.instructions  /*section instructions */
{
	font-size: 10pt;
	text-align: center;
}

p.pageTitle
{
	color: #0033CC;
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}
