.Header1 { font-family: Aladdin, Verdana, Arial, Helvetica, sans-serif; font-size: xx-large; font-style: normal; color: #99CCFF; font-weight: bold}
.Header2 { 	font-family: Aladdin, Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large; font-style: normal; color: #99CCFF; font-weight: bold }
.ListHeader {
font-family: Arial, Helvetica, sans-serif; font-size: large; font-style: normal; color: #99CCFF; font-weight: bold
}

/* 	The submenu links are in paragraphs, so we set the margin to zero
	so there is no gap between links */
.gallerysubmenus p {margin: 0;}


/* 	Submenu Link Styles
 	Use a combined selector for a and a:visited. Set padding in shorthand
	to 1px on top and bottom, 8px right and 12px left.
	
	Set display to block so entire link box, including padding is clickable.
	Set border to 1px solid.
	
	Set border colors in shorthand to Light Gray on top and left - and
	Charcoal Gray on right and bottom. This combination of colors creates
	a raised button-type effect.
	
	Set background color to dark gray, text to medium gray and turn off underlines. */
	/* NOTE!!  You MUST have this text in the body of the file to avoid scrolling problems in IE
[if gte IE 5]>
<style>.gallerysubmenus a { height: 1em;}</style>
<![endif]
     end of IE note */
.gallerysubmenus a, .gallerysubmenus a:visited {
	display: block;
	padding: 1px 8px 1px 12px;
	border: 1px solid;
	border-color: #999 #333 #333 #999;
	background-color: #666666;
	color: #99ccff;
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* 	Change background and text colors when links are hovered over.
	Use a combined selector for hover, active, and focus.
	
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */ 
.gallerysubmenus a:hover, .gallerysubmenus a:active, .gallerysubmenus a:focus {
	background-color: #999999;
	color: #333333;
}

.gallerytrigger a {
	display: block;
	background-color: #C5A996;
}

/* 	When the trigger images are hovered over, the background color changes to white.
	We don't change text color because the link text is actually the non-transparent
	portion of the trigger image.
	
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */
.gallerytrigger a:hover, .p7snaptrigger a:active, .p7snaptrigger a:focus {
	background-color: #FFFFFF;
}


/*	Position absolute turns a DIV into what Dreamweaver
	refers to as a LAYER */
#HeaderImage {
	position: relative;
	width: 100%;
	height: 100px;
}

body {
	margin: 20px;
	padding: 0px;
	background-color: #000000;
	color: #99CCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #9999FF;
}
a:link {
	color: #0099FF;
}
h3 { font-family: Aladdin, Verdana, Arial, Helvetica, sans-serif;
	font-size:x-large;
}
h1 { font-family: Aladdin, Verdana, Arial, Helvetica, sans-serif;
	font-size:xx-large;
}

/* The footer is a Static DIV set with a substantial top margin to
	separate it from the main content above.
	
	Font size is 75% of the global font size.
	
	Padding top is set to 6px to provide separation between the
	footer contents and the 2px wide dotted border above it. */
#footer {
	font-size: 85%;
	color: #99CCFF;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: 1px solid #666666;
}
#footer p {
	margin: 0;
}
/* 	Link styles for Footer Content only
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */
#footer a:link {color: #0099CC; text-decoration: none;}
#footer a:visited {color: #0099CC;}
#footer a:hover, #footer a:active, #footer a:focus {color: #999999;}
