html {
  background-color: #336633;
}

body {
	font-size: small;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
  background-color: #336633;
}

#themes {
  background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #000000;
	display: none;
}

#navigation {
  width: 154px;
  display: block;
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  background-color: #E8E8E6;
	padding: 0px;
	margin: 0px;
	float: left;
  border-left: 1px #AAAAAF solid;
  border-right: 1px #AAAAAF solid;
}

#navigation ul {
  margin: 0px;
  padding: 0px;
}

#navigation li {
  margin: 0px;
  padding: 3px;
  list-style-type: none;
  border-top: 1px #FFFFFF solid;
  border-bottom: 1px #AAAAAF solid;
  background-color: #E8E8E6;
}

#navigation li:hover {
  background-color: #ffffff;
}

#navigation a {
  color: #000000;
  text-decoration: none;
}

#header {
  background: #fff url(../images/title_bg.png) repeat-x 0 0;
	color: #ffffff;
	height: 100px;
}

q { 
  quotes: '' '';
}

form {
  padding: 0px;
	margin: 0px;
}

legend {
	color: #00765e;
	font-size: 14px;
	font-weight: bold;
}

fieldset {
  padding: 10px;
}

dt {
	color: #00765e;
}

#container {
  background-color: #E8E8E6;
	margin-left: 10%;
	width: 80%;
	border: 1px solid black;
}

#petition {
  border: solid 1px #aaaaaf;
  background-color: #e8e8e6;
  text-align: right;
	padding: 6px;
}

#content {
	background-color: #FDF6DE;
  border-right: 1px #AAAAAF solid;
  border-left: 1px #AAAAAF solid;
  border-bottom: 1px #AAAAAF solid;
  margin-left: 155px;
	padding: 3px 9px;
}

#content h1 {
	color: #00765e;
	font-size: 20px;
	font-weight: bold;
}

#content h2 {
	color: #00765e;
	font-size: 18px;
	font-weight: normal;
}

#content h3 {
	color: #00765e;
}

blockquote, q {
	font-style: italic;
}

.quote_source {
  text-align: right;
}

.clipping {
  margin-left: 5%;
  margin-right: 5%;
	display: none;
}

.editorial {
  margin-left: 5%;
  margin-right: 5%;
	display: none;
}

.award {
  padding-top: 15px;
  border-top: 1px dashed #00765e;
}

.awardshort {
  padding-top: 15px;
  border-top: 1px dashed #00765e;
	margin-right: 50%;	
}

.awardreason {
  font-style: italic;
	margin: 0px;
	padding: 0px;
}

td.total {
  text-align: right;
	font-weight: bold;
}

td.money {
  text-align: right;
}

table td {
  padding: 5px;
}

table {
  border-collapse:collapse; 
  border-width: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fae9af;
	border-color: #00765e;
}

caption {
  text-align: left;
	font-weight: bold;
	margin-bottom: 5px;
}

