	/* anchors */

A:link {color: #0033CC;}
A:visited {color: #333366;}
A:active {color: #666699;}
A:hover {color: #CC9900;}
	/* definition lists */
DL
	{
	font-family: verdana, arial, geneva, helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 0px;
	}
	
DT
	{
	font-weight: bold;
	}
	
DL DL DT
	{
	font-weight: normal;
	font-style: italic;
	}
	
DD
	{
	margin-left: 15px;
	margin-bottom: 6px;
	}
	
	
	/* headings */
H1,H2,H3,H4,H5,H6
	{
	font-family: georgia, times, times new roman, serif;
	margin-top: 5px;
	margin-bottom: 0px;
	}
	
H1,H3,H5
	{
	font-weight: bold;
	}
	
H2,H4,H6
	{
	font-style: italic;
	}

H1,H2
	{
	font-size: 22px;
	}
	
H3,H4
	{
	font-size: 20px;
	}

H5,H6
	{
	font-size: 18px;
	}

	
	/* lists items */
LI
	{
	margin-top: 5px;
	margin-bottom: 6px;
	}
	
	
	/* ordered lists */
OL
	{
	font-family: verdana, arial, geneva, helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin-top: 5px;
	margin-bottom: 10px;
	}

OL OL
	{
	list-style-type: upper-alpha;
	}
	
OL OL OL 
	{
	list-style-type: decimal;
	}

OL OL OL OL
	{
	list-style-type: lower-alpha;
	}
	

	/* paragraphs */
P
	{
	font-family: verdana, arial, geneva, helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin-top: 5px;
	margin-bottom: 10px;
	}

TD
	{
	font-family: verdana, arial, geneva, helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin-top: 5px;
	margin-bottom: 10px;
	}
	/* unordered lists */
UL
	{
	font-family: verdana, arial, geneva, helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin-top: 5px;
	margin-bottom: 10px;
	list-style-type: disc;
	}

UL UL
	{
	list-style-type: circle;
	}
	
UL UL UL 
	{
	list-style-type: square;
	}
	
UL UL UL UL
	{
	list-style-type: disc;
	}
	

/* GENERIC CLASSES */

.caption
	{
	font-family: verdana, arial, geneva, helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	margin-top: 2px;
	}

.copyright P
  	{
	font-family: verdana, arial, geneva, helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #FEE4A7;
	padding-left: 10px;
	}

.formRequired {
	color: #cc0000;
	font-weight: bold;
	}
	
	
.p	{
	font-family: verdana, arial, geneva, helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin-top: 5px;
	margin-bottom: 10px;
	}
	
.quote
	{
	font-family: verdana, arial, geneva, helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	margin-left: 15px;
	}


.quoteatt
	{
	font-family: verdana, arial, geneva, helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	}

	
/* SPECIFIC CLASSES AND DIVs */



.content {   /* See highpass.css for NN6+ styles */
	position: absolute;
	top: 100px;
	left: 154px;
	width: 70%;
	padding-top: 35px;
	padding-left: 7px;
	margin-left: 15px;
	background-color: #ffffff;
	z-index: 2;
	border: none;
	}
	
.content P {
	font-size: 11px;
	}
	

/* LEFTNAV */
	
	.leftnav {
		position: absolute;
		left: 0px;
		top: 127px;
		width: 150px;
		z-index: 3;
		border-left: 10px solid #333366;
		background-color: #cc9900;
		}
	
	.leftnav P {
		font-family: arial, verdana, sans-serif;
		font-size: 11px;
		line-height: 14px;
		font-weight: bold;
		color: #ffffff;
		padding-bottom: 0px;
		padding-top: 0px;
		padding-left: 7px;
		}
	
	.leftnav A:link {color: #ffffff; background-color: #cc9900; text-decoration: none;}
	.leftnav A:visited {color: #ffffff; background-color: #cc9900; text-decoration: none;}
	.leftnav A:active {color: #ccffff; background-color: #cc9900; text-decoration: none;}
	.leftnav A:hover {color: #0033CC; background-color: #cc9900; text-decoration: none;}
	
	.leftnavSection {
		background-color: #ffffcc;
		color: #000000;
		width: 150px;
		padding-bottom: 3px;
		padding-top: 3px;
		}
		
	.leftnavSection P {
		color: #000000;
		}
		
	.leftnavSection A:link {color: #000000; background-color: #ffffcc;}
	.leftnavSection A:visited {color: #333366; background-color: #ffffcc;}
	.leftnavSection A:active {color: #0033CC; background-color: #ffffcc;}
	.leftnavSection A:hover {color: #0033CC; background-color: #ffffcc;}
	.leftnavSection A:visited:hover {color: #0033CC; background-color: #ffffcc;}

.logo {
	position: absolute;
	top: 0px;
	left: 419px;
	z-index: 1;
	}
	
.topLeftPhoto {
	position: absolute;
	top: 0px;
	left: 0px
	z-index: 1;
	}

.topCenterPhoto {
	position: absolute;
	top: 0px;
	left: 228px;
	z-index: 3;
	}

.topnav {
	position: absolute;
	top: 95px;
	left: 0px;
	z-index: 5;
	border-left: 5px solid #333366;
	}



