/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color:#FFFF00;
	background-color: #000000;
	margin: 25px 75px 25px 25px;
}

hr {
	height: 1px;
	color: #FFFF00;
	background-color:#FFFF00;
}

a {
	font-weight: bold;
	color:#CC0033;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	background-color: #FFCC00;
}

a:visited {
	text-decoration: none;
	color:#CC0033;
}

#main {
	margin: 0px 0px 0px 175px;
}

#left {
	position: absolute;
	top: 75px;
	left: 25px;
}

#left a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #FFFFFF;
}

#footer {
	width: 100%;
	border-top: 1px solid #FFFF00;
}

.heading {
	font-size: 2em;
	text-align: center;
}

.headhome {
	font-size: 2em;
}

.small {
	font-size: 0.75em;
	text-align: center;
}

.picleft {
	float: left;
}

.picright {
	float: right;
}