
a.bannerlink { color: red; background-color: transparent; } 

 a:link { color: yellow; background-color: transparent; } 
 a:link.bannermsg { color: red; background-color: transparent; } 
 a:visited { color: grey; background-color: transparent; } 
 a:hover { color: white; background-color: black; } 
 a:active { color: yellow; background-color: black; } 

ul									{ list-style: none; }
ul.dropdown                         { position: relative; }
ul.dropdown li                      { font-weight: bold; float: left; zoom: 1; background: #ccc; }
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    { display: block; padding: 4px 8px; border-right: 1px solid #333;
	 								  color: #222; }
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #F3D673; color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }

body { 
color: white;
background-color: #674100;
background-image: url(images/redearthtile.jpg);
}

#header {
text-align: center;
 }

#links  {
/*background-color: #8F411C;*/
  border-top: 1px solid #b9d2e3;
  border-bottom: 1px solid #b9d2e3;
  height: 1%;
  /*width: 780px;*/
  padding: 3px 8px;
  margin: 3px 5%;
  text-align: center;
  }
 
 .main {
 position: relative;
 margin: 0px 200px 0px 0px;
/* text-align: center;*/
 }
  .front {
 position: relative;
 margin: 0px 0px 0px 0px;
 text-align: center;
 }
 .content {
 	text-align: left;
 	padding-bottom: 4px;
 	padding-right: 4px;
 	  border-bottom: 1px solid #b9d2e3;
 }
 .center
 {
 	text-align: center;
 }
 .bannermsg
 {
 	position: relative;
 	width: 600px;
 	background-color: #cccccc;
 	color: black;
 	font-style: italic;
 	text-align: center;
 	margin: auto;
 }


 #mainwrap {
/*width: 999;*/
position: relative;	
margin: 30px 30px 30px 30px;
text-align: left;
 }
 
 #rightside
 {
 	position: absolute;
 	top: 0;
 	right: 0;
 	width: 180px;
 	text-align: center;
 	margin: 60px 0px 0px 0px;
 	border-left: 1px solid #b9d2e3;
 	padding-left: 9px;
 }
 .righttop
  {
  border-bottom: 1px solid #b9d2e3;
 }
 .righttext
 {
  border-bottom: 1px solid #b9d2e3;
 	color: white;
 	font-size: smaller;
 	padding-bottom: 30px;
 }
.linkspacing
{
	line-height: 180%;
	padding-left: 24px;
}
.spacing180
{
	line-height: 180%;
}
 .space30
 {
 	padding-bottom: 30px;
 }
 .space60
 {
 	padding-bottom: 60px;
 }
.title110
{
	font-size: 110%;
	font-weight: bold;
}


.new
{
	text-decoration: underline;
	color: yellow;
	font-size: large;
	font-weight: bold;
	line-height: 1.5em; 
}
.em1
{
	font-weight: bold;
	text-decoration: underline;
}
.em2
{
	font-style: italic;
	font-weight: bold;
}
.em3
{
	font-weight: bold;
}
.em4
{
	font-style: italic;
}
.yellow { color: yellow; }


h4 { text-decoration: underline; }

 #hoverright
 {
 	position: absolute;
 	top: 0;
 	right: 0;
 	width: 200px;
 	text-align: center;
 	margin: 60px 0px 0px 0px;
 	border-left: 1px solid #b9d2e3;
/* 	padding-left: 9px;*/
 }
 
.hoverbox
{
	cursor: default;
	list-style: none;
	border: 0;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -90px;
	right: 210px;
	z-index: 1;
}
.hoverbox2 a:hover .preview  /* for photo section lower on page */
{
	display: block;
	position: absolute;
	top: 90px;
	right: 210px;
	z-index: 2;
}

.hoverbox img
{
/*
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
*/
	color: inherit;
	vertical-align: top;
}

.hoverbox li
{
	background: #eee;
	color: inherit;
	display: inline;
	float: left;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
}

OL LI {padding-bottom: 8px;
}
dl dt {text-decoration: underline;
}
.main UL {list-style-type: disc;}
.main UL a { color: white; background-color: transparent; }

