 /* HTML Tags */

body { background-color:#000; margin-width: 0; margin-height: 0; margin-top: 0; margin-left: 0; text-align: left; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333; }

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}

input { outline:none }
select { outline:none }

a:link {
	color : #36F;
	text-decoration : none;
}
a:visited {
	color : #36F;
	text-decoration : none;
}
a:hover {
	color : #39F;
	text-decoration : underline;
}

select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	border: 1px solid #999;
	padding: 4px;
}

.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3E4C52;
}

.tableMain {
}
.tableMain th {
	padding: 3px 3px 4px;
	font-weight: bold;
	border: 1px solid #999;
	background: #D9D9D9;
}
.tableMain td {
	font-weight: normal;
	padding: 3px;
	color:#333;
}

/* Layers */
#wrapper {
	position:absolute;top:0;left:50%; margin-left:-550px;overflow:show;
}

#content {
	float:center;
	width: 100%;
	padding:5px;
	text-align: center;
}
#tagLine {
	position:absolute;
	width:620px;
	height:42px;
	z-index:51;
	left: 331px;
	top: 5px;
	text-align:center;
	font-size:18px;
	letter-spacing:.5em;
	font-family:Arial, Helvetica, sans-serif;
}
#logo {
	position:absolute;
	width:200px;
	height:232px;
	z-index:10;
	left: 98px;
	top: 1px;
	background: url(/art/Gold-Metal-sm.gif) no-repeat -100px 0px;
	border-left: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
}
#centerBox {
	position:absolute;
	width:517px;
	height:413px;
	z-index:20;
	left: 301px;
	top: 47px;
	border: 3px solid #FFF;
	background-color:#ECECEC;
	color:#333;
}
#upperRight {
	position:absolute;
	width:162px;
	height:191px;
	z-index:15;
	left: 822px;
	top: 47px;
	background-color: #333333;
	overflow: auto;
	padding: 10px;
	color:#FFF;
	border-top: 3px solid #FFF;
	border-right: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
}
#greetBox {
	position:absolute;
	width:179px;
	height:207px;
	z-index:5;
	left: 98px;
	top: 233px;
	border: 3px solid #FFF;
	background-color:#C00;
	color:#FFF;
	padding:10px;
	background:#F00;
	font-size:13px;
}
#lowerRight {
	position:absolute;
	width:180px;
	height:200px;
	z-index:40;
	left: 821px;
	top: 260px;
	background-color: #999999;
	border: 3px solid #FFF;
}
#bottomBanner {
	position:absolute;
	width:903px;
	height:90px;
	z-index:50;
	left: 98px;
	top: 463px;
	border: 3px solid #FFF;
	background-color: #666666;
	color:#FFF;
	text-align:center;
}
#footer {
	position:absolute;
	width:906px;
	height:50px;
	z-index:52;
	left: 98px;
	top: 566px;
}

.spacedText {
	line-height: 1.5em;
}

.redBox {
   font-size:14px;background:#900;color:#FFF;border:#F00 solid 1px;padding:4px;
}

.tooltipContent { 
	border:#666 solid 2px;
	background:#333;
	color:#FFF;
}