body {
	margin: 0 auto;
	padding: 0;
	font-family: verdana, helvetica, arial, tahoma, sans-serif;
	text-align: center;
	color: black;
	background: #ffffa8;
	min-width: 780px;
}

#wrapper {
	background: #ffffff;
	color: #303030;
	margin: 0 auto;
	width: 780px;
}

/* png is 700x100 */ /* image backround in dbdbdb */
div #header {
	text-align: center;
	clear: both;
/*	padding: 6px;*/
	color: black;
	background-color: #dbdbdb;
	background-image: url('../images/rockLogo.jpg'); 
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	min-width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 1px;
}

/* don't want a blue box around the image */
#header A img {
	border-style: none;
	border-width: 0em;
}

#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top: 10px;
	border-top: 4px solid #d45333;
	text-align: center;
	/* this looks like it is faded */
	color: #808080;
	background-color: white;
	font-size: 0.6em;
}

#leftcolumn {
	clear: left;
	float: left;
	width: 100px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 0.7em;
	text-align: left;
}

#rightcolumn {
	float: right;
	width: 15%;
	font-size: 0.6em;
	text-align: left;
	margin-left: 1em;
	/*	padding: 1em 1em 1em 1em;
	
	border-left: 1px solid #d45333;
	border-bottom: 1px solid #d45333;
	*/

}
#rightcolumn ul {
	list-style-image: url("../images/penguin-bullet.jpg");;
	padding: 1em 1em 1em 1em;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-right: 0px;
	margin-left: 15px
}
	
#maincontent {
	/*margin: 8px;*/
	
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 1em;
	margin-left: 108px; 
	padding: 0px 0px 0px 10px;

	/* margin-left: 108px;  navbar has 4px padding */

	/*
	border-left: 1px solid #f0f0f0;
	*/
	text-align: left;
	list-style-image: url("../images/penguin-bullet.jpg");
}

.hide {
	display: none;
}

/*Careful! The eclipse formatter will
insert a space before the colon.
it has to be
a:link and not a :link
*/

/* now the navbar */
#navbar a:link,#navbar a:visited {
	color: #ffffff;
	background-color: #d45333;
	text-decoration: none;
	border-top: solid #de7c63 1px;
	border-left: solid #de7c63 1px;
	border-bottom: solid #8f351e 1px;
	border-right: solid #8f351e 1px;
	margin: 0px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	display: block;
}

#navbar {
	z-index: -100000;
}

#navbar A:hover, #navbar A.current {
	color: white;
	background-color: #9e3f28;
	text-decoration: none;
	border-top: solid #8f351e 1px;
	border-bottom: solid #de7c63 1px;
}

div #navbar { 
	font-size: 1em;
	font-weight: bold;
	padding: 4px;
	text-align: right;
	background-color: #ffffa8;
	color: #ffffff;
	width: 100px; /* the hack ie width */ /* dumb ie hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 100px; /* the real width */
	z-index: -1;
}

/* "be nice to Opera 5". */
body>#navbar {
	width: 100px;
}

.newsitem {
	margin: 3px 1em 3px 0px;
	padding: 1em;
	color: #9e3f28;
	background-color: #ffffa8;
	line-height: 1.3em;
}
span.menuitem {
    font-weight: bold;
    background-color: #f0f0f0;
}

/* fake rss button */
#xml {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

#xml A {
	background: #f60;
	color: white;
	font-size: 0.9em;
	font-weight: bold;
	font-style: normal;
	padding: 0 0.5em;
	text-decoration: none;
	margin: 0;;
	border-right-color: black;
	border-style: solid;
	border-bottom-color: black;
	border-top-color: #fc6;
	border-width: 1px;
	border-left-color: #fc6
}

#xml A :hover {
	text-decoration: none;
}

/* end xml button */
div #oops {
	text-align: center;
	line-height: 4ex
}

div #pageBanner {
	text-align: center;
	line-height: 4ex
}

div #pageDescription {
	
}

#keytable td {
	margin: auto;
	width: 100%;
	border-width: thin;
	border-color: #ffffa8;
	border-style: solid;
}
table.center {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
}
pre {
  background: #ffffa8;
  color: black;
  display: block;
  overflow: auto;
  width: 100%;
  height: 6em;
  margin-left: 1em;
  margin-right: 1em;
  font-size: 85%;
 /* font-family: courier sans-serif;*/ 
}

.accesskey {
    font-weight: bold;;
    text-decoration: underline;
}
abbr {
	cursor: help;
	border-bottom : 1px dotted #333;
}

