@charset "utf-8";
body {
	background-color: #AEAEAE;
}
#navigationBar {
	text-align: left;
	margin: 0px;
	padding: 2px 0px;
	width: 100%;
	background: #AFAFAF;
}
#content #navigationBar p {
	font-size: 1em;
	margin: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
}

#aboutFrontPage {
	margin: 30px 10px 10px;
	padding: 2px 0px;
	width: 300px;
	float: left;
}
#headerFrontPage {
	text-align: left;
	margin: 10px;
	padding: 0px 2px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 100;
	color: #666;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #666;
}
p2 {
	font-size: 0.75em;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.p3 {
	font-weight: bold;
	color: #666;
}

a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:active {
	text-decoration: none;
}
#content {
	margin: 0px auto;
	padding: 20px;
	width: 840px;
	background: #fff;
}
#content #navigationBar p a:link {
	color: #FFF;
}

#footer {
	background: #CCC;
	text-align: center;
	margin: 0px;
	padding: 2px 0px;
	font-weight: bold;
	/* [disabled]float: inherit; */
}
ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #666;
}

