body {
	background:#223366;
}
#Container {
	width:800px;
	border:3pt double silver;
	margin-left:auto;
	margin-right:auto;
}
#Header {
	height:130px;
	width:100%;
	background:url(/images/template/glass1.jpg);
}
#HeadText {
	height:80px;
	/*width:280px;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.8em;
	text-align:center;
	padding-top:20px;
	padding-left:20px;
	color:white;
}
#HeadText h3 {
	font-size:1.3em;
}
#Menu {
	height:20px;
	background:url(/images/template/Trans.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;
}
.Side {
	font:12px Arial, Helvetica, sans-serif;
	width:100px;
	background:#223366;
	color:silver;
	border:1pt solid navy;
	float:right;
	padding:5px;
	margin-right:10px;
}
.Side a {
	font:12px Arial, Helvetica, sans-serif;
	color:white;
	text-decoration:underline;
}
.Side a:hover {
	color:gray;
}
#Body {
	background:#225599 url(/images/template/Background1.png);
	padding:25px;
	font:16px Arial, Helvetica, sans-serif;
	color:silver;
}
#Body h2 {
	color:white;
	font-size:.9em;
	margin-top:0px;
}
#Body h3 {
	color:white;
	font-size:1.3em;
	margin-top:0px;
}

#Body h4 {
	color:white;
	margin-top:0px;	
}

#Body>a {
	color:white;
	text-decoration:underline;
}
#Body>a:hover {
	color:gray;
}


#Body a.template {
	color:white;
	text-decoration:underline;
}
#Body a.template:hover {
	color:gray;
}

#Footer {
	font:12px Arial, Helvetica, sans-serif;
	height:20px;
	background:url(/images/template/Trans2.png);
	text-align:center;
}
#Footer a {
	text-decoration:none;
	color:black;
}
#Footer a:hover {
	color:gray;
}