.nav {
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 50px;
	top: 150px;
	z-index: 1;
	width: 150px;
	color: #CC0033;
}
.nav a {
	background-color: #FFFFFF;
	font-size: 20px;
	height: 25px;
	width: 100px;
	display: block;
	border: thin solid #000000;
	text-decoration: none;
	padding: 5px;
	color: #FF0000;
	filter: Shadow(Color=#999999, Direction=225);
}

.nav a:hover {
	background-color: #AACCFF;
	color: #003399;
}
.content {
	background-color: #FFFFFF;
	width: 700px;
	left: 100px;
	top: 75px;
	position: absolute;
	border: thin solid #000000;
	padding-top: 75px;
	padding-left: 75px;
	padding-right: 25px;
	padding-bottom: 25px;
	font-size: 11px;
}
.logo {
	background-color: #FFFFFF;
	height: 98px;
	width: 300px;
	top: 25px;
	border: thin solid #000000;
	position: absolute;
	z-index: 1;
	left: 25px;
}
body {
	background-image: url(images/bg.gif);
	background-color: #000033;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
.contact {
	background-color: #FFFFFF;
	height: 50px;
	width: 200px;
	border: thin solid #000000;
	z-index: 1;
	padding: 5px;
	top: 25px;
	right: 25px;
	position: absolute;
	font-size: 11px;
}
.content img {
	display: block;
	border: thin solid #000000;
}
.heading {
	font-size: 14px;
	font-weight: bold;
}
a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #AACCFF;
	text-decoration: none;
}
a:active {
	color: #AACCFF;
	text-decoration: none;
}

