/**
* CONTENT.CSS
*
* These are styles for the main content area.
*
* In the default sprout templates, this is for styling everything inside the div with an id of 'main_content'
* Remember that this file is provided to the editor in the admin - anything you define here will be reflected there also
**/


body {
	font-family: sans-serif;
	color: #000;
}


h1 {
  margin: 0px;
  color: #900;
  border-bottom: 2px #900 solid;
  font-size: 145%;
}

p {
  line-height: 1.4em;
  margin: 7px 0px;
}

h2 {
  margin-bottom: 3px;
  clear: both;
  margin-top: 1.2em;
  font-size: 120%;
}

h3 {
  margin-bottom: 2px;
  font-size: 100%;
}


ul {
  list-style-type: square;
}

ul li {
  margin-bottom: 0.5em;
  margin-left: 2em;
}

ul ul {
  list-style-type: none;
  font-size: smaller;
  padding-left: 1em;
}

ul ul li {
  margin-bottom: 0px;
}


table {
  width: 95%;
  border-collapse: collapse;
  margin: 0.5em auto;
}

table td {
  border: 1px #1243a2 solid;
  text-align: left;
  vertical-align: middle;
  padding: 2px 5px;
  font-size: small;
  background-color: #fff;
  color: #000;
}

table th {
  border: 1px #1243a2 solid;
  background-color: #749eee;
  color: #000;
  text-align: left;
  vertical-align: middle;
  height: 2em;
  font-size: 95%;
  padding: 2px 5px;
}


a {color: #1243a2;}
a:visited {color: #3f61a2;}
a:active {color: #a31314;}


img.left {
	float: left;
	display: block;
	margin-right: 10px;
	clear: left;
}

img.right {
	float: right;
	display: block;
	margin-left: 10px;
	clear: right;
}

