* {
	margin: 0;
	padding: 0;
}

body {
	background: #F6FEEF url(style/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*color: #6B6B6B;*/
	color: #003300;
	}

form {
}

input, textarea {
	padding: 2px 5px;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 20px;
	padding-bottom: 9px;
  border-bottom: 1px solid #E4FECF;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37404C;
}

h2 {
	font-size: 28px;
}

h2.red {
  color: red;
}

h3 {
	font-size: 20px;
	font-weight: normal;
}

h3 a{
color: #37404C;
text-decoration: none;
}

h3 a:hover {
	color: #FF5A00;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 170%;
	text-align: justify;
}

p.center {text-align: center}
p.red {color: red;font-size: 18px}
p.large {font-size: 18px} 

ul, ol {
	margin-left: 3em;
}

dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list1 dt {
	float: left;
	width: 70px;
}

dl.list1 dd {
	margin-bottom: 10px;
}

dl.list1 a {
	color: #666666;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #663300;
	/*color: #FF5A00;*/
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

img.centre {
	float: center;
	margin: 5px 0 0 20px;
}

div.center{
  float: center;
  margin-left: auto;
  margin-right: auto
}

/* Wrapper */

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(style/img02.jpg) repeat-y;
}

#wrapper2 {
	background: url(style/img10.jpg) no-repeat left bottom;
}

/* Header */

#header {
	height: 175px;
	background: #087FE7 url(style/landingtitlebar.jpg) no-repeat;
}

/* Logo */

#logo {
	float: left;
}

#logo h1 {
	margin: 0;
	padding: 20px 0 0 50px;
	text-transform: lowercase;
	letter-spacing: -3px;
	font-size: 40px;
	color: #003300;
}

#logo h1 a {
	text-decoration: none;
	color: #003300;
}

/* Menu */

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 120px 0 0 20px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-left: 30px;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #663300;
	/*color: #003300;*/
}

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

/* Content */

#content {
	float: left;
	width: 800px;
	padding: 0 0 0 76px;
}

.article {
	padding-top: 10px;
}

.article .title {
}

.article .title a {
	text-decoration: none;
	color: #6B6B6B;
	/*color: #003300;*/
}

.article .title a:hover {
	text-decoration: underline;
}

.article .entry {
}

/* Selection Boxes */

.topleft{

	float: left;
	width: 400px;
  height: 300px;
}

.topright{

	float: right;
	width: 400px;
  height: 300px;
}

/* Images */

.normimg{
  float: center;
}

.rightimg
{
  margin: 1em 0px 2px 10px;
  float: right;
}

.rightimg img
{
  display: inline;
  margin: 0px 0px 3px 3px;
  border: 1px solid #ffffff; 
}

.leftimg
{
  margin: 1em 10px 2px 0px;
  float: left;
}

.leftimg img
{
  display: inline;
  margin: 0px 0px 3px 3px;
  border: 1px solid #ffffff; 
}

.desc
{
  text-align: center;
  font-weight: normal;
  font-style: italic;
  width: 350px;
  margin: 2px;
}

/* Widebar */

#widebar {
	margin: 0 50px;
	padding: 25px 28px 0 28px;
	background: #F1FFE4 url(style/img11.jpg) repeat-x;
}

#widebar #colA {
	float: left;
	width: 260px;
}

#widebar #colB {
	float: left;
	width: 260px;
	padding-left: 45px;
}

#widebar #colC {
	float: left;
	width: 186px;
	padding-left: 45px;
}

/* Footer */

#footer {
	height: 108px;
	background: url(style/img05.jpg) no-repeat;
}

#footer p {
	margin: 0;
	padding-top: 45px;
	text-align: center;
	color: #8E8E8E;
}

#footer a {
	color: #666666;
}