/*CSS Styles*/

/*Main Content: Font Format and Line Spacing*/

h1	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#2A2B53;
	background:transparent;
	margin:0px 0px 0px 2px;
	padding: 0px;
	}
	
h2 	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.25em;
	background: transparent;
	margin: 0px 0px 0px 5px;
	padding: 0px;
		}
		
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #314510;
	background: transparent;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	}

h4	{ 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 5px;
	padding: 0px;
     }	


h5 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: #2A0000; 
	background: transparent;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	}
		
h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #963; 
	backgound: transparent;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	}
	
	
p		{
	line-height:1.2em;
	font-size: 1.1em;
	margin:0px 5px 0px 10px;
	padding:0;
		}
		
		
/*Font Format for Photo Captions and Credits*/				
.caption 	{
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: small;
			}
			

/*Color of visited links in body*/

a:visited	{
	color:#993300;;
			/*color: #695230;*/
			}
					
		
/*Colored Text*/
.whitefont	{
			color:#FFFFFF;
			}
			
.brownfont	{
			color:#695230;
			}
			
.darkgreenfont	{
				color:#334411;
				}
				
.darkredtext	{
				color:#990000;
				font-weight:bold;
				}
													
.footertext
	{
		text-align:center;
	}
							
			
/*Format for Footnotes*/
.footnote 	{
			color: #060;
			font-weight:bold;
			}
			
			
/*Formats tagline text*/
.subtitle1	{
	text-align:center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
			}


.oldnews {
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:1.2em;
				font-weight:bold;
				line-height:1.3em;
				float:left;
				padding: 0 1em 0 0;
             }	
			 
		

