@charset "utf-8";
/* CSS Document */


body {
	text-align: center;
	background-image: url(../Images/background.jpg);
	background-repeat: repeat;
}
html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#Master {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#Header {
	height: 200px;
	width: 980px;
	position: relative;
}
#Menu {
	float: left;
	height: auto;
	width: 200px;
	position: relative;
	clear: both;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Outerbox {
	float: right;
	width: 770px;
	position: relative;
	margin-bottom: 5px;
}
#Content {
	float: left;
	width: 540px;
	position: relative;
	text-align: left;
	border-right-width: medium;
	border-right-style: outset;
	border-right-color: #5B7444;
	border-left-width: medium;
	border-left-style: inset;
	border-left-color: #5B7444;
	padding-right: 10px;
	padding-left: 10px;
}
#News {
	float: right;
	width: 200px;
	position: relative;
}
#Footer {
	clear: both;
	height: 20px;
	width: 980px;
	position: relative;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: 688b9a;
	margin-top: 10px;
}
#MyCopy {
	float: left;
}
#FooterOuter {
	float: right;
	width: 770px;
}
#Updated {
	float: right;
}
#Contact {
	float: left;
	width: 560px;
	text-align: center;
}
a {
	color: #00F;
}
a:visited {
	color: #5B7444;
}
.clearit {
	clear: both;
}
img.mya {
	border: 3px outset #5b7444;
}
img.mya:hover {
	border: 3px ridge #ffcc33;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#Disclaimer {
	background-color: #FFC;
	width: 500px;
	border: 2px solid #000;
	position: relative;
	padding: 10px;
	font-style: italic;
	margin-top: 20px;
}
