@charset "utf-8";
.slogan {
	color: #FC0;
	font-size: 18px;
	font-family: "Courier New", Courier, monospace;
}
body {
	background-image: url(images/shadowbg.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
#header {
	background-color: #79AE28;
	width: 778px;
	height: auto;
	color: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 20px;
	font-size: 28px;
	text-decoration: none;
	float: none;
}
#navigation {
	width: 798px;
	background-color: #414141;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 1px;
	float: none;
}
#navigation a {
	color: #FFF;
	font-size: 18px;
	margin-left: 15px;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
}
#navigation a:hover {
	color: FF0084;
	font-size: 18px;
	text-decoration: underline;
	font-family: "Courier New", Courier, monospace;
}

#content {
	float: none;
	width: 769px;
	margin-top: 1px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 1.6em;
	height: auto;
	font-family: Verdana, Geneva, sans-serif;
}
#content a {
	color: #028FF8;
}
#content img {
	float: right;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#banner {
	float: none;
	width: 798px;
	background-color: #79AE28;
	height: 200px;
	margin-top: 1px;
	background-image: url(images/keys.jpg);
}
#container {
	float: none;
	margin-right: auto;
	width: 799px;
	margin-left: auto;
}
#footer {
	float: left;
	height: 300px;
	width: 798px;
	background-color: #79AE28;
	text-align: center;
	color: #FFF;
}
#header #condet {
	color: #414141;
	background-color: #79AE28;
	float: right;
	font-size: 16px;
	text-decoration: none;
	text-align: right;
	padding-right: 25px;
	line-height: 1.5em;
}
#header #condet a {
	color: #FFF;
	text-decoration: none;
}
#header #condet a:hover {
	color: #414141;
	text-decoration: underline;
}
#content a:hover {
	color: #0167D6;
}
.h1 {
	color: #D95700;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
}
#container #content h3 {
	font-family: "Courier New", Courier, monospace;
}
.question {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666;
}
.answer {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #79AE28;
	text-decoration: none;
}
#container #footer a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
#container #footer a:hover {
	text-decoration: underline;
	color: #333;
	font-weight: bold;
}
