html, body {
	height: 100%;
	font-family: Arial, Helvetica, Sans-Serif;
}
body {
	border: 0px;
	color: White;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: Black;
}
body a {
	text-decoration: none;
	color: #44F;
}
body a:hover {
	text-decoration: none;
	color: #F00;
}
#header {
	border: 0px;
	text-align: center;
}
#header div {
	border: 0px;
	padding: 0px;
	height: 64px;
}
#header-left {
	display: inline;
	float: left;
	width: 160px;
	background-image: url(./imgs/SilverCxn_UL.jpg);
}
#header-right {
	float: right;
	width: 160px;
	background-image: url(./imgs/SilverCxn_UR.jpg);
}
#header-middle {
	border: 0px;
	background-image: url(./imgs/SilverBar_1x64.jpg);
}
#content {
	border: 0px;
	text-align: center;
}
#content div {
	border: 0px;
	padding: 0px;
	height: 400px;
}
#content-left {
	display: inline;
	float: left;
	width: 160px;
	font-size: 1.2em;
	background-image: url(./imgs/SilverBar_160x1.jpg);
}
#content-left a {
	font-weight: bold;
}
#content-right {
	float: right;
	width: 160px;
	position: relative;
	background-image: url(./imgs/SilverBar_160x1_R.jpg);
}
#content-right a {
	font-weight: bold;
}
#content-right-bottom {
	border: 0px;
	width: 160px;
	height: 36px;
	background-image: url(./imgs/SilverBase_R.jpg);
	clear: both;
	position: absolute;
	bottom: 0;
}
#content-main {
	border: 0px;
	color: White;
	padding: 1em, .5em, .8em, .5em;
}
#closer {
	border: 0px;
	text-align: center;
}
#closer div {
	border: 0px;
	padding: 0px;
	height: 36px;
}
#closer-left {
	display: inline;
	float: left;
	width: 160px;
	background-image: url(./imgs/SilverBase_L.jpg);
}
#closer-right {
	float: right;
	width: 160px;
	background-image: url(./imgs/SilverBase_R.jpg);
}
#closer-middle {
	border: 0px;
	color: #444;
	text-align: center;
	letter-spacing: .15em;
	font-size: 9px;
	background-image: url(./imgs/SilverBar_1x36.jpg);
	width: 100%;
}
#footer {
	border: 0px;
	clear: both;
	width: 100%;
	text-align: center;
	letter-spacing: .15em;
	font-size: 8px;
	padding-top: 6px;
	padding-bottom: 10px;
	background-image: url(./imgs/SilverBar_1x24.jpg);
	position: absolute;
	bottom: 0;
}
.announcement {
	color: White;
	font-size: 3em;
}
.lgwhite 
{
	color: White;
	font-size: 2.2em;
}
.medwhite 
{
	color: White;
	font-size: 1.4em;
}
.smallwhite 
{
	color: White;
	font-size: 0.8em;
}
.menurow {
	background-image: url(./imgs/MenuItem.jpg);
	height: 54px;
}
.menudat 
{
	text-align: left;
	text-indent: 24px;
}