@charset "utf-8";
@import url("menu.css");
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFC;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: #bbb;
	border-style: none;
	overflow: auto;
}
a {
	color:#47d;
}
a:visited {
	color:#47d;
}
#wrapper {
	text-align: left;
	position: absolute;
	padding: 0px;
	left: 50%;
}
#wrapper2 {
	width: 770px;
	background: #aaa;
	position: absolute;
	padding: 0px;
	margin-left: -385px;
	margin-top: 40px;
}
#banner {
	width: 100%;
	background: #aaa;
	height: 50px;
	vertical-align:middle;
}
#banner a.ebtables {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	position: absolute;
	top: 0px;
	left: 100px;
}
#banner a.aia {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
	position: absolute;
	top: -40px;
	left: 480px;
	z-index: 200;
}
#banner img {
	border-width: 0px;
	border-style: none;
	margin: 0px;
	padding: 0px;
}
#banner img.logo {
	position: absolute;
	top: 5px;
	left: 5px;
}
#content {
	background: #aaa;
	color:#000;
	padding: 10px;	
}
#content h1 {
	color:#47d;
	font-size: 18px;
}
#content h2 {
	color:#F30;
	font-size: 16px;
}
#content h3 {
	color:#C03;
	font-size: 14px;
}
#content h3 a {
	text-decoration:none;
}
#content .paragraphs {
	margin:10px;
	padding:10px;
	background:#bbb;
}
#content a.aia {
	color:#47d;
}
#content a.aia:visited {
	color:#47d;
}
#content a.aia:link {
	color:#47d;
}
#content em {
	color:#47d;
}
#footer {
	background: #bbb;
	text-align:right;
	margin:0px;
	padding:1px 10px 10px;
}
#footer p.copyright {
	background: #bbb;
	color:#47d;
}
#footer a:visited {
	text-decoration: none;
	color:#47d;
}
#footer a:link {
	text-decoration: none;
	color:#47d;
}
.try2hide {
	display: none;
}
