

/* General definitions -------------------------------------------------------------------------------------------------------- */
	a	{
		font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
		color: #969;
		text-decoration: none;
		font-weight: normal;
		}
		
	a:hover {
		color:#636;
		text-decoration: underline;
		}
		
	p 	{	
		padding-left: 10px;
		font-size: .8em;
		color: #000;
		}

		
	h2	{
		color: #636;
		font-size:1.2em;
		font-family: Verdana, Arial, Helvetica, sans-serif ; /*Arial, Verdana, Helvetica, Geneva, sans-serif;*/
		font-weight: bold;
		padding-top: 5px;
		}
		
	h3	{
		color: #069;
		font-size:0.8em;
		font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
		font-weight: bold;
		padding: 0px;
		margin:0px;
		margin-top: 5px;
		}
	
	
	
	#filtered	{
		 display:none;
		}
		
/* Banner ----------------------------------------------------------------------------------------------------------------------*/
	#page-title {
		color: #7e547a;
		font-size: 2.0em;
		font-family: "Times New Roman", Times, serif;
		width: 375px;
		text-align: right;
		
		}
		
		
		
/* Nav-Left --------------------------------------------------------------------------------------------------------------------*/	


ul#nav {
	list-style-type: none;
	margin: 0;
	padding: 0 0;
	border-top: 0px solid #663366;
	font-size: 0.75em;
	}

ul#nav li {display:inline;} /* this gets rid of the gaps in IE */

ul#nav li a{
	display: block;
	
	color: #996699;
	padding: 8px;
	background-color: #ecdfec;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #663366;
	border-bottom: 1px solid #663366;
	
	font-weight:bold;

	}

ul#nav li a:hover{
	color: #996699;
	background-color: #ccffff;
	}


/* Sub Navigation -------------------------------------------------------------------------------------------------------------------*/	


	.heading {
		text-align: left;
		font-size: .75em;
		font-weight: normal;
		margin:10px 0px 0px 0px;
		padding:3px 0px 3px 10px;
		
		color: #fff;
		background-color: #006699;
		/*background-image:url(../images/subnav_bg.gif);
		background-repeat:no-repeat;*/
		}
	
	#subnav {
		border-bottom: 1px solid #ccffff;
		border-right: 1px solid #ccffff;
		margin:0px; 
		padding:0px;
		}
	
	#subnav ul {
		list-style-type: none;
		margin:0px;
		padding:8px 0px 10px 0px;
		}
		
	#subnav li {
		list-style-image: url(../images/subnav_bullet.jpg);
		line-height:.7em;
		margin-left:40px;
		padding:0px 0px 10px 2px;
		
		
		}
		
	#subnav a {
		font-family:Arial, Verdana, Helvetica, Geneva, sans-serif;
		font-size:11px;
		color:#006699;
		
		
		}
		
	#subnav a:hover {	
		color:#006;
		text-decoration: none;
		border-bottom: 1px dotted #006;
		}



/* THIS WAS A SUB NAVIGATION TEST WHERE THE LIST DISPLAYED INLINE AT THE TOP OF THE CONTENT AREA

#subnav {
	margin-top: 6px;
	padding:0px;
	text-align:center;
	
	border-bottom: 1px solid #006699;
	border-left: 1px solid #006699;
	border-right:1px solid #006699;
	}
 
	#subnav ul {	list-style:none;
					margin:0;
					padding:0px 3px 3px 3px;
					color:#666666;
					text-align: left;
					
				}
	
	#subnav ul li { display:inline;
					padding-left: 0px;
					padding-right: 5px;
					
					}

	
	#subnav ul li a { 	font-family:Arial, Verdana, Helvetica, Geneva, sans-serif;
						font-size:11px;
						font-weight:normal;
						padding:0px 0px 0px 0px;
						margin-left: 3px;
						color:#006699;
						text-decoration:none;
					 }
					 
	#subnav ul li a:hover {	
				color:#006;
				text-decoration: none;
				border-bottom: 1px dotted #006;
				} */
				
	
		

/* Content ---------------------------------------------------------------------------------------------------------------------*/

#content p, #content li, #content td {
		font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
		font-size: .72em;
		line-height: 1.5em;
		}

#content ul li {
		list-style-type: circle;
		margin-bottom: 5px;
		line-height: 1.2em;
		}	

		
	h2	{
		color: #636;
		font-size:1.1em;
		font-family: Verdana, Arial, Helvetica, sans-serif ; /*Arial, Verdana, Helvetica, Geneva, sans-serif;*/
		font-weight: normal;
		padding-top: 5px;
		}
		
		

	.anchor {
		margin:0px;
		padding:0px;
		font-size: .7em;
		}
	.anchor a:link, .anchor a:visited {
		text-decoration: underline;
		color:#636;
		}
	.anchor a:hover, .anchor a:active {
		text-decoration: none;
		color:#969;
		}
	
	
	
/* Footer ---------------------------------------------------------------------------------------------------------------------*/
#footer {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	background-color:#ffffff;
	}
		
#footer p {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	}
	

#pics ul {
	margin:0px 0px 5px 0px;
	padding:3px 0px 1px 0px;
	}

.pics {
	background-color: #663366;
	}
	
.pics ul {
	margin:0px;
	padding:0px;
	}
	
.pics li {
	margin:0px;
	padding:0px;
	list-style-type: none;
	display: inline;
	}