/* CSS Document */

body {
	background-color:#BFB07D;
}

h1 {
	text-align:center;
}
hr {
	width:75%;
}

#header {
	background-color:#999;
}
#mainBox {
	display:block;
	background-color:#9096BF;
	width:650px;
	padding-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:10px;
	border-color:#000;
	border-style:solid;
	border-width:2px;
	border-radius:8px;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:justify;
}
.generalText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
}
.text {
	margin-left:20px;
	margin-right:20px;
}
#footer {
	text-align:center;
}
.footer {
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
}
.frontPageImage {
	border-color:#000;
	border-style:solid;
	border-width:1px;
}
.textBox {
	border-style:solid;
	border-color:#000;
	border-width:2px;
}

.imageBox {
	display:block;
	border-color:#000;
	border-style:solid;
	border-width:2px;
	margin-left:auto;
	margin-right:auto;
}
.inlineImage {
	float:left;
	margin:5px;
	border-color:#000;
	border-style:solid;
	border-width:2px;
}