
html, body {
  padding: 0;
  margin: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #666666;
}

table, img {
  border: none;
}

table {
  border-collapse: collapse;
}

#masthead {
  background-image: url(/static/images/masthead-bg.gif);
  background-repeat: repeat-x;
}

#main-layout {
  table-layout: fixed;
}

#page-title {
  display: block;
  margin-top: 10px;
}

#sidebar-left {
  width: 153px;
  background-image: url(/static/images/sidebar-bg.gif);
  background-repeat: repeat-y;
  color: black;
}

#sidebar-left .content {
  padding-top: 28px;
  padding-left: 8px;
  padding-right: 20px;
}

#main {
	width: 650px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 32px;
}

#sidebar-right {
  float: right;
  margin: 5px;
  padding: 5px;
  border: 1px solid #377215;
  background-color: #eeeeee;
  width: 35%;
}

#footer {
  width: 100%;
  background-color: #636363;
  color: white;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
}

#footer-side {
  width: 139px;
  background-image: url(/static/images/footer-side.gif);
  background-repeat: repeat-y;
}

#footer-content {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

#footer a {
  color: white;
  text-decoration: none;
}

#footer a:hover
{
  text-decoration: underline;
}

ul.nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
}

ul.nav li {
	margin-top: 10px;
	font-family: Verdana;
	font-size: 10px;
}

ul.nav a:link,
ul.nav a:visited
{
  text-decoration: none;
  color: black;
}
ul.nav a:hover {
  text-decoration: underline;
}

ul.nav.level-2 {
  padding-left: 10px;
  text-transform: none;
}

h1 {
	color: #377215;
	font-size: 16px;
	text-transform: uppercase;
	padding-top: 15px;
	font-weight: bold;
}

h1 a:link,
h1 a:hover,
h1 a:active,
h1 a:visited
{
	color: #377215;
}

h3 {
	color: #22257D;
	font-size: 13px;
	text-transform: normal;
	padding-top: 10px;
}

.quote {
	font-style: italic;
	padding-left: 20px;
}

.note {
    font-style: italic;
}

.forms-validation-error {
    color: red;
}

a:link,
a:visited
{
	color: #666666;
	text-decoration: underline;
}

#main a:hover
{
	background-color: #afc7a1;
}


/*
 * Table row alternation
 */

.listing .even {
	background-color: #F1F1F1;
}

.listing .odd {
	background-color: #D0DCD0;
}

table.listing {
	border: 1px solid #666666;
}


table.listing th,
table.listing td
{
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

/*******************/

.left {
  float: left;
}

.right {
  float: right;
}

.cleared {
  clear: both;
}

.picture {
  clear: both;
  margin-right: 25px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-top: 40px;
  width: 200px;
}

.picture img {
  border: 1px solid #22257D;
}

.caption {
  font-size: 10px;
  line-height: 12px;
}

.error {
  color: red;
}

.divider {
	border-bottom: 1px solid #66A236;
	width: 550px;
	padding-top: 10px;
}
