body {
	color:#333333;
	background-color:#FFFFFF;
	background-image: url(green/greenwhite_paper.gif);
	margin: 0px 20px 20px 20px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	font-weight:900;
	color:#008000;
	background-color:#FFFFFF;
}
h2 {
	font:bold 12px/14px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
}
p {
	font:11px/15px verdana, arial, helvetica, sans-serif;
	margin:0 0 16px 0;
	padding:0px;
}
span {
	background-color:#FFFFFF;
	color:#000000;
	font:11px/15px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:1px;

}
img {
	border:0;
	vertical-align:middle;
}
acronym {
	cursor: help;
}
a {
	background-color:transparent;
	color:#008000;
	font:11px/15px verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
}
a:link {
	background-color:transparent;
	color:#008000;
}
a:visited {
	background-color:transparent;
	color:#008000;
}
a:hover {
	color:#008000;
	text-decoration:underline;
}
.content {
	background-color:#FFFFFF;
	color:#000000;
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:10px 210px 20px 170px;
	border:1px solid #000000;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}
#navAlpha {
	background-color:#FFFFFF;
	color:#000000;
	position:absolute;
	width:150px;
	top:100px;
	left:20px;
	border:1px solid #000000;
	padding:10px;
	z-index:2;

	/* 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:128px;
}

/* 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>#navAlpha {
	width:128px;
}
		
#navBeta {
	background-color:#FFFFFF;
	color:#000000;
	position:absolute;
	width:150px;
	top:20px;
	right:20px;
	border:1px solid #000000;
	padding:10px;
	z-index:1;
	/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
}
/* Again, "be nice to Opera 5". */
body>#navBeta {
	width:168px;
}

.maintitle {
	vertical-align: middle;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 3px;
	color: #FFFFFF;
	background-image: url(green/tile_back.gif);
}
/* Main use for this is with the navAlpha links */
.navAlphaOption {
	list-style: none;
	margin: 0;
	padding: 5px;
}
/* Override my page styles for feeds that are affected */
div.feed p {
	background-color:transparent;
	color:#FFFFFF;
}
div.feed a {
	font-weight:400;
}
div.feed a:hover {
	background-color:transparent;
}
div.feed span {
	background-color:transparent;
}
div#whatsnew h3 {
	font: large Arial, sans-serif;
	color: #9C1A1E;
	font-size: 1.2em;
}
div#whatsnew p {
	margin-left: 30px;
}
div#whatsnew a {
	font-weight: normal;
	color: #008000;
}
/* RSS credits */
.credit {
	color:#000000;
}
/* rss feed style */
.rsstitle {
	font: 16px Arial, san-serif; 
	color: #008000;
	font-weight: bold;
	margin-top:20px;
	margin-bottom: 0;	
}
.rssline {
	font: 90% Verdana, Arial, san-serif;
	font-weight: bold;
	color: #0000FF;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}
a.rsstitle:visited {
	background-color: transparent;
}
a.rsstitle:link { 
	background-color: transparent;
}
a.rsstitle:hover {
	text-decoration: underline;
	background-color: transparent;
}
a.rsstitle {
	color: #008000;
	font-weight: bold;
	text-decoration: none;
}
a.rssline:visited {
	background-color: transparent;
}
a.rssline:link {
	background-color: transparent;
}
a.rssline:hover {
	text-decoration: underline;
	background-color: transparent;
}
a.rssline {
	color: #0000FF;
	font-weight: bold;
	text-decoration: none;
}
#copyright {
	clear: both;
	border-top: 1px solid #5C6F90;
	border-bottom: 1px solid #5C6F90;
	background-color: #D6D6D6;
	color: #000;
}
#copyright p {
	margin: 4px;
	text-align: center;
}
#validation p {
	margin: 4px;
	text-align: center;
}
#welcome {
	border-width:1px 1px 0px 1px;
	border-style:solid;
	border-color:#000;
	background-color: #FFF;
	color: #000;
	margin:0;
	padding:5px 10px 0px 5px;
	position:absolute;
	width:170px;
	top:100px;
	right:20px;
}
#google {
	border-width:0px 1px 0px 1px;
	border-style:solid;
	border-color:#000;
	background-color: #FFF;
	color: #000;
	margin:0;
	padding:5px 10px 0px 5px;
	position:absolute;
	width:170px;
	top:160px;
	right:20px;
}
#amazon {
	border-width:0 1px 0 1px;
	border-style:solid;
	border-color:#000;
	background-color: #FFF;
	color: #000;
	margin:0;
	padding:5px 10px 0 5px;
	position:absolute;
	width:170px;
	top:230px;
	right:20px; 
}
#pickcss {
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#000;
	background-color: #FFF;
	color: #000;
	margin:0;
	padding:5px 10px 0 5px;
	position:absolute;
	width:170px;
	top:300px;
	right:20px; 
}