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


body {
	background-color: #D3E1ED;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	background-image: url(images/bodytile.jpg);
	background-repeat: repeat-y;
	background-position: center 0px;
}

p { margin: 0px 0; }


.myheader {
	width: 100%;
	margin-left: 0px;
	background-color: #666666;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-top: 10px;
	text-align: center;
	display: block;
}
.bottom {
	width: 100%;
	position: relative;
	background-color: #000000;
	height: 4px;
}
.menu {
	width: 160px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8f9193;
	border-right-color: #8f9193;
	border-bottom-color: #8A8C8E;
	border-left-color: #8f9193;
	color: #FFFFFF;
	background-color: #E9EBED;
	margin-left: 20px;
	margin-top: 40px;
	text-align: right;
}

.middle {
	width: 987px;
	border-right-color: #8f9193;
	border-bottom-color: #8A8C8E;
	border-left-color: #8f9193;
	color: #000000;
	background-color: #E3ECF3;
	background-image: url(images/tile.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	margin-right: auto;
	margin-left: auto;
}
.whitetextbox {
	width: 270px;
	margin-top: 0px;
	margin-left: 204px;
	color: #000000;
	height: auto;
	clear: both;
	padding-top: 50px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}


.menu a {
	color: #000000;
	text-decoration: none;
	display: block;
	float: none;
	padding: 10px;
	border: 1px solid #FFFFFF;
}

h1 {
	color: #555659;
	font-size: 14px;
}
.menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	float: none;
	padding: 10px;
	border: 1px solid #FFFFFF;
	background-color: #666666;
}
.footer {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 9px;
}
.footer a {
	font-size: 10px;
	color: #333333;
	margin-right: 5px;
	margin-left: 5px;
}
h2 {
	color: #555659;
	font-size: 16px;
}
