body {
	margin: 0px;
	background-color: #336;
	background-image: url('/template/body_back.gif');
	font-family: verdana;
	color: #fff;
	font-size: 14px
}

#header {
	height: 150px;
	background-image: url('/template/header_background.jpg');
	width: 100%;
	border-bottom: 2px #003 solid
}

a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #BFB3EF
}
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #ada1cd
}
a:hover {
	font-weight: bold;
	text-decoration: underline overline;
	color: #ff0
}

#navigation {
	line-height: 25px;
	padding-left: 3%;
	clear: both;
	background-image: url('/template/nav_back.png');
	border-bottom: 1px #330 solid
}
	#navigation a:link {
		padding: 1px;
		text-decoration: none;
		border: 1px #003 solid;
		font-size: 11px;
		font-weight: bold;
		color: #fff;
		background-image: url('/template/button_back.gif')
	}
	#navigation a:visited {
		padding: 1px;
		text-decoration: none;
		border: 1px #003 solid;
		font-size: 11px;
		font-weight: bold;
		color: #fff;
		background-image: url('/template/button_back.gif')
	}
	#navigation a:hover {
		background-color: #669;
		background-image: url('/template/button_hover.gif');
		color: #000
	}

#content {
	margin-left: 3%;
	margin-right: 3%;
	padding: 3%;
	padding-top: 20px;
	background-color: #333366;
	border: 1px #669 solid;
	border-top: 0px;
}

h1 {
	font-size: 18px;
	color: #FFF79F
}

h2 {
	font-size: 15px;
	color: #FFF79F
}