p, td, li, ul	{
  font-size: 12px;
  font-family: verdana;
}

/* top, right, bottom, left */


a  			 	{  color:white }
a:link			{ text-decoration: underline }
a:visited		{ text-decoration: underline }
a:hover			{ text-decoration: underline }

body	  { 
	margin: 0;
	padding: 0;
}

#content	 { 
	position: relative;
	margin: 0; 
	padding: 0; 
	margin-left:auto;
	margin-right:auto;	
	width: 800px !important; 
	width: 800px; 
	height: 600px; 
	text-align: left;
}

/* Top Line of the page */

#topbanner {
  top:0px;
  left:0px;
  width: 800px;
  height: 40px;
}

#navarea	{
	color: black;
	padding: 14px 0px 0px 36px;
}

.navlink	{
	margin-right:40px; 	
	text-transform: uppercase; 
	color: black;
}

a.navlink  			{ }
a.navlink:link		{ text-decoration: none }
a.navlink:visited	{ text-decoration: none }
a.navlink:hover		{ color:yellow ; text-decoration: none }

.navlink_disabled	{
	margin-right:40px; 	
	text-transform: uppercase; 
	color: #555;
}
/* Unused */

#maincopyright	{
  position: absolute;
  top:580px;
  left:628px;
	font-size:10px;
	color: black;
}
.tinytext		{ font-size: 10px;}
.tinytextcaps	{ font-size: 10px; 	text-transform: uppercase; }
