/* @charset "euc-jp"; */


a:link {
	color:rgb(200,255,200);
	text-decoration: none; 
	border-bottom: #FF9933 dotted 1px;
}

a:visited {
	color: rgb(245,255,245); 
	text-decoration: none; 
	border-bottom: grey dotted 1px;
}

a:hover {
	color:rgb(255,255,255);
	text-decoration: none; 
	border-bottom: white dotted 1px;
}

a:active {
	color:rgb(255,255,255);
	text-decoration: none;
}

code {
	font-size: 2em;
	font-family: Courier; 
}

body {
	margin-top:0px;
	padding: 0px; 
	background-color: black;
	background-attachment: scroll;
	color: rgb(100,255,100);
	font-family: "Gill Sans MT", "Gill Sans", GillSans, Arial, Helvetica, sans-serif;
}

cite {
	font-size: 90%;
	font-style: normal;
}

h1 {
	font-size: 3em;
	color: lime;
	background-color: rgb(40,60,40);
}

.header h2 {
	font-size: 2em;
	text-align: center;
	font-family: helvetica;
	vertical-align: middle;
	padding: 0px;
	height: 25px;
}

li {
	padding: 5px;
}

.floatr {
	float: right;
	}

.indent {
	padding-left: 20px;
}

.news {
	border: single white 1px;
	background-color: rgb(100,120,100);
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding:10px;
	color: black;
}
.newshead {
	padding-left:10px;
	margin-bottom:5px;
	}
	
.newshead .title {
	font-size: 1.5em;
	text-decoration: underline;
	}

.newsbody {
	padding-left:20px;
	}
	
.newsquote {
	background-color: rgb(80,100,80);
	color: black;
	padding: 5px;
	margin: 5px;
	}
	
.trekforceHead {
	float:none;
	height: 90px;
	padding:5px;
	padding-left:120px;
	background-color:black;
	background-image: url('Tfw-Main-logosmall.jpg');
	background-repeat: no-repeat;
}

.header {
	position: fixed;
	width: 100%;
	border-bottom: green dashed thin;
}

.valid {
	float:right;
	position:absolute;
	top:0px;
	right:10px;
	width: 88px; 
	padding-right: 5px;
	padding-top:15px;
	height: 80px;
	background-color: black;	
	}
	
.donate a img {
	border: none;
	}
	
.valid a {
	border: none;
	background-color: rgb(50,80,50);
	z-index:1;
	}

.body{
	padding: 10px;
	background-image: url('tree2.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px 100px;
}

.body blockquote {
	color:rgb(120,255,120);
	border: 1px dashed rgb(80,80,80);
	margin: 0.5em 1.5em; 
	padding: 5px 1.5em 5px 1.5em; 
	background-color: rgb(10,15,10);
	margin-left: 250px;
	margin-top: 100px;
	margin-bottom: 80px;
}

.sponsors {
	position: fixed;
	padding-top:5px;
	margin-bottom: 0px;
	width: 100%;
	height:70px;
	bottom: 0px;
	background-color: black;
	border-top: green dashed thin;
	z-index: 150;
}

.bar {
	background-color: black;
	padding-top:5px;
	border: 1px dotted lime;
	height: 20px;
	}

.links {
	position: absolute;
	margin-left:250px;
	top: 75px;
	
	width: 100%;
	height: 20px;
	}

.sponsors h2 {
	font-size:16pt;
	}

.donate {
height: 70px;
float: right;
background-color: black;
z-index:200;
}
 
.p img {
	float: right;
	border: solid 1px white;
	padding: 2px;
	margin: 5px;
	background-color: rgb(10,15,10);
}

.p .bar img {
	float: left;
	border: none;
	}

.p a img {
	border: none;
	float: none;
	padding-top:5px;
}

.i {
	text-indent: 1.5em;
	margin-top: 0;
	}
.p {
	font-weight: bold;
	}

li strong {
	color: rgb(200,255,200);
}

li {
	border-top: 1px dashed rgb(50,50,50);
	border-left: 1px dashed rgb(50,50,50);

}


