/*CSS Styles*/


/*Main Content: Font Format and Line Spacing*/


h1	{
	font-family: "Times New Roman", Times, serif;
	font-size:2.0em;
	line-height:1.10em;
	color:#243361;
	background:transparent;
	margin:0px 0px 0px 0px;
	padding: 0px;
	}
	
h2 	{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.75em;
	line-height:1.25em;
	color:#800000;
	background:transparent;
	margin:0px 0px 0px 0px;
	padding: 0px;
		}
		
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.2em;
	color: #522410;
	background: transparent;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
	}
	
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:1.20em;
	line-height:1.25em;
	color: #2B5587; 
	background:transparent;
	margin:0px 0px 0px 10px;
	padding:0px;
	}
		
h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#5E3228; 
	backgound:transparent;
	font-size: 1.0em;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px;
	}
	
p		{
		
		margin-top:0px;
		margin-right:5px;
		margin-bottom:0px;
		margin-left:10px;
		padding:0px;
		}
		
td		{
		
		margin:5px 5px 5px 5px;
		}
		
blockquote	{
			margin-top: 0px;
			margin-bottom: 0px;
			}
			
ul		{
		padding:0px 0px 0px 10px;
		margin: 0px 0px 0px 10px;
		}

li		{
		padding:0px 0px 0px 15px;
		margin: 0px 0px 5px 15px;
		}
		
/*Color of visited links in body*/
a:visited	{
			color: #0000CC;
			}
			
/*Font Format for recurring links*/
.asides 	{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: .85em;
			margin:0px 10px 0px 10px;
			padding:0px;
			}
			
/*Font Format for Information Headings on Fact Sheets*/
.fs_title  {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			color:#D2771C;
			backgound:transparent;
			font-size: 1.0em;
			font-weight:bold;
			}
			
			
/*Font Format for table column titles*/
.column_titles	{
				font-size:1.25em;
				font-weight:bold;
				color:#336699;
				background:transparent;
				padding: 5px 5px 5px 5px;
				}

			
/*Font Format for Photo Captions*/				
.caption 	{
			font-family: "Times New Roman", Times, serif;
			font-size:medium;
			font-style:italic;
			}
			
/*Font Format for Photo Credit*/
.photocredit	{
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-style:italic;
				font-size: 0.85em;
				}

/*Font Format for Pop-up Definitions*/
.definition		{
				color: #990000;
				background:transparent;
				font-weight:bold;
				text-decoration:none;
				cursor: help;
				}
				
			
/*Format for Footnotes*/
.footnote 	{
			color: #007F00;
			font-weight:bold;
			}

.darkredtext	{
				color:#990000;
				font-weight:bold;
				}				
			
			
/*format for FO address in left navigation bar*/
.address	{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: 0.85em;
			padding:2px;
			border-bottom-color:#000000;
			}
			

/*Format for Latest News and Accomplishments title*/
.news {
			font-family: "Times New Roman", Times, serif;
			font-size: 1.5em;
			color: #243361;
			background: transparent;
			padding:0px 0px 10px 0px;
			margins:0px;
			}
			
/*Format for items under Latest News and Accomplishments*/
.list1	{
			margin-top: 0px;
			margin-left: 0px;
			padding-left: 0px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:0.85em;
			}

.list1 ul	{
			margin-top: 0px;
			margin-left: 0px;
			margin-top: 0px;
			margin-bottom: 0px;
			padding-left: 0px;
			list-style-type: none; /*Gets rid of the standard bullet*/
			}
			
.list1 ul  li{		
			margin-top:0px;
			margin-bottom:0px;
			padding-bottom: 10px;
			list-style-image:none;
			background-image:url(../images/bullet2.gif); /*Replaces default bullet with the blue square*/
			background-repeat: no-repeat;
			background-position: 3px 7px; /*Positions the blue square. Horizontal - Vertical*/
			padding-left: 17px;
			display:block; /*Keeps all lines of each li at same left margin*/
			}
				
.list1 ul  li a	{
				text-decoration:none;
				}
				
.list1 ul  li a:hover	{
						text-decoration:underline;
						}
			
/*Format for Footer*/
#siteFooter		{ 
			display:block;
			border-style: groove;
			border:thin;
			border-color:#00294E;
			background-color:#DCE1E5;
			}
				
/*Format for table that holds the Spry drop down menu*/
#left_nav	{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #7D6B4B;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7D6B4B;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	padding:5px;
			}
			
#bodyborder	{
			border:solid;
			border-width:thin;
			border-color:#7D6B4B;
			border-right-width:medium;
			}

/*Places a blue border at bottom of main content*/					
#bottom_content		{
					border-bottom-style: solid;
					border-bottom-width: 2px;
					border-bottom-color: #000066;
					}
					
/*Places a margin around tables used with main body content*/
#leftsidetable		{ 
					margin-top: 1.0em;
					margin-right: 1.0em;
					margin-bottom: 1.0em;
					margin-left: 0.3em; 
					}
			
#rightsidetable		{ 
				margin-top: 1.0em;
				margin-right: 0.3em;
				margin-bottom: 1.0em;
				margin-left: 1.0em; 					
