@charset "utf-8";
/* CSS Document */

body {
	background-color: #14285F;
}

p{
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	color: #99CCFF;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
}
.navigation_subset {
	font-family: Georgia;
	font-size: 10px;
	font-style: normal;
	color: #FFFF00;
	text-decoration: none;
	padding: 0px;
	display: block;
	text-align: left;
	text-indent: 14px;
}

	
	/* ID Styles */

/* Give a table ID as #navigation and once the links are set then the settings take effect.  This also allows the use of the
hover effect, in this case to give two dashed lines above and below the link */

#navigation a {
	color: #99CCFF;
	font-weight:normal;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:12px;
	display:block;
	padding:8px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px;
	border-left-width: 0px;
	font-family: georgia;
	font-size: 16px;
	}
	
#navigation a:hover {
	color:#FFFFFF;
	border: 1pt dotted red;
	border-right-width: 0px;
	border-left-width: 0px;
	}
	
	#navigation2 a {
	color: #FF0000;
	font-weight:normal;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:12px;
	display:block;
	padding:8px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px;
	border-left-width: 0px;
	font-family: georgia;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	text-indent: 0px;
	}
	
#navigation2 a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	#navigationsubset a {
	font:11px georgia;
	color: #FFFF00;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px;
	border-left-width: 0px;
	}
	
#navigationsubset a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
.Page_Title {
	font-family: Georgia;
	font-size: 28px;
	font-weight: normal;
	color: #99CCFF;
	text-decoration: none;
	letter-spacing: normal;
	left: inherit;
	font-style: normal;
	line-height: normal;
	text-align: center;
	word-spacing: normal;
}
.photo_caption {
	font-family: Georgia;
	font-size: 11px;
	line-height: normal;
	color: #99CCFF;
	text-decoration: none;
	text-align: left;
	padding-top: 0px;
	font-weight: normal;
}
.photo_by {
	font-family: Georgia;
	font-size: 10px;
	line-height: normal;
	color: #99CCFF;
	text-decoration: none;
	text-align: left;
	padding-top: 0px;
	font-weight: normal;
}

.h1_column_heading {
	font-size: 16px;
	font-family: Georgia;
	text-align: left;
}
.h1_column_heading_center {
	font-size: 18px;
	font-family: Georgia;
	text-align: center;
}

.h2_paragraph_heading {
	color: #FF0000;
	font-size: 18px;
	font-family: Georgia;
	text-align: left;
}
.h3_paragraph_headingCopy {
	color: #FF0000;
	font-size: 18px;
	font-family: Georgia;
	text-align: center;
}

.misc_link {
	color: #FF0000;
	text-decoration: underline;
	font-size: 16px;
}
