
#header { position: absolute;
	width:900px; 
	 z-index:1; 
	left: 10; 
	top: 0;
	padding-top: 10pt;
	padding-left: 10pt; 
	padding-bottom: 10pt;
	visibility: visible;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #006699;
}

#links {position: static; 
			layer-background-color: #800000; 
			margin: 20px; 
			float: right; 
			border: 2px dotted #ffcc00; 
			padding: 10px; 
			z-index: 1;
			width: 200px;
			}

#container {border-style:solid; 
			layer-border: 10px; 
			position: absolute; 
			width: 790px; 
			z-index: 1; 
			top: 0px;  
			left: 100px; 
			padding: 20px; 
			background-color:#FFFFFF;
			}


p, ul, td, ol, quicklinks{
	font-family: "verdana", Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: 130%;
}


ul, ol {list-style-position: outside;
	list-style-image: url(images/bluebullet.gif);
}
h1, h2, h3, h4, h5, h6 {font-style: bold;
           font-family: arial, sans-serif;
           color: #000000;
	
}
h1 {font-size: 180%;
      line-height: 180%;
   }
h2 {font-size: 130%;
           line-height: 160%;
}
h3 {font-size: 110%;
      line-height: 120%;
      
}
h4 {font-size: 100%;
      line-height: 100%;
}


a:active { color: #800000; text-decoration: none;}
a:link { color: #800000; text-decoration: none;}
a:hover {  color: #800000; text-decoration: underline;}
a:visited { color: #800000;  text-decoration: none;}
/*a:visited:hover { color: #800000;  text-decoration: underline;}*/
a:link:hover {  color: #800000; text-decoration: underline;} 

.menu a:active { font-family: arial, sans-serif; text-decoration: none; color: #FFFFFF; padding-left: 12px; font-weight: bold; }
.menu a:link { font-family: arial, sans-serif; color: #FFFFFF; text-decoration: none; padding-left: 12px; font-weight: bold; }
.menu a:hover { font-family: arial, sans-serif; color: #FFFFFF; text-decoration: underline; padding-left: 12px; font-weight: bold; }
.menu a:visited { font-family: arial, sans-serif;  text-decoration: none; color: #FFFFFF; padding-left: 12px; font-weight: bold; }
.menu a:link:hover { font-family: arial, sans-serif;  color: #FFFFFF; text-decoration: underline; padding-left: 12px; font-weight: bold; }