/*body formatting*/

body {
	line-height:1.5;
	font-family: "Times New Roman", Times, serif;
	}
	
/*header div formatting*/
	
#header {
	text-align:center;
	}
	
#header h1	{
		text-align:center;
		color:#000;
		font-size:18pt;
		}
	
#header h2	{
		color:#000;
		text-align:center;
		font-size:16pt;
		}
	
/*left navigation formatting*/

#leftnav {
	left:10px;
	top:180px;
	text-align:right;
	font-size: 14pt;
	}
		
#leftnav ul	{
	list-style-type:none;
	line-height:2;
	}
	
/*intro text*/

#intro	{
	border: 4px outset #CCCC99;
	padding:10px;
	}
	
/*main content div formatting*/

#maincontent {
	top:180px;
	}
	
/*right content formatting*/

#rightcontent {
	text-align:center;
	}
	
#rightcontent img	{
	padding-bottom:10px;
	}
	
/*footer div formatting*/
	
#footer	{
	text-align:center;
	}
		
#footer hr {
	clear:both;
   }

ul#textlinks li { 
  list-style: none;  
  text-align: center; 
} 

	
/*general formatting*/
	
h3	{
	color: #000;
	font-size:16pt;
	}
	
h4	{
	font-size:16pt;
	}
	
h5	{
	font-weight:bold;
	color:#393;
	font-size:14pt;
	}
	
.noscript	{
	display:none;
	}
	
a	{
	text-decoration:none;
	font-weight:bold;
	color:#990000;
	}
	
a:visited	{
	color:#996666;
	}
	
a:hover	{
	color:#990000;
	text-decoration:underline;
		}
		
p, li, td, blockquote	{
	font-size:12pt;
	}
	
strong	{
	font-weight:bold;
	font-style:normal;
	}
	
em	{
	font-weight:normal;
	font-style:italic;
	}
	
/*more specific formatting*/

.green	{
	color:#339933;
	}
	
.top	{
	text-align:right;
	}

.noncss	{
	display:none;
	}
		
.urhere	a:link	{
	color:#000000;
	text-decoration:none;
	}
		
.urhere	a:visited	{
	color:#000000;
	text-decoration:none;
	}
		
.urhere	a:hover	{
	color:#000000;
	text-decoration:none;
	}
		
.urhere	a:active	{
	color:#000000;
	text-decoration:none;
	}
	
.leftalign	{
	text-align:left;
	}
	
.rightalign {
	text-align:right;
}
	
.clear {
	clear: left;
}

.noncss	{
	display:none;
	}
	
.print	{
	display:block;
	text-align:center;
	color:#000;
	}
	
.noprint	{
	display:none;
	}
	
.nn4	{
	display:none;
	}
