/* Body Elements */

BODY {
	background: #111144;
	text-align: center;
	color: silver;
}

DIV.Page {
	position: relative;	
	width: 800px;
	height: 600px;
	top: 0px;
	left: 0px;
	background: #111144;
	padding: 0px;
	
	text-align: center;
}

DIV.Head {
	position: absolute;
	width: 800px;
	height: 100px;
	left: 0px;
	top: 0px;
	background: #111144;
	padding: 0px;
}

DIV.Link01 {
	position: absolute;
	width: 200px;
	height: 25px;
	left: 0px;
	top: 100px;
	background: #111144;
	padding: 0px;
}

DIV.Link02 {
	position: absolute;
	width: 200px;
	height: 25px;
	left: 200px;
	top: 100px;
	background: #111144;
	padding: 0px;
}

DIV.Link03 {
	position: absolute;
	width: 200px;
	height: 25px;
	left: 400px;
	top: 100px;
	background: #111144;
	padding: 0px;
}

DIV.Link04 {
	position: absolute;
	width: 200px;
	height: 25px;
	left: 600px;
	top: 100px;
	background: #111144;
	padding: 0px;
}

DIV.Main {
	position: absolute;
	width: 800px;
	height: 450px;
	left: 0px;
	top: 125px;
	background: black;
	color: silver;
	padding: 10px;
	
	text-align: left;
}

/* Link Properties */

A:link {
	color: white;
}

A:visited {
	color: white;
}

A:hover {
	color: silver;
}

A:active {
	color: silver;
}

/* Alternative Link Properties */

A.Ag:link {
	color: silver;
	text-decoration: none;
}

A.Ag:visited {
	color: silver;
	text-decoration: none;
}

A.Ag:hover {
	color: white;
	text-decoration: none;
}

A.Ag:active {
	color: white;
	text-decoration: none;
}

/* Text Formatting */

H1 {
	color: silver;
	font-family: "Arial", sans-serif;
	font-size: 36pt;
	font-weight: bold;
}

H2 {
	font-size: 1.5em;
	font-weight: bold
	text-align: center;
	text-decoration: underline;
	padding: 0em, 0.5em, 0em, 0.5em;
}

H3 {
	font-size : 1.25em;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	padding: 0em, 0.5em, 0em, 0.5em;
}

H4 {
	font-size: 1em;
	font-weight: bold;
	padding: 0em, 0.5em, 0em, 0.5em;
}

P {
	text-align: left;
	text-indent: 3em;
	padding: 0em, 0.5em, 0em, 0.5em;
}

P.Center {
	text-align: center;
}

TABLE.Location {
	position: relative;
	border: none;
	margin:  0em, 0.5em, 0em, 0.5em;
	left: 0.5in;
	text-align: left;
}

TABLE.Gallery {
	text-align: center;
}

TD.Top {
	padding: .5em, .25em, .5em, .25em;
	font-size: 1.25em;
	text-decoration: underline;
}

TD.Gallery {
	padding: .5em, .25em, .5em, .25em;
}
