body	{
	margin: 0px;
	padding: 0px;
	font: normal 12px arial, helvetica, sans-serif;	
	color: #555555;
	background: url('../images/bg.jpg');
	background-color: #ffffff;
	line-height: 18px;
}



/* ###########   newsbar stuff  ###########*/
div.newsbarfullwidth	{
	width: 100%px;
	height: 36px;	
	margin: 0px;
	padding: 0px;
	border: solid 0px #000000;
	background-color: #000000;
	clear: both;
}


div#newsbar	{
	color: #ffffff;
	width: 950px;
	height: 36px;	
	margin: 0px auto;
	padding: 0px;
	border: solid 0px #ff0000;
	overflow: hidden;
}

div#topcontainer	{
	width: 950px;
	height: 270px;	
	margin: 0px auto;
	padding: 0px;
	border: solid 0px #ff0000;
}

div#mainnav	{
	width: 190px;	
	margin: 0px;
	padding: 10px 0px 0px 0px;
	border-left: solid 0px #ff0000;
	float: right;
}


div#maincontainer	{
	width: 950px;	
	margin: 10px auto;
	padding: 0px;
	border: solid 0px #000000;
}


div#main	{
	width: 730px;	
	margin: 0px;
	padding: 10px;
	border: solid 0px #ff0000;
	float: left;
}


div#rightcolumn	{
	width: 190px;	
	margin: 0px 0px 0px 10px;
	padding: 0px;
	border: solid 0px #ff0000;
	float: left;
}

div#footerfullwidth	{
	width: 100%;
	height: 100px;	
	margin: 0px;
	padding: 0px;
	border-top: solid 1px #000000;
	background-color: #7f7f7f;
	clear: both;
}

div#footer	{
	width: 930px;
	margin: 0px auto;
	padding: 10px;
	border: solid 0px #000000;
}

div.envelopebox	{
	float: left;
	margin: 0px 16px 30px 0px;	
	}

div.envelopebox	img{
	border: dotted 1px #555555;	
	}



h1	{
	font: bold 23px arial, helvetica, sans-serif;
	letter-spacing: -1px;
	color: #06b085;
	}
	
h2	{
	font: italic normal 20px arial, helvetica, sans-serif;	
	color: #f4aa00;
	}

h3	{
	font: italic normal 20px arial, helvetica, sans-serif;	
	color: #06b085;
	margin-top: 15px;
	}

h4	{
	font: italic normal 14px arial, helvetica, sans-serif;	
	color: #555555;
	margin-top: 0px;
	}


div#news h1	{
	font: normal 16px arial, helvetica, sans-serif;	
	color: #f0ab00;
	padding-bottom: 0px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #555555;
	}
	
div#news h2	{
	font: normal 14px arial, helvetica, sans-serif;	
	color: #555555;
	
	}	
	
	
div#quote	{
	font: normal 14px arial, helvetica, sans-serif;	
	color: #555555;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 380px;
	border: solid 0px #ff0000;
	float: left;
	background: url('../images/quote_left.gif') no-repeat 0px 0px;
	}

div#quote	p{
	padding: 20px 60px 0px 60px;
	}

.small	{
	font-size: 12px;
	line-height: auto;
	color: #000000;
	margin: 0px;
	}



ul.list {
	list-style: bullet;
	width: 450px;
	margin-top: 20px;
	margin-left: 60px;
	padding-left: 1em;
	text-indent: 3px;
	}

ul.list li	{
	margin-bottom: 10px;
	}


a:link {
	font: bold 14px Arial, Helvetica, sans-serif;	
	text-decoration: underline;	
	color: #06b085;	
}
	
A:visited {
	font: bold 14px Arial, Helvetica, sans-serif;	
	text-decoration: underline;	
	color: #06b085;	
}

A:active {
	font: bold 14px Arial, Helvetica, sans-serif;	
	text-decoration: underline;	
	color: #06b085;	
}

A:hover {
	font: bold 14px Arial, Helvetica, sans-serif;	
	text-decoration: underline;	
	color: #000000;
}


a.textlink:link {
	font: bold 14px Arial, Helvetica, sans-serif;	
	text-decoration: none;	
	background-color: #06b085;
	color: #ffffff;
	padding: 5px;	
}

a.textlink:active {
	font: bold 14px Arial, Helvetica, sans-serif;	
	text-decoration: none;	
	background-color: #06b085;
	color: #ffffff;
	padding: 5px;	
}

a.textlink:visited {
	font: bold 14px Arial, Helvetica, sans-serif;	
	text-decoration: none;	
	background-color: #06b085;
	color: #ffffff;
	padding: 5px;	
}
	

a.textlink:hover {
	font: bold 14px Arial, Helvetica, sans-serif;	
	text-decoration: none;	
	background-color: #000000;
	color: #ffffff;
	padding: 5px;	
}


a.textlinksmall:link {
	font: normal 11px Arial, Helvetica, sans-serif;	
	color: #000000;
	text-decoration: none;	
	}

a.textlinksmall:active {
	font: normal 11px Arial, Helvetica, sans-serif;	
	color: #000000;
	text-decoration: none;
}

a.textlinksmall:visited {
	font: normal 11px Arial, Helvetica, sans-serif;	
	color: #000000;
	text-decoration: none;
}
	

a.textlinksmall:hover {
	font: normal 11px Arial, Helvetica, sans-serif;	
	color: #000000;
	text-decoration: underline;
}



/* small footer link */

A.footernav:link {
	font: bold 10px Arial, Helvetica, sans-serif;	
	text-decoration: underline;	
	color: #555555;
}
	
A.footernav:visited {
	color : #555555;	
}

A.footernav:active {
	color : #555555;	
}

A.footernav:hover {
	color : #000000;	
}

/* ######### news ticker #########  */

#news {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #f4aa00;
	list-style-type: none;
	padding-top: 9px;
	}




/* ######### Navigation Hover Stuff #########  */

#navigation {
  list-style: none;
}

#navigation li {
  float: left;
  }

#navigation a * {
  display: none;
}

#navigation a,
#navigation a .hover {
  height: 25px;
	position: relative;
	display: block;
	background: url("../images/navbuttons.gif") 0 0 no-repeat;
}



/* individual navigation items */
#navigation a.home {
  background-position: 0 0;
  width: 190px;
}

#navigation .highlight a.home:hover,
#navigation a.home .hover {
  background-position: 0 -196px;
  width: 190px;
}




#navigation a.news {
  background-position: 0px -25px;
  width: 190px;
}

#navigation .highlight a.news:hover,
#navigation a.news .hover {
  background-position: -0px -221px;
}




#navigation a.about {
  background-position: 0px -50px;
  width: 190px;
}

#navigation .highlight a.about:hover,
#navigation a.about .hover {
  background-position: -0px -246px;
}




#navigation a.who {
  background-position: 0px -75px;
  width: 190px;
}

#navigation .highlight a.who:hover,
#navigation a.who .hover {
  background-position: 0px -271px;
}




#navigation a.nlt {
  background-position: 0px -100px;
  width: 190px;
}

#navigation .highlight a.nlt:hover,
#navigation a.nlt .hover {
  background-position: 0px -296px;
}



#navigation a.bid {
  background-position: 0px -125px;
  width: 190px;
}

#navigation .highlight a.bid:hover,
#navigation a.bid .hover {
  background-position: 0px -321px;
}

#navigation a.past {
  background-position: 0px -150px;
  width: 190px;
  height: 50px;
}

#navigation .highlight a.past:hover,
#navigation a.past .hover {
	height: 50px;
  background-position: 0px -346px;
}






