html {
	font-family: "Times New Roman", Times, Serif
}
/* Masthead */
#masthead {
	position: absolute;
	top: 0px;
	left: 0px;
}
#masthead p {
	margin: 0px;
	padding: 0px;
}
#mastStarLeft {
	position: absolute;
	top: 28px;
	left: 175px;
}
#mastStarRight {
	position: absolute;
	top: 0px;
	left: 325px;
}
#mainPage {
}
/* Main Menu */
#mainMenu {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 174px;
	font-size: 1pt;
}
/*
#mainMenu a {
	font-weight: bold;
	font-size: 10pt;
}
#mainMenu a:link {
	color: #666;
}
#mainMenu a:visited {
	color: #666;
}
#mainMenu a:hover {
	color: #666;
}
*/

/* Main Content */
#mainContent {
	position: absolute;
	top: 90px;
	left: 185px;
	margin-right: 10px;
}
/* Footer */
#footer {
	text-align: center;
	bottom: 0px;
}