body
{
	font-family: georgia;
}

div#navigationBar
{
	margin-top: 15px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	color: white;
	background: #EBA910;
	font-size: 12pt;
	border: 3px outset #EBA910;
}

div#navigationText
{
}

div#content
{
	margin: 25px;
	margin-top: 20px;
	text-align: justify;
	color: white;
}

div#contentLeft
{
	margin: 25px;
	margin-top: 20px;
	text-align: justify;
	color: white;
}

.contentHeader
{
	text-align: center;
	font-size: 16pt;
	margin-bottom: 15px;
}

.contentText
{
	margin-top: 25px;
	color: white;
	font-size: 12pt;
	font-weight: bold;
}

div#imageBox
{
	margin-right: 25px;
	margin-bottom: 25px;
	float: left;
	border: #EBA910 outset 4px;
}

div#imageBoxLeft
{
	margin-left: 30px;
	margin-bottom: 10px;
	float: right;
	border: #EBA910 outset 4px;
}

a
{
	color: #EBA910;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}


#navigationBar a
{
	text-decoration: none;
	color: black;
}

#navigationBar a:hover
{
	color: white;
}