#center 
{
  margin-left: 180px;
  margin-right: 180px;
  padding: 10px 20px;
  /*border-left: 2px solid #225522;*/
  /*border-right: 2px solid #225522;*/
}

#left 
{
  float: left;
  width: 180px;
  /*margin-top: 10px;*/
}

#right 
{
  float: right;
  width: 180px; 
  margin-top: 10px;
}

#footer 
{
  position: relative;
  clear: both;
}

#container 
{
  background-image: url(images/left.png);
  background-repeat: repeat-y;
}

#container2
{
  background-image: url(images/right.png);
  background-position: right; 
  background-repeat: repeat-y;
}

#container li
{
  margin-bottom: 0.5em;
}

#navigation-menu
{
  /*font-family: Rockwell, Courier New, sans-serif;*/
  padding-bottom: 1em;
}

#navigation-menu a
{
  /*margin-left: 10px;*/
  /*margin-right: 10px;*/
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #004400;
  border-bottom: 1px solid #001100;
  border-top: 1px solid #005500;
  border-right: 2px solid #225522;
}

#navigation-menu a:link
{
	color: #11ee11;
	text-decoration: none;
}

#navigation-menu a:visited 
{
	color: #11ee11;
	text-decoration: none;
}

#navigation-menu a:active
{
	color: #11ee11;
	text-decoration: none;
}

#navigation-menu a:hover
{
	color: #eeeeee;
	/*text-decoration: underline;*/
  background: #003300;
  /*border: 2px solid #004411;*/
  border-bottom: 1px solid #001100;
  border-top: 1px solid #003300;
}

#body-text
{
  margin-left: 1em;
  margin-right: 1em;
  line-height: 1.3em;
}

#body-text li
{
  margin-top: 1em;
  margin-bottom: 0.5em;
}

#cleardiv
{
  clear: both;
  height: 1em;
}

body 
{
  font-family: Courier New, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  /*background: #002000;*/
  background: #001000;
  color: #22dd22;
  font-size: 120%;
}

#header, #footer 
{
  text-align: center;
  padding: 0.3em 0;
  background: #001000;
  border-top: 2px solid #225522;
  border-bottom: 2px solid #225522;
}

#footer
{
  /* TODO: Doesn't work in IE... */
  margin-top: -1em;
}

#header p
{
	display: inline;
}

#footer p 
{
  margin: 0px;
}

#banner-image
{
  text-align: center;
}

#print-splash
{
  display: none;
}

#splash
{
  /*margin-top: -1.5em;*/
  /*margin-bottom: -1em;*/
}

#splash p
{
  font-size: 200%;
  font-weight: bold;
  font-style: italic;
}

#breakout
{
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 2em;
  margin-right: 2em;
  background-color: #000000;
  border: solid 2px #59aa59;
}

#breakout p
{
	margin-left: 1em;
	margin-right: 1em;
}

#poem p
{
  text-align: center;
}

.footer 
{
  font-size: 70%;
  text-align: center;
}

.heading 
{
	font-size: 200%;
	text-align: center;
  margin-top: 1em;
}

.sub-heading 
{
	font-size: 140%;
	text-align: center;
	margin-top: 1.5em; 
}

.small-heading 
{
	font-size: 80%;
	text-align: center;
}

.snippet
{
	font-size: 75%;
  line-height: 1.1em;
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
  margin-top: 0px;
}

.small-link 
{
	font-size: 80%;
	text-align: center;
}

.date 
{
	font-size: 80%;
}

.summary-title 
{
  font-size: 70%;
	color: #aaaa22;
	text-align: right;
	margin-right: 5%;
  margin-left: 5%;
}

.summary-field 
{
	color: #bbbb55;
	text-align: right;
}

.summary-field a:hover
{
	background-color: #180000;
}

.emphasis 
{
	font-style: italic;
}

.no-emphasis 
{
	font-style: normal;
}

.modified 
{
	font-size: 90%;
	color: #cccc33;
}

a:link 
{
	color: #99bb99;
	text-decoration: underline;
}

a:visited 
{
	color: #555500;
}

a:hover 
{
	color: #eeeeee;
}

a:active 
{
}

