/*CSS Styles*/

/*Main Content: Font Format and Line Spacing*/

h1	{
	font-family: "Times New Roman", Times, serif;
	font-size:2em;
	line-height:1.1em;
	color:#006;
	background:transparent;
	margin:0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	}
	
h2 	{
	font-family:"Times New Roman", Times, serif;
	font-size:1.75em;
	line-height:1.25em;
	color: #369;
	background:transparent;
	margin:0px 0px 0px 0px;
	padding: 0px 0px 7px 0px;
		}
		
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #004685;
	background: transparent;
	margin: 0px;
	padding: 0px 0px 7px 0px;
	}
	
h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:1.25em;
	line-height:1.25em;
	color: #5E2208; /*#336699;*/
	background:transparent;
	margin:0px 0px 0px 10px;
	padding:0px;
	}
		
h5 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #006;
	backgound:transparent;
	font-size: 1.10em;
	margin:0px 0px 0px 0px;
	padding:0px;
	}
	
p		{
		line-height:1.35em;
		font-size:0.9em;
		margin:0px 5px 0px 10px;
		padding:0;
		}
		
td		{
		line-height:1.50em;
		margin:5px 5px 5px 5px;
		}
		
blockquote	{
			margin-top: 0px;
			margin-bottom: 0px;
			}
			
li		{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.90em;
		padding-bottom:5px;
		padding-top:5px; 
		}
			
/*Font Format for recurring links*/
.asides 	{
			font-family:Verdana, Arial, Helvetica, sans-serif;
			font-size: .85em;
			margin:0px 5px 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-family: Arial, Helvetica, sans-serif;
				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-style:italic;
			font-size: 1em;
			}
			
/*Font Format for Photo Credit*/
.photocredit	{
				font-family:Verdana, Arial, Helvetica, sans-serif;
				font-style:italic;
				font-size: .70em;
				}

/*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;
				}				
			
/*Color of visited links in body*/
a:visited	{
	color: #369;
	font-weight: normal;
			}
			
/*Format for table that holds the Spry drop down menu*/
#left_nav	{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #00294E;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DEE3E7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	padding:5px;
			}

#left_nav a:visited 
					{
	color: #369;
	font-weight: normal;
					}
					
/*Places a border around tables used for side notes*/
#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; 
					}
				
/*Places a blue border at bottom of main content*/					
#bottom_content		{
					border-bottom-style: solid;
					border-bottom-width: 2px;
					border-bottom-color: #12127D;
					}
				
