/* CSS Document */
html {
	margin: 0px;
}
body {
	background-image: url(images/bg.gif);
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#pageArea {
	position: absolute;
	background: #283468;
	width: 760px;
	margin: 0px;
	background-color: #283468;

}
#pageHeader {
	position: relative;
	width: 760px;
	height: 69px;


}
#divider {
	position: relative;
	left: 0px;
	width: 760px;
	height: 3px;
	background: White;
}
#sectionDivider {
	position: relative;
	left: 35px;
	width: 725px;
	height: 1px;
	background: White;
}
#sectionHead {
	position: relative;
	left: 35px;
	width: 725px;
	margin-top: 7px;
	margin-bottom: 2px;
}
#navBar {
	position: relative;
	width: 760px;
	height: 22px;
	background: #515151;
}
#photoSectionHead {
	position: relative;
	left: 35px;
	width: 725px;
	margin-top: 7px;
	margin-bottom: 2px;
}
#photoArea {
	position: relative;
	left: 0px;
	top: 20px;
	width: 760px;
	height: 400px;
	margins: 0px;
	border-bottom: 1px outset #ffffff;
	border-top: 1px outset #ffffff;
	background-color: #515151;
}	
.dropdown {
	display: none;
	background-color: #202020;
	position: relative;
	top: 1px;
	z-index: 500;
	padding: 0px 5px 5px 0px;
	border-bottom: 2px solid;
	border-left: 2px solid;
	border-right: 2px solid;
	border-color: White;
	overflow: hidden;
}
.dropdown a {
	color: #C1C1C1;
	text-decoration: none;
	font-size: 10px;
}
.dropdown a:hover {
	text-decoration: underline;
}
.navItem {
	position: absolute;
	top: 73px;
	z-index: 250;
}
#content {

	width: 648px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 34px;

}
#content p {
	text-indent: none;
}

#photoContent {
	position: relative;
	width: 692px;
	left: 34px;
	top: 15px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#shortCaption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	text-decoration: none;
	align: left;
	font-style: normal;
	margin: 1px 5px 1px 5px;
}
#shortCaption a {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: none;
	
}
#shortCaption a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#longCaption {
	position: absolute;
	display: none;
	background-color: #A00022;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-style: normal;
	top: 151px;
	left: 548px;
	width: 200px;
	padding: 5px;
	border: 1px solid #FFFFFF;
	text-decoration: none;
}
#longCaption a {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: none;
	
}
#longCaption a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer {
	position: relative;
	width: 648px;
	left: 34px;
	margin-top: 5px;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #E6E6E6;
	line-height: normal;
	font-variant: normal;
	text-decoration: none;
}
.subMenuItem {
	font-size: 10px;	
	color: #C1C1C1;
	text-decoration: none;
}
.mainText {
	font-size: 10px;
	text-decoration: none;
}
.sourceNotes {
	font-size: 10px;
	font-style: italic;
	text-decoration: none;
}
.mainText a {
		color: #E6E6E6;

		text-decoration: underline;
}
.mainText a:hover {
	oldcolor: #A00022;
	text-decoration: none;
	color: #FFFFFF;
}
.footerText {
	font-size: 9px;
}
.footerText A {
	color: #E6E6E6;
	text-decoration: underline;
}
.footerText A:hover {
	color: White;
}

.nonunderlined A {
	font-size: 10px;	
	color: #E6E6E6;
	text-decoration: none;
}
.nonunderlined A:hover {
	color:  White;
}