body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
}
#title {
	top: 		80px;
	left:		80px;
	position:	absolute;
}
#pageTitle {
	font-family:	Georgia, "Times New Roman", Times, serif;
	color:			#FF6600;
	font-size: 		24px;
	font-weight:	bold;
}
#menu {
	height: 		400px;
	width: 			350px;
	top: 			120px;
	left: 			100px;
	position: 		absolute;
}
.headline {
	font-family:	Georgia, "Times New Roman", Times, serif;
	color:			#FFFFFF;
	font-size:		12px;
	font-weight: 	bold;
}
.subText {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	color:			#FFFFFF;
	font-size:		10px;
	font-weight: 	bold;
}
a.mainLink:link {
	font-family:	Georgia, "Times New Roman", Times, serif;
	color:			#FFFFFF;
	font-size:		12px;
	font-weight:	bold;
	text-decoration: none;
}
a.mainLink:visited {
	font-family:	Georgia, "Times New Roman", Times, serif;
	color:			#FFFFFF;
	font-size:		12px;
	font-weight:	bold;
	text-decoration: none;
}
a.mainLink:active {
	font-family:	Georgia, "Times New Roman", Times, serif;
	color:			#FF0000;
	font-size:		12px;
	font-weight:	bold;
	text-decoration: none;
}
a.mainLink:hover {
	font-family: 	Georgia, "Times New Roman", Times, serif;
	font-size: 		12px;
	font-weight:	bold;
	color: 			#999999;
	text-decoration: underline;
}
a.textLink:link {
	font-family:	Georgia, "Times New Roman", Times, serif;
	color:			#FF6600;
	font-size:		12px;
	font-weight:	bold;
	text-decoration: underline;
}
a.textLink:visited {
	font-family:	Georgia, "Times New Roman", Times, serif;
	color:			#FF6600;
	font-size:		12px;
	font-weight:	bold;
	text-decoration: underline;
}
a.textLink:active {
	font-family:	Georgia, "Times New Roman", Times, serif;
	color:			#FF0000;
	font-size:		12px;
	font-weight:	bold;
	text-decoration: none;
}
a.textLink:hover {
	font-family: 	Georgia, "Times New Roman", Times, serif;
	font-size: 		12px;
	font-weight:	bold;
	color: 			#999999;
	text-decoration: none;
}
