@import url("base.css");

body { 
  background-color: #bbbbff;
  background-image: url('/assets/templates/common/background.gif');
  font-family: Georgia, "Times New Roman", Times, serif;   
  padding: 0.7em 0.4em;
  color: #000000;
}

small {
	font-size: 0.8em;
}

p {
	margin: 0.5em 0;
	line-height: 1.3;
}

#mainWrapper {
  width: 96%;
  margin: 0 auto;
  min-width: 750px;
  max-width: 1000px;
  background-color: #ffffff;
  border: solid 1px #999999;
}

#contentWrapper {
	color: #250009;
	margin: 0 1.5em;
}


#contentWrapper ul {
	margin: 0.5em 0;
}

#contentWrapper ol {
	margin: 0.5em 0;
	list-style-type: decimal;
}

#contentWrapper ul li {
	list-style-type: circle;
	margin-left: 2em;
	margin-top: 0.2em;
}

#title {
	margin: 0.5em 0;
}

#title img{
	float: left;
	margin-right: 0.5em;
}

#title  h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 2em;
}

#banner {
  background-image: url('/assets/templates/common/banner.jpg');
  background-color: #22cc44;
  background-position: top right;
  background-repeat: no-repeat;
  margin: 0 auto;
  height: 80px;
  border-bottom: 1px solid #888888;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 2em;
	color: #0c6d1d;
	margin: 0.3em 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.6em;
	color: #0c6d1d;
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.4em;
	color: #0c6d1d;
	margin-top: 0.4em;
	margin-bottom: 0.2em;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.1em;
	color: #075010;
	display: inline;
}

#footerWrapper {
	margin-top: 0.2em;
	border-top: 1px solid #cccccc;
	padding: 0.2em;
	background-color: #f0ede0;
}

#footer {
	width: 90%;
	margin: 0 auto;
	height: 4.5em;
	font-size: 0.8em;
	color: #18505a;
	position: relative;
}

#footer h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	display: inline;
}

#footer img {
	margin: 0 1em;
}

#logo {
	position: absolute;
	top: 10px;
	left: 0px;
}

#logo img {
	
}

#contactInfo {
	float: right;
	text-align: center;
}

#contactInfo a, #contactInfo a:visited {
	color: #206066;
	text-decoration: none;
}

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

hr { 
  width: 80%;
  color: #fff;
  background-color: #fff;
  border: 1px dotted #000000;
  border-style: none none dotted;
}

a, a:visited {
  color: #3366aa;
  text-decoration: none;
}

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

.clearleft {
  clear: left;
}

.clearboth {
  clear: both;
}

