.main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #CCCCCC;
	background-image: url(back2.jpg);
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;

}
.HeaderBar {
	position: absolute;
	height: 190px;
	width: 780px;
	left: 0px;
	top: 0px;
}
.MenuBar {
	position: absolute;
	width: 250px;
	left: 0px;
	top: 190px;
}
.MenuItem {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FFFFFF;
	padding-left: 20px;
	font-style: italic;
	padding-top: 2px;

}
.MenuItem a:link {
	color: #9999CC;
	font-weight: bold;
	text-decoration: none;
}
.MenuItem a:visited {
	color: #9999CC;
	font-weight: bold;
	text-decoration: none;
}
.MenuItem a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.ContentArea {
	padding: 3px;
	position: absolute;
	width: 480px;
	left: 300px;
	top: 190px;
}
.ContentFooter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #CCCCCC;
	text-align: right;
	padding-top: 2em;

}
