* {
	margin: 0;
	padding: 0;
}
div, p {
	padding: .5ex;
}
body {
	background: url(../graphics/bg.jpg) no-repeat fixed center center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#top {
	display: none;
}
a:link {
	color: #753A6D;
	text-decoration: none;
	border: solid thin #FEEDA4;
	margin: 1px;
	background-image: url(../graphics/vCreamGrad.png);
	background-repeat: no-repeat;
	background-position: center center;
}
a:visited {
	text-decoration: none;
	color: #AA612A;
}
a:hover {
	text-decoration: underline;
	color: #664025;
}
a:active {
	text-decoration: none;
	color: #FEEDA4;
}
#menu a {
	font-weight: bold;
	font: Verdana, sans-serif;
	font-size: 0.8em;
	display:inline;
}
#linkcube img {
	display: none;
}
img#logo {
	height: 110px;
	width: 68px;
	position: absolute;
	top:0px;
	left:0px;
	margin: 1px;
	float:left;
}
h3 {
	color: #5B2D56;
	font-size:1.1em;
	font: Arial, sans-serif;
	padding-left:69px;
}
#lowerleft p {
	padding-left:69px;
}
.footer {
	font-size: .8em;
}
body p {
	font-size: 1em;
	color: #000000;
	background-color:#FFFFFF;
	line-height: 1.4em;
	width: 94%;
}
input {
	font-size: 0.9em;
}
.prtHead {
	display: none;
}