/* Global Styles */

body 	{
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
		}
	
p	{
	margin: 0px;
	padding-left: 10px;
	padding-top: 0px;
	line-height: 1.3em
	}
	
h1		{
		font-family: Georgia, "Times New Roman", Times, serif;
		padding: 0px;
		margin: 0px 0px 0px 5px;
		font-size: 1.70em;
		line-height:1.3em;
		font-weight: bold;
		color: #CC0033;
		}

h2	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.55em;
	color: #7B0000;
	margin: 0;
	padding-left: 10px;
	}  


h3	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#5E2208;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	font-size: 1.2em;
	font-family: Verdana, Geneva, sans-serif
	}
	
h4  {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	font-size: 1.1em;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	
	}
	
a 	{
	color: #CC3300;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}
	
blockquote	{
			margin-top: 0px;
			margin-bottom: 0px;
			}

ul	{
	margin-top: 0px;
	margin-bottom: 0px;
	}

li	{
	margin-top: 0px;
	margin-bottom: 0px;
	}

	
/* ID Styles */

#top_nav 	{
			padding: 7px;
			font-family:Arial, Helvetica, sans-serif;
			font-color:#CC3300;
			font-weight: bold;
			line-height:1.25em;
			}
			
#navigation a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0.1em;
	line-height: 16px;
	display: block;
	padding: 10px;
	border: 2pt rgb(243,220,153);
	border-style: double;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#sidebarHeader {
	padding: 0px 4px 14px 4px;
	}
	
#logo 	{
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:2.5em;
			font-weight:bold;
			color: #FFFFFF;
			line-height: 1.0em;
			letter-spacing:.08em;
			margin: 0px 0px 0px 0px;
			color: #CC3300;;
			}

#tagline {
		font:1em georgia;
		font-weight:bold;
		color: #CC9966;
		line-height:1.3em;
		letter-spacing:.1em;
		}

/* Class Styles */

.bodyText {
	color:#000000;
	line-height:normal;
	letter-spacing:.1em;
	margin-top:0px;
	padding-left: 5px;
	font-size: 12px;
	}
	
.pageName{
	font:22px georgia;
	color: #CC3300;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.Header {
	color: #000000;
	font-weight:bold;
	letter-spacing:.1em;
	line-height:normal;
	font-family: georgia;
	font-size: 25px;
	padding:0px 0px 0px 5px;	
	}	
	
.subHeader {
	color: #7B0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:0.1em;
	line-height:normal;
	font-size: 13px;
	padding-bottom: 0px;
	padding-left: 8px;
	}	
	
.subHeader a {
	text-decoration:none;
	color: #7B0000;
	}	
	
.sidebarHeader {
	font:18px georgia;
	color: #750101;
	font-weight:bold;
	}	
	
.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.smallText {
	font:0.87em arial;
	color:#000000;
	}
	
.smallTextTitle {
	font:0.9em arial;
	color:#750101;
	}
	
.imagecaption	{
				font-family:Georgia, "Times New Roman", Times, serif;
				
				}
				
.caption	{
				font-family:Georgia, "Times New Roman", Times, serif;
				
				}
				  
/*Places a margin around tables used for side notes or to hold images*/
.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;   
				}		
	 
/*Removes border around all images*/
a img { border: none; }

/*Use for <div>s to format images or sidebars.  Floats right and places 1.0 em margin around image or text.*/
.floatright		{
				float:right;
				margin-top: 1.0em;
				margin-right: 0.3em;
				margin-bottom: 1.0em;
				margin-left: 1.0em; 
				} 
				
.floatleft		{
				float:left;
				margin-top: 1.0em;
				margin-right: 1.0em;
				margin-bottom: 1.0em;
				margin-left: 1.0em; 
				} 
/*Places a red vertical line on the left side of a block formed from a div tag.  Floats the div right*/			
.divborder	{
			float:right;
			margin-top: 1.0em;
			margin-right: 0.3em;
			margin-bottom: 1.0em;
			margin-left: 1.0em;
			border:solid;
			border-width: thin;
			border-left-color: #910000;
			border-left-width:medium;
			border-right-color:#F3DC99;
			border-top-color:#F3DC99;
			border-bottom-color:#F3DC99;
			}
