body {
	font-family: Verdana, sans-serif;
	font-size: 13px;
  color: #633;
	text-align: left;
	margin: 20px;
	background: #FFFFFF;
}

.light-green {
	background-color: #DDFFBB;
}

.peachy {
  background-color: #FAE8B8;
}

.light-yellow {
  background-color: #FBFFC6;
}

.pale-blue {
  background-color: #D3E7F5;
}

.soft-pink {
  background-color: #FFDFF4;
}

.light-purple {
  background-color: #E0C8E0;
}

.khaki {
  background-color: #F0E68C;
}

li {
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #633;
  line-height: 150%;
}

a {
	font-weight: bold;
  color: #1f6f3f;
	text-decoration: underline;
}

a:hover {
  color: #000000;
	text-decoration: underline;
}

.small-text {
  font-size: 10px;
}

.medium-text {
  font-size: 11px;
  line-height: 130%;
}

.large-text {
  font-size: 18px;
  font-weight: bold;
}

.newspaperheading {
  font-size: 22px;
  font-family: Georgia;
  font-weight: bold;
  color: black;
}

.newspaperfont {
  font-size: 12px;
  font-family: Georgia;
  font-weight: normal;
  color: black;
}

div#page_footer {
  background: #fff;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #333;
  padding-top: 2px;
  padding-bottom: 6px;
  margin-left: 20px;
}

a#footer_link {
	font-size: 10px;
	font-weight: bold;
	color: #333;
}

a#footer_link:hover {
  color: white;
	text-decoration: underline;
}

div#page_container {
  width: auto;
  float: left;
	overflow: auto;
  position: absolute;
  top: 16px;
  right: 0px;
  left: 0px;
}

div#page_contents {
	font-size: 13px;
	font-weight: normal;
  color: #633;
	text-align: left;
	overflow: auto;
  margin-left: 20px;
}

div#breadcrumb_container {
  position: fixed;
  z-index: 999;
  background: #9c9;
  font-size: 10px;
  color: #333;
	text-align: left;
  padding-top: 2px;
  padding-bottom: 2px;
  top: 0px;
  right: 0px;
  left: 0px;
}

div#explorebar_container {
  font-size: 14px;
  color: #1f5f1f;
	text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
}

div#top_nav_container {
  background: #000;
  font-size: 12px;
  color: white;
	text-align: right;
  padding-top: 2px;
  padding-bottom: 2px;
}

div#side_nav_container {
  font-size: 10px;
	font-weight: normal;
  text-align: center;
  line-height: 180%;
  width:170px;
}

div#page_title {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin-left: 20px;
  margin-top: 5px;
}

div#table.default {
  font-size: 13px;
}

h2,h3,h4,h5,h6{
}

h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 24px;
	padding: 12px;
}

a#small_link {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a#small_link:hover {
  color: green;
	text-decoration: none;
}

a#side_link {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

a#side_link:hover {
  color: green;
	text-decoration: none;
}

a#breadcrumb_link {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

a#breadcrumb_link:hover {
  color: white;
	text-decoration: underline;
}

a#top_link {
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

a#top_link:hover {
  color: green;
	text-decoration: none;
}

td#form_label {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding: 4px;
}

select#input_field {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 3px;
	border: 1px solid #000000;
}

input#input_field {
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	padding: 4px;
	border: 1px solid #000000;
}

input#form_button {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	padding: 3px;
	background: #cccccc;
	border: 1px solid #000000;
}

hr {
	border: 0px;
  background-color: #aaa;
  height: 1px;
}
