/*use id (#) if one unique div exists, otherwise use class (.)*/
/*html tags*/
HTML {scrollbar-base-color: #003e69;}

body {
	font-family: Franklin Gothic, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #f2f3f3;
	text-align:center; /* for IE */ 
	min-width: 600px; /*fix for Mozilla*/
	margin:auto; /* for the rest */ 
		}
a {
	color: #000000;
	}
h1	{
	font-size: 150%;
}
h2	{
	font-size: 125%;
	}
li	{
	list-style-type: square;
	margin-left: -10px;
	margin-bottom: 10px;
	}
hr {
	border: 1px solid #003C69;
}
/*centering container for all pages*/
#wrapper	{
	position: relative;
	width:800px;
	min-height: 600px;
	margin: 10px auto;
	padding: 0px 5px;
	text-align: left;
	background-color:#FFFFFF;
}

/*banner for logo*/
.banner {
	position: absolute;
	top: 60px;
	left: 0px;
	z-index: 20;
	}

/*nav bar*/
#nav {
	position: absolute;
	width: 182x; 
	height: 175px;
	top: 45px;
	left: 350px;
	z-index: 10;
	text-align: left;
	font-size: 14px;
	padding-top: 116px; /*was 116 remove 60 because of .banner changed from to 0*/
	padding-left: 255px; 
}

#nav a {
	text-decoration: none;
	font-weight: bold;
	color: #003d68;
	height: 20px;
	border-bottom: 1px solid #003e69;
	/*padding-left: 80px; */
	display: block;
	}	
#nav a:hover {
	color: #822433;
	text-decoration: underline;
	}
#nav .currentPage	{
	color: #822433;
	}
#nav p	{
margin: 7px 0px 0px 0px;
}
#greenLine {
	
	background-color: #003d68;
	position: absolute;
	height: 425px;
	width: 1px;
	top: 161px;/*was 146 all moved up 60, add 10*//*2nd round: moved back down 60*/
	z-index: 15;
	left: 600px; /*540px+60 wider PageText*/
}

.PageText	{
	position: relative;
	margin-left: 45px;
	padding: 10px;
	width: 500px;
}

.PageTitle	{
	padding-top: 146px; /*was 146 removed 60 for change of .banner from 60 to 0)*/
}
.padLeft	{
	margin-left: 5px;
	}
.padRight	{
	margin-right: 5px;
	}
.smalltext {
	font-size: 11px;
}
