body {
	color: #001F74;
	padding: 10px;
	font-family: arial;
	font-size: 1em;
	text-align: left;
	margin-left: 5%;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	background-color: #FFFFFF;
	font-style: normal;
}
a:link {
	color: #feb70d;
	text-decoration: underline;
}
a:hover {
	color: #ee1d45;
	text-decoration: underline;
}
a:visited {
	color: #feb70d;
	text-decoration: underline;
}
h1 {
	font-size: x-large;
	color: #0066CC;
	font-family: arial;
	font-weight: bold;
	text-align: left;
}
h2 {
	font-size: 1.3em;
	font-family: arial;
	font-weight: bold;
	text-align: center;
}
h3 {
	font-size: 1.2em;
	font-family: arial;
	font-weight: bold;
	text-align: left;
}
h4 {
	font-size: 1.1em;
	font-family: arial;
	font-weight: bold;
	text-align: left;
}
h5 {
	font-size: 1.5em;
	font-family: arial;
	font-weight: bold;
	text-align: center;
}
h6 {
	font-size: 1.3em;
	font-family: arial;
	font-weight: bold;
	text-align: center;
}
ul {
}
li {
	list-style-type: circle;
}
#header {
	margin-left:20px;
	width:760px;
	text-align: center;
	background-color: #FFFFFF;
}
#content {
	background-color:#FFFFFF;
	margin-left:20px;
	margin-top:20px;
	width:760px;
}
#main-text {
	background-color:#FFFFFF;
	position:absolute;
	top:450px;
	margin-left: 185px;
	margin-right: 5px;
	width: 580px;
}
#navbar {
	background-color:#FFFFFF;
	position:absolute;
	top:450px;
	width: 180px;
}
#footer {
	text-align:center;
	font-size: .7em;
	color:#CCCCCC;
}
p.smalltext {
	font-size: .7em;
}
p.highlight {
	color: #FFFF00;
	font-size: .7em;
}
p.footer {
	font-size: .7em;
	text-align: center;
}

