/* Revised 9/09/2011 */

BODY {
	color: #000000;
	background-color: #FFFFFF;
}

a:link {color: #FF0000;}
a:visited {color: #006600;}
a:hover, a:focus {color: #FF6600}
a:active {color: yellow;}

.popup {
   position: absolute; top: -250px; left: 0px;
   border-style: solid;
   border-width: 4;
   border-color: #CCCCCC;
   background-color: #666666;
   padding: 8px;
   text-align: center;
   font-size: small;
   z-index: 2;
   visibility: hidden;
}

div.sidebar {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 120px;
	padding-top: 12px;
	padding-left: 12px;
	background-color: #FFCC99;
	border-right: 1px solid black;
}
div.shadow {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 133px;
	width: 1px;
	background-color: #666666;
	border-left: 1px solid #333333;
	border-right: 2px solid #999999;
}
div.main {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 137px;
	right: 0;
	padding: 12px;
	border-left: 2px solid #CCCCCC;
}
div.bottomNav, div.bottomNavBox {
	height: 40px;
	position: fixed; bottom: 0px; left: 25%; width: 50%;
	text-align: center;
	padding-top: 0px;
	padding-bottom: 4px;
}
div.bottomNavBox {
	background-color: #222222;
	filter:alpha(opacity=75);
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /*--IE 8 Transparency--*/
	border-top: 4px solid #CCCCCC;
	border-left: 4px solid #CCCCCC;
	border-right: 4px solid #CCCCCC;
}

img.button, img.buttonSpace, img.navButton {
	border: none;
	border-width: 0;
}
img.button, img.buttonSpace {
	float: right;
}
img.buttonSpace {
	padding-top: 5px;
}
img.photoEffect {
	border-style: solid;
	border-width: 10px;
	border-color: white;
	box-shadow: 6px 6px 14px #555;
	-webkit-box-shadow: 6px 6px 14px #555;
	-moz-box-shadow: 6px 6px 14px #555;
}
img.descriptionPhoto {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
}

table.simpleBorder {
	border-style: solid;
	border-width: 2px;
	border-color: black;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

H1, H1NoBreak {
	font-family: 'Lucida Grande', Ariel, Helvetica, sans-serif;
	font-weight: bolder;
	font-variant: small-caps;
	text-align: center;
	text-shadow: #333333 3px 3px 4px;
	color: #660000;
	font-size: xx-large;
}
H1.red {
	color: red;
}
H2 {
	font-family: 'Lucida Grande', Ariel, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	color: #000000;
	font-size: large;
}
p.paragraphtext {
	text-indent: 3em;
	text-align: justify;
}
p.hangingIndent {
	text-indent: -3em;
	padding-left: 3em;
	text-align: justify;
}
p.photoCaption {
	text-align: center;
	font-size: x-small;
}
p.byline {
	text-align: center;
	font-weight: bold;
	font-size: large;
}
blueText {
	color: blue;
}
redText {
	color: red;
}
whiteText {
	color: white;
	background-color: black;
}
yellowText {
	color: yellow;
	background-color: black;
}
superscriptText {
	font-size: x-small;
	vertical-align: super;
}
subscriptText {
	font-size: x-small;
	vertical-align: sub;
}
