body { font-size: small; color: #ffffff; font-family: Arial, Helvetica, Times; background-color: #000000; text-align: center; }

.blueBackColor { BACKGROUND-COLOR: #114488; }
.baseTable { width: 940px; border-width: 0; border-style: none; }
.menuTable { width: 500px; border-width: 0; border-style: none; }
.displayTable { width: 700px; border-width: 0; border-style: none; }
.displayTable2 { width: 900px; border-width: 0; border-style: none; }
.priceTable { width: 600px; border-width: 0; border-style: none; }

#container
{
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	background-color: #000000;
	width: 1000px;
	padding: 0;
	text-align: left;
}

.topMenuContainer
{
	background-color: #005290;
	width: 1000px;
	padding: 5px 0px;
	margin-top: 3px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
	position: relative;
}
ul.mainMenu
{
	list-style-type: none;
	cursor: default;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	clear: both;
}
ul.mainMenuActive { z-index: 1000; }
ul.mainMenu li
{
	list-style-type: none;
	text-align: left;
	cursor: pointer;
	padding: 0;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	background-color: #005290;
	position: relative;
	float: left;
}
ul.mainMenu li.selected { background-color: #241d1f; }
ul.mainMenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 1010;
	cursor: default;
	width: 8.5em;
	position: absolute;
	left: -1000em;
}
ul.mainMenu ul.submenuActive { left: auto; }
ul.mainMenu ul li { width: 8.5em; }
ul.mainMenu ul ul { position: absolute; margin: -5% 0 0 95%; }
ul.mainMenu ul.submenuActive ul.submenuActive { left: auto; top: 0; }

ul.mainMenu a
{
	cursor: pointer;
	color: white;
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	font-family: Arial, Helvetica;
/*	font-family: 'Monotype Corsiva', 'Braldley Hand ITC', Arial, Helvetica; */
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 1.25em;
	padding-right: 1.25em;
	background-color: #005290;
	border: 1px solid white;
	display: block;
	margin: 0;
}
ul.mainMenu a:hover, ul.mainMenu a:focus
{
	background-color: #241d1f;
	text-decoration: underline;
}
ul.mainMenu a.selected { background-color: #241d1f; }
ul.mainMenu a.submenu
{
	background-image: url(/images/nav/MenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	padding-right: 25px;
}

ul.submenu
{
	list-style-type: none;
	cursor: default;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	clear: both;
}
ul.submenuActive { z-index: 1000; }
ul.submenu li
{
	list-style-type: none;
	text-align: left;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	background-color: #005290;
	position: relative;
	float: left;
}
ul.submenu a, ul.submenu span
{
	cursor: pointer;
	color: white;
	text-decoration: none;
	font-size: 8pt;
	font-weight: normal;
	font-family: Arial, Helvetica;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	padding-left: 0.25em;
	padding-right: 0.25em;
	background-color: #005290;
	display: block;
	float: left;
	margin: 0;
}
ul.submenu a:hover, ul.submenu a:focus
{
	/* background-color: #241d1f; */
	text-decoration: underline;
}
ul.submenu a.selected { font-weight: bold; color: #241d1f; }
ul.submenu span { font-weight: bold; cursor: default; }

.exifTable
{
	border-color: #114488; border-width: 2px; border-style: solid;
	padding: 5px; margin: 5px;
	background-color: #ffffff; color: #114488;
	font-family: Arial, Helvetica; font-size: 10pt;
}

.headerTextLarge { COLOR: #ffffff; font-family: 'Monotype Corsiva', 'Bradley Hand ITC', Arial, Helvetica; font-size: 28pt; font-weight: bold; }
.headerTextSmall { COLOR: #ffffff; font-family: 'Monotype Corsiva', 'Bradley Hand ITC', Arial, Helvetica; font-size: 12pt; font-weight: bold; }

.headerLink, a.headerLink { color: #ffffff; font-family: 'Monotype Corsiva', 'Bradley Hand ITC', Arial, Helvetica; font-size: 10pt; font-weight: normal; text-decoration: none; }
a.headerLink:hover { color: #000000; }

a { color: #114488; text-decoration: none; font-weight: bold; }
a:hover { text-decoration: underline; }

a.plain, a.plain:hover { color: #ffffff; text-decoration: none; }

.footerText, A.footerText, .footerText A { color: #ffffff; font-size: 10pt; font-family: 'Monotype Corsiva', 'Bradley Hand ITC', Arial, Helvetica; font-weight: normal; }
.copyText { color: #ffffff; font-size: 8pt; font-family: Arial, Helvetica; }

.headline1, h1 { color: #ffffff; font-family: 'Monotype Corsiva', 'Braldley Hand ITC', Arial, Helvetica; font-size: 24pt; font-weight: bold; }
.headline2, h2 { color: #ffffff; font-family: 'Monotype Corsiva', 'Braldley Hand ITC', Arial, Helvetica; font-size: 18pt; font-weight: bold; }

.captionText { color: #ffffff; font-family: Times, 'Times New Roman'; font-size: 10pt; }

.divider { height: 0px; color: #114488; border-width: 0px; border-top: 3px solid #114488; }
.dividerWhite { height: 0px; color: white; border-width: 0px; border-top: 2px solid white; }
.dividerBlack { height: 0px; color: #000000; border-width: 0px; border-top: 2px solid #000000; }
.shortDivider { height: 0px; color: #114488; width: 350px; border-width: 0px; border-top: 3px solid #114488; margin-top: -5px; text-align: left; }
.photoBorder { border-color: #114488; border-width: 2px; border-style: solid; }
.dividerText {
	color: #114488;
	font-family: 'Monotype Corsiva', 'Bradley Hand ITC', Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	width: 350px;
	border-width: 0px;
	border-bottom: 2px solid #114488;
	padding-bottom: 3px;
}
.dividerTextShort {
	color: #114488;
	font-family: 'Monotype Corsiva', 'Bradley Hand ITC', Arial, Helvetica;
	font-size: 12pt;
	font-weight: bold;
	width: auto;
	border-width: 0;
	border-bottom: 2px solid #114488;
	padding-bottom: 3px;
/*	padding-right: 5em; */
}
.quote {
	margin-left: 5em;
	margin-right: 7em;
	font-family: Arial, Helvetica;
	color: white;
	border-width: 0;
	border-bottom: 2px solid #114488;
	padding-bottom: 3px;
}

.exText, p.exText { text-indent: 3em; margin-top: 0px; margin-bottom: 0px; width: 600px; }

.PhotoBox {
	FONT-SIZE: 9pt;
	COLOR: #000000;
	FONT-FAMILY: Times, 'Times New Roman';
	
	/*
	border-style: solid;
	border-width: 2px;
	border-color: #000099;
	*/

	text-align: center;
	vertical-align: top;
	padding: 5px;
	display: inline;
	margin: 5px;
}

.excerpt {
	color: black;
	background-color: white;
	border: 5px double #114488;
	padding: 3.5em;
	margin: 15px;
	font-family: Times, 'Times New Roman';
	font-size: 12pt;
	width: auto;
}
.excerpt .title {
	text-align: center;
	padding-top: 2em;
	padding-bottom: 2.5em;
	font-size: larger;
	line-height: 2.5em;
}
.excerpt p {
	text-indent: 2em;
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
}
