body
{
	background: url(../images/back.gif) #616161;
	color: #EFEFEF;

	margin-top:20px; 
	margin-bottom:20px; 
	margin-left:50px; 
	margin-right:50px;
	font-family: Arial;
}

/* .title { position:absolute; top:5px; right:30px; font-family:Helvetica, Verdana; font-size:27; } */

a { color:white; text-decoration: none }

#copyright { font:normal 7pt Arial; color:#777777; } 

.bottomFill
{
	background: url(../images/bottomFill.jpg) black no-repeat; 
background-position: center right;
	border-top:1px #616161 solid;
	height:30px; 
	vertical-align:middle; 
	text-align:right;
	padding-right:10px;
}

.label { font-family:Tahoma;font-weight:normal;font-size:25px;color:#EFEFEF; letter-spacing:5px; }

.navText { 
	   position:relative;
	   font:bold 8pt Arial;
	   text-align: center;
	 }

.hyper:link    { color:#676C71; font-weight:bold; }
.hyper:active  { color:#dead00; font-weight:bold; }
.hyper:visited { color:#676C71; font-weight:bold; }
.hyper:hover   { color:#dead00; font-weight:bold; }



#linkList {
	margin: 0px;
	padding: 0px;
}

#linkList li {
	font:bold 8pt Arial;
	text-align:center;
	list-style-type: none;
	display: inline;
	width:60px;
	padding: 1px 5px 1px 25px;
	margin: 1px 0 1px 2px;
	border:1px solid #616161;
}

#hilite{
	background:#616161;
}

li a:hover { text-decoration:underline; }

#header {
	background:transparent url(/images/topFill.jpg) no-repeat top left;
	height:30px;
	border-bottom:1px #616161 solid;
}

#container {
	height:97%;
	width:100%;
	background:black;
	border:3px white solid;
}

/* needed b/c when content exceeds div's 'height:97%', content overflows the div */
#container-dist {
	min-height:97%;
	width:100%;
	background:black;
	border:3px white solid;
}

.plainText{ font:normal 8.5pt Arial; }
.text      { font-family:Arial; font-size:9pt; font-weight:bold; color:#9D9FA0; }

