

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
* { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }

/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 

body { 
	color: #009900;
	font:11px/18px Arial, Helvetica, sans-serif; 
	text-align:center; 
	}
	
p, ul, ol, dl, pre, blockquote	{ margin-bottom:10px; }

blockquote { 
	margin-left: 10px; 
	margin-right: 10px; 
	}
	
h1,h2,h3 { margin-bottom:8px; }

h1	{ font-size:1.3em; color:#000; }
h2	{ font-size:1.1em; color:#009900 }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#009900; text-decoration:underline; }
a:hover,a:active	{ color:#ccc; text-decoration:underline; }

/* framework
 * ------------------------------------------------------------------------- */

.linkpopup {
 position: relative;
}

.linkpopup span {
 background-color: #ccc;
 border: 1px solid #000;
 display: block;
 left: 0;
 padding: .25em;
 position: absolute;
 top: -1.75em;
 Width: 300px;
 Height: 400px;
}

.linkpopup:link span,
.linkpopup:visited span {
 visibility: hidden;
}

.linkpopup:hover span,
.linkpopup:focus span,
.linkpopup:active span {
 color: #000;
 text-decoration: none;
 visibility: visible;

}


#wrap {
	background: urL("../images/wallbg.gif");
	width:760px;
	margin-left:200px;
	border: 1px dotted;
	margin: 0 auto;
	}

#mast { 
	background: url("../images/mast.jpg");
	height: 123px;
	width:760px;
	margin-bottom: 0px;
	text-align: right;
	}


.list{
font-size:12px;
color:#009900;
text-align:left;
margin-left:18px;
margin-top:10px;
list-style-image: url("../images/bullet.gif");
}

.list2{
font-size:12px;

text-align:left;
margin-left:18px;
margin-top:10px;
list-style-image: url("../images/bullet.gif");
}

.stretcher { 
	
	width: 730px;
	
	background: urL("../images/wallbg.gif");
	
	}
	
	.stretcher div { padding: 8px 0; }
	
	.stretcher p, .stretcher ul, .stretcher h4 {
		margin: 3px 0;
		}





/* display h3
 * ------------------------------------------------------------------------- */

h3 { margin: 0; padding: 0; }

h3.display a:link,
h3.display a:visited { 
	background: url("../images/blanknavbar.gif");
	color: #fff;
	display: block;
	font-size: .95em;
	height: 25px;
	line-height: 25px;
	padding-left: 10px;
	text-align:left;
	text-decoration: none;
	text-transform: uppercase;
	}
	

.para{
background: urL("../images/wallbg.gif");
	font-size:12px;
	color:#000000;
	text-align:center;
	margin-left:10px;
	}
	
.para2{
	font-size:12px;
	color:#009900;
	text-align:middle;
	
	}	
	
.green{
color:#009900;
}
.masslink{
float:right;
}

#navbar{
with:760px;
height: 20px;
background-color:#000000;
margin-top:0px;
vertical-align:top;
}

.nav{
text-align:left;
font-size:18px;
font-weight:bold;
margin-top:-15px;
}

#navbarli{display:inline;}

#navbar a:link, #navbar a:visited	{ color:#fff; text-decoration:underline; }
#navbar a:hover, #navbar a:active	{ color:#ccc; text-decoration:underline; }




#goal {
background: urL("../images/wallbg.gif");
font-size:12px;
color:#000000;
text-align:left;
margin-left:10px;
margin-top:10px;
line-height: 14px;
}

#contact{
background: urL("../images/wallbg.gif");
color:#000000;
text-align:left;
margin-left: 10px;
margin-top: 10px;
}

#beacon{
background: urL("../images/wallbg.gif");
color:#000000;
text-align:left;
margin-left: 10px;
margin-top: 10px;
}



