/*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;
	color: #000000;
	background-color: #FFFFFF;
	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;
	text-align: left;
	/*background-image: url(images/w-watermark.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-style: outset;
	border-width: thin;
	border-color: #b06f00;*/
}

/*banner for logo*/
.banner {
visibility: hidden;
	position: absolute;
	top: 0px; /*moved up 60 from non-print*/
	left: 0px;
	z-index: 20;
	height: 0;
/*	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 2px solid #CCCC99;
	border-bottom: 2px solid #CCCC99;*/
	}
/* only Win/IE reads * html - fix IE border bug*/
* html .banner	{
	border-bottom-width: 0px;
	}
/*nav bar*/
#nav {
visibility:hidden;
	position: absolute;
	width: 242px; /*182px+60*/
	height: 175px;
	top: 45px;
	left: 350px;
	/*border-top: 1px solid #003e69;
	border-right: 1px solid #003e69;
	background-color: #DED09F;*/
	z-index: 10;
	text-align: left;
	font-size: 14px;/*16*/
	padding-top: 56px;/*moved up 60 from non-print*/
	padding-left: 175px;
}
/* only Win/IE reads * html - fix IE border bug
changes #nav total height - not worth it
* html #nav {padding-top: 120px;} 
 */
#nav a {
	text-decoration: none;
	font-weight: bold;
	color: #003e69;
	height: 20px;
	
	padding-left: 80px; /*20pxorig+60widerPageTExt*/
	background-repeat: no-repeat;
	background-position: 60px center;/*was left - added 60left*/
	}	
#nav a:hover {
	color: #822433;
	
	}
#nav .currentPage	{
	text-decoration: underline;
	color: #003e69;
	}
#nav p	{
margin: 7px 0px 0px 0px;
}
#greenLine {
	/*background-color: #56b145;*/
	position: absolute;
	height: 425px;
	width: 1px;
	top: 146px;
	z-index: 15;
	left: 600px; /*540px+60 wider PageText*/
}

.PageText	{
	position: relative;
	margin-left: 45px;
	padding: 10px;
	width: 500px;
}

.PageTitle	{
	padding-top: 86px;/*moved up 60 from non-print*/
}
.padLeft	{
	margin-left: 5px;
	}
.padRight	{
	margin-right: 5px;
	}
.smalltext {
	font-size: 11px;
}
