/* lg.css*/ 
a:link {color: #333;}
a:visited {color: #333;}
a:hover 
{
	/* font-weight: bold; */
	color: #333;
	background: #CCFF33;
}
a:active {color: #0CF; background: #000;}

/*border: 1px solid #F03; */

html{
	background: #dadd84;
}

body
{
	background: #FF9;
	
	padding: 5px;
	margin: 5px;
	text-align: left;
}

h1{
	font-size: 167%;
}

h2{
	font-size: 138.5%;
	margin-top: 10px;
}

p		
{
	margin: 0 0 .85em 0;
	padding: 0;
	line-height: 1.5em;
	padding-left: 2em;
	font: 100% Georgia, "Times New Roman", Times, serif;
}

.Content>p {margin:0px;}
.Content>p+p {text-indent:20px;}

hr 
{
	margin: 1em 0 -.5em 0;
	padding: 0;
}

img
{
	margin: 0px; 
	padding: 0px;
	border: 0;
}

table
{
	border: 0;
	background: #FF9;
	padding: 5px;
	margin: 5px;
 }
 
td, th
{
	padding: .25em;
	border: 1px;
}

table p, {
  margin:0;
}

table h2{
  margin:.25em;
}

table ul{
  margin:.25em 2em;
}

address
{
	margin-top: 0;
	margin-left: 100px;
	font-weight: normal;
}

dt
{
	margin-top: 1.5em;
	margin-left: 30px;
	font-weight: bold;
}

dd
{
	margin-left: 45px;
	font-weight: normal;
}

fieldset {
  border: ridge 2px darkgreen;
  line-height: 1.8em;
  margin-top: 20px;
	background-color: #f0fee2;
}

fieldset h2 {
	margin: 1em 1em 0 1em;
}

fieldset h3 {
  margin: .25em 1em 0 2em;
}

fieldset p {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: .5em 1em 1.5em 2em;
}

legend{
  border: ridge 2px darkgreen;
  
  padding: 5px 15px;
  background-color: darkgreen;
  color: white;
  margin-left: 20px;
	font: bold 167% Georgia, "Times New Roman", Times, serif;
}

#banner
{
	position: relative;
	padding: 0px;
	margin: 0px;
	height: 108px;
	/* width: 1240;*/
	color: #669933;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-image: url(../images/mast-spring.jpg);
	z-index: 1;
}

#bannerlinks
{
	position:absolute;
	width: 140px;
	top: 10px;
	right:8px;
	background-color:#FFF;
	padding: 5px;
  color: #000;
	font-weight: normal;
	z-index: 5;
}



#banner .indent
{
	margin: 0 0 0 1.25em;
	
}

#banner a { text-decoration: none;}
#banner a:link { color: #00CC00; 
				 text-shadow: 4px 4px 5px #900;}
#banner a:visited { color: #00CC00;
					text-shadow: 4px 4px 5px #900;}
#banner a:hover { color: #00CC00; background: transparent;}

#site-name{
  display:none;
}

#content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 150px 20px 150px;
	padding: 5px;
	z-index: 4; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#content img
{
	margin: 10px;
	padding: 0;
	clear: both;
}

#plain {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:20px;
	padding: 5px;
	z-index: 4; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}
	
	
#sidebar {
	position:absolute;
	width: 125px;
	top:120px;
	right:10px;
	border:1px dotted #666600;
	color:#333;
	background-color: #d3fec9;
	padding: 5px;

	margin-bottom: 1em;
	margin-top: 1em;
	z-index: 2;
	font: 11px "Lucida Grande", Verdana, Lucida, Arial, Helvetic, san-serif;
	font-weight: normal;
	line-height: 1.5em;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	
	}
/* Again, "be nice to Opera 5". */
body>#sidebar {width:120px;}

#sidebar h2 {
		margin: 1em 0 0 1px;
		font-weight: bold;
		font-size: 116%;
		}
#sidebar h3 {
		margin: 1em 0 0 1px;
		font-weight: bold;
		font-size: 93%;
		}
#sidebar p{
	margin: .25em 0 .5em -16px;
	font-size: 85%;
}

#footer
{
	clear: both;
	color: #999;
	font: 10px "Lucida Grande", Verdana, Lucida, Arial, Helvetic, san-serif;
	margin-top: 25px;
	text-align: center;
}

#ad-bar{
  position: absolute;
	top: 570px;
	left:10px; 
	z-index:3;
	width:120px;
		
	border: 0;
	padding: 0;
	margin-bottom: 1em;
	margin-top: 1em;
	margin-left: -5px;
}

#navcontainer {
	position: absolute;
	top: 120px;
	left:10px; 
	z-index:3;
	width:120px;
		
	border: 1px solid #FFF;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	margin-top: 1em;
	font: 10px "Lucida Grande", Verdana, Lucida, Arial, Helvetica, Geneva, san-serif;
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details.  */ 
	voice-family: "\"}\"";
	voice-family:inherit;
	width:120px;				
	}
	
	/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navcontainer {width:120px;}

#navcontainer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#navcontainer li
{
	font: 10px "Lucida Grande", Verdana, Lucida, Arial, Helvetic, san-serif;
	border-bottom: 1px solid #FFF;
	margin: 0;
	color:#333;
	background-color:#CCFF66;
	width: 100%;
	list-style: none;
}

#navcontainer li a
{
	display: block;
	padding: 3px 2px 3px 0.5em;
	border-left: 10px solid #009900;
	border-right: 0;
	color: #fff;
	text-decoration: none;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:link { color: #333; }
#navcontainer li a:visited { color: #333; }
#navcontainer li a:hover
{
	border-left: 10px solid #FFFF00;
	border-right: 0;
	color: #CCFF66;
	background-color: #669933;
	font-weight: normal;
}



.inlineit{display: inline;}
.center{text-align: center;}
.hide{display: none;}
.eid
{
	color: #666633;
	font: 80% "Lucida Grande", Verdana, Lucida, Arial, Helvetic, san-serif;
}

.event-control{
 font-size: 75%;
}

.event-control img{
  float: right;
  opacity:0.4;
}

