body {
	background:#223366;
}
#Container {
	width:800px;
	border:3pt double silver;
	margin-left:auto;
	margin-right:auto;
}
#Header {
	height:20px;
	width:100%;
	/* background:url(glass1.jpg); */
}
#HeadText {
	height:20px;
	width:20%; /* 380px; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	text-align:center;
	padding-top:20px;
	color:white;
}
#HeadText h3 {
	font-size:1.3em;
}
#HeadText a {
	font-size:1.0em;
	color:white;
	text-decoration:none;
}
#HeadText a:visited {
	color:gray;
	text-decoration:none;
}
#Menu {
	height:30px;
	background:url(Trans2.png);
}
#Menu a {
	font:12px Arial, Helvetica, sans-serif;
	padding:0px 5px;
	margin-left:20px;
	color:black;
	border:2pt outset gray;
	text-decoration:none;
}
#Menu a:hover {
	border:2pt inset gray;
	background:silver;
}
#Body {
	background:#225599 url(Background1.png);
	padding:25px;
	font:16px Arial, Helvetica, sans-serif;
	color:silver;
}
#Body h3 {
	color:white;
	font-size:1.3em;
	margin-top:0px;
}
#Body a {
	color:white;
	text-decoration:underline;
}
#Body a:hover {
	color:gray;
}
#Footer {
	font:12px Arial, Helvetica, sans-serif;
	height:20px;
	background:url(Trans2.png);
	text-align:center;
}
#Footer a {
	padding:0px 5px;
	text-decoration:none;
	color:black;
}
#Footer a:hover {
	color:gray;
}

