body {
	color: rgb(0, 0, 0);
	background-color: rgb(230, 233, 238);
	font-family:Arial, Helvetica, sans-serif;
}

a:link { color:#6666cc; text-decoration: none; }
a:active { color:#6666cc; text-decoration: none; }
a:hover { color:#6666cc; text-decoration: underline !important; }
a:visited { color:#6666cc; text-decoration: none; }

a.gray:link { color:#000; text-decoration: none; }
a.gray:active { color:#000; text-decoration: none; }
a.gray:hover { color:#333 !important; text-decoration: none !important; }
a.gray:visited { color:#000; text-decoration: none; }

/*
#whatsnew {
	height:440px;
	overflow:auto;
}
*/
#whatsnew {
	padding:5px;
	font-size:11px;
}

#whatsnew p {
	padding-top:5px;
	padding-bottom:5px;
	margin:0px;
}

#whatsnew h3 {
	color:rgb(255, 204, 0);
	font-size:13px;
	margin:5px 0 7px 0;
	padding:0;
}

#whatsnew div h4 img {
	margin-right:5px;
	margin-bottom:5px;
	float:left;
}

#whatsnew a:link { color: white; text-decoration: underline; }
#whatsnew a:active { color: white; text-decoration: underline; }
#whatsnew a:hover { color: white; text-decoration: none !important;}
#whatsnew a:visited { color: white; text-decoration: underline; }

/* IE 6 hack */
@media screen
{	
	* html div#whatsnew div {
		width:165px;
	}
}

/* don't know what these are for
a:link { color: #6666cc; text-decoration: none }
a:active { color: black; text-decoration: none }
a:visited { color: #6666cc; text-decoration: none }
a:hover { color: black; text-decoration: underline }
*/

/***********
	SEARCH
************/

/*
#searchcontrol {}

.gsc-control {
	width:600px !important;
}
a.gs-title, a.gs-title * { color : red; }

.gsc-search-box, .gsc-resultsHeader, .gsc-trailing-more-results, .gs-visibleUrl-short{ display:none; }
.gs-visibleUrl-long{ display:block !important; }
*/
#searchresults {
	text-align:left;
}

#searchresults li {
	font-size:small;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:1em 0pt;
}

#searchresults li h3 {
	margin:0;
	font-size:medium;
	font-weight:normal;
	display:inline;
}

#searchresults li span {
	margin:0;
	font-size:x-small;
	font-weight:bold;
	color:#0000CC;
}

#searchresults li p {
	margin:0;
	width:42em;
}

#searchresults li cite {
	color:green;
	font-style:normal;
}

#searchresults li a:link { color: #0000CC; text-decoration: underline }
#searchresults li a:active { color: red; text-decoration: underline }
#searchresults li a:visited { color: #551A8B; text-decoration: underline }
#searchresults li a:hover { color: #0000CC; text-decoration: underline }

#navlinks {
	font-size:small;
	color:#A90A08;
	font-weight:bold;
}

#navlinks a { color:black; text-decoration: underline; font-weight:normal; margin:5px; }
