body {
	color: rgb(255,229,203);
	text-align: center;
	top: 0;
	left: 0;
	background-color: rgb(0,48,126);
}


a:link {
	text-decoration: none;
	color: rgb(128,128,255);
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: rgb(255,0,255);
}

a:hover {
	border-bottom: thin dotted;
}


div.header {
	background-color: black;
	margin: 0;
	text-align: left;
	font-family: "Lucida Casual","Goudy Old Style","Baskerville Old Face","Garamond", serif;
	font-variant: small-caps;
}

div.header h1 {
	margin: 0.5em 0 0 0;
	padding: 0 0 0 0;
	color: rgb(0,48,126);
}

div.header h2 {
	font-size: 90%;
	font-weight: normal;
	text-indent: 1em;
	color: rgb(186,226,246);
}

div.crumbs {
	padding: 0 0 0.5em 0;
}

div.header h3 {
	font-weight: normal;
	margin: 0;
	font-size: 80%;
	text-indent: 4em;
}

div.header h3 a {
	color: rgb(255,229,203);
}

div.header h3.ghost {
	font-weight: normal;
	font-size: 80%;
	text-indent: 5em;
}

div.header p {
//	padding: 0 0 1em 0;
	font-size: 80%;
	color: rgb(186,226,246);
}

div.leftimg-super {
	margin: 0 1em 0 0;
	padding: 0;
	float: left;
	height: 2000px;
//	background-color: black;
}

div.torso {
	text-align: left;
	margin-left: 10em;
	font-family: "Lucida Casual","Goudy Old Style","Baskerville Old Face","Garamond", serif;
}

div.torso h4 {
	font-variant: small-caps;
	font-size: 80%;
}

div.torso h4 a {
	color: rgb(255,229,203);
}

div.torso p {
	font-size: smaller;
	width: 40%;
//	font-family: "Tahoma", sans-serif;
}

div.torso ul {
	font-size: smaller;
}

div.tips {
	padding-left: 1em;
}

p.copyright {
	border-top: thin solid;
}

div.spacer {
	clear:both;
	height: 0;
}

a.feedback {
	font-size: smaller;
}