 html, body {
  background-color: #000000;
  background-image: url(images/bg_left-content.jpg);
  background-repeat: repeat-x;
  color: #CCCCFF;
  margin: 0;
  padding: 0;
}

 a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #9999FF;
	text-decoration: none;
}

 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCFF;
	text-decoration: none;
}

 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC33;
}

 a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #9999FF;
	text-decoration: none;
}

#footermenu a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

#footermenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

#footermenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCFF;
	text-decoration: underline;
}

#footermenu a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

#footertext a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

#footertext a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

#footertext a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCFF;
	text-decoration: underline;
}

#footertext a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

/* ---------- standard paragraph text is used for news items and specials descriptions. ---------- */
 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	display: inline;
}

/* ---------- h1 text is used for headline titles in the specials boxes. ---------- */
 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCFF;
	font-weight: bold;
	display: inline;
}

/* ---------- h2 text is used for pagebottom text. ---------- */
 h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	text-align: center;
}

/* ---------- h3 text is used for news headlines. ---------- */
 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCFF;
	font-weight: bold;
	margin-bottom: -3px;
	line-height: 18px;
}

/* ---------- h4 text is used for Gallery Headlines/titles ---------- */
 h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCFF;
	font-weight: bold;
	margin-bottom: -6px;
	display: inline;
}

/* ---------- TBD ---------- */
 h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF6666;
	font-weight: normal;
	text-align: justify;
	margin-bottom: -14px;
}

/* ---------- TBD ---------- */
 h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

/* ---------- The following sections specifies div container locations and properties. ---------- */

#flashheader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 766px;
	height: 128px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#gallerytopper {
	position: absolute;
	top: 138px;
	left: 10px;
	width: 447px;
	height: 19px;
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#gallery_description {
	position: absolute;
	top: 165px;
	left: 10px;
	width: 415px;
	height: 60px;
	border: 0;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 3px;
	overflow: hidden;
}

#gallery_instructions {
	position: absolute;
	top: 260px;
	left: 50px;
	width: 350px;
	height: 225px;
	border: 0;
	z-index: 1;
}

/* ---------- The following sections contain basic, non-specific gallery functionality. ---------- */
#gallery_container {
	position: absolute; 
	width: 425px; 
	height: 411px;
	top: 220px;
	left: 16px;
	background-color: transparent; 
	border: 0; 
	margin: 1em auto;
	z-index: 100;
}

#gallery_container img {
	border: 0;
}

#gallery_container #thumbs {
	position: absolute; 
	left: 0; 
	bottom: 0;
}

#gallery_container a.gallery:hover span {
	display: block; 
	position: absolute; 
	width: 402px; 
	height: 50px; 
	top: -45px; 
	left: 5px; 
	padding: 5px; 
	font-style: normal;
	font-size: 10px; 
	color: #cccccc;  
	z-index: 100;
}

#gallery_container a.gallery:hover span:first-line {
	font-style: normal; 
	font-weight: bold; 
	font-size: 12px; 
	color: #FFFFFF;
}

#gallery_container a.gallery:active, #gallery_container a.gallery:focus {
	border: 1px solid #ccccff;
}

#gallery_container a.gallery:active em, #gallery_container a.gallery:focus em {
	display: block; 
	position: absolute; 
	width: 402px; 
	height: 250px; 
	top: -305px; 
	left: 5px; 
	padding: 5px; 
	color: #000000; 
	border: 1px solid #CCCCFF; 
	z-index: 50;
}

#gallery_container h1 {
	clear: both; 
	margin: 0; 
	padding-top: 80px; 
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 3em; 
	font-weight: normal; 
	color: #ffffff;
}

#gallery_container h1 em {
	font-size: 0.6em; 
	color: #00000;
}


/* ---------- This is the div container for all the upper special elements. ---------- */
#specialupper {
	position: absolute;
	top: 138px;
	left: 465px;
	width: 307px;
	height: 111px;
}

/* ---------- This is the box for the text headline overlay in the UPPER special box. ---------- */
#specialupperheadline {
	position: absolute;
	top: 17px;
	left: 95px;
	width: 195px;
	height: 20px;
}

/* ---------- This is the box for the text description overlay in the UPPER special box, under the headline. ---------- */
#specialupperdetails {
	position: absolute;
	top: 34px;
	left: 95px;
	width: 195px;
	height: 42px;
}

/* ---------- This is the div container for all the LOWER special elements. ---------- */
#speciallower {
	position: absolute;
	top: 256px;
	left: 465px;
	width: 307px;
	height: 111px;
}

/* ---------- This is the box for the text headline overlay in the LOWER special box. ---------- */
#speciallowerheadline {
	position: absolute;
	top: 17px;
	left: 95px;
	width: 195px;
	height: 20px;
}

/* ---------- This is the box for the text description overlay in the LOWER special box, under the headline. ---------- */
#speciallowerdetails {
	position: absolute;
	top: 34px;
	left: 95px;
	width: 195px;
	height: 42px;
}

#newstopper {
	position: absolute;
	top: 386px;
	left: 465px;
	width: 302px;
	height: 19px;
}

/* ---------- This is the box that contains the news i-frame. ---------- */
#newsframe {
	position: absolute;
	top: 405px;
	left: 465px;
	width: 300px;
	height: 263px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border-top: 0px;
	border-color: #2B74BE;
	border-style: solid;
	overflow: auto;
}


/* ---------- The following elements govern the bottom page footer. ---------- */
#footerbg {
	position: absolute;
	top: 678px;
	left: 10px;
	width: 755px;
	height: 20px;
}

#footermenu {
	position: absolute;
	top: 1px;
	left: 5px;
	width: 352px;
	height: 16px;
}

#footertext {
	position: absolute;
	top: 1px;
	right: 3px;
	width: 390px;
	height: 16px;
}

#pagebottom {
	position: absolute;
	top: 715px;
	left: 0px;
	width: 766px;
	height: 100px;
}
