BODY {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom left;
	background-image: url('logo.gif');
	background-color: #00001F;
	margin-top: 4em;
	margin-bottom: 2em;
	margin-right: 2em;
	margin-left: 150px;
	font-family: Georgia, sans-serif;
	color: yellow;
}

H1, H2, H3, H4, .H1Sim {
	font-family: "Trebuchet MS", sans-serif;
	margin-top: 0;
}

P {
	margin-top: 0;
}

H1, .H1Sim {
	color: magenta;
	font-style: oblique;
	padding-bottom: 0;
}

.H1Sim {
	font-size: 24pt;
	font-weight: bold;
}


A {
	color: magenta;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14pt;
}

A:hover {
	background-color: orange;
	color: white;
}

H2, H3, H4 {
	color: orange;
}

TD.body {
	background-image: url('bg.png');
	background-repeat: repeat-y;
	background-color: #4E4E4E;
	background-position: right;
	padding-left: 2em;
	padding-right: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
}

UL LI {
	color: cyan;
	padding-bottom: 1ex;
	list-style-type: square;
}

#header {
	position: fixed;
	right: 0px;
	top: 0px;
	left: 152px;
	height: 4em;
	text-align: right;
	overflow: hidden;
	padding-right: 2em;
	margin: 0;
	background-color: #00001F;
}

BLOCKQUOTE {
	color: magenta;
}

.drop, .quote {
	font-style: oblique;
	font-weight: bold;
	font-family: "Trebuchet MS", serif;
}

.quote {
	font-size: 2em;
	color: magenta;
}

.drop{
	font-size: 3.5em;
	color: yellow;
}

.floater {
	float: left;
	padding-right: 2em;
	padding-bottom: 2em;
}

TD {
    padding-bottom: 1em;
}

TD.captions {
	vertical-align: top;
	text-align: center;
	padding-bottom: 2em;
}

TD.images {
	vertical-align: top;
	text-align: center;
	width: 300px;
	padding-bottom: 0em;
}

.imageLink {
    border-style: solid;
    border-color: magenta;
    border-width: 2px;
}

.imageLink:hover {
    border-color: orange;
}

A.noText, A.noText:hover {
    background-color: transparent;
}
