﻿a {
	color: #000000;
}
a:visited {
	color: #FFFF00;
}
a:active {
	color: #008000;
}
a:hover {
	color: #FF00FF;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 955px;
	font-family: "trebuchet MS", Verdana, Arial;
	font-size: small;
	background-image: url('images_template/background.jpg');
	background-repeat: no-repeat;
	background-color: #000098;
}
#navigation {
	width: 700px;
	float: right;
	margin-top: 25px;
	text-align: right;
	font-size: 10pt;
	padding-right: 10px;
	color: #0000A0;
	font-weight: bold;
}
#navigation a {
	text-decoration: none;
	color: #0000A0;
}
#navigation a:hover {
	text-decoration: none;
	color: #FF0000;
}
#heading {
	width: 610px;
	float: right;
	font-size: x-large;
	margin-top: 120px;
	color: #FFFF00;
	font-weight: bold;
	text-align: center;
}
#spacer {
	clear: both;
}
#mainbody {
	width: 610px;
	float: right;
	clear: both;
	margin-top: 15px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 15px;
}
#footer {
	text-align: center;
	font-size: xx-small;
	clear: right;
	background-image: url('images_template/footer.jpg');
	height: 85px;
	color: #0000A0;
}
#footer a {
	text-decoration: none;
	color: #0000A0;
}
#footer a:hover {
	text-decoration: none;
	color: #FF0000;
}
