* {
	margin: 0;
}

html, body {
	background: #3e5459;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	margin: 0;
	padding: 0;
	height: 100%;
}

#container {
	width: 996px;
	position: relative;
	left: 50%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto auto -100px -498px;
	padding: 0px;
	display: block;
	border-left: 1px #3e5459 solid;
	border-right: 1px #3e5459 solid;
	background: #ffffff;
}

#banner {
	margin: 0px;
	padding-left: 225px;
	width : auto;
	display: block;
	text-align: left;
	height: 103px;
	border-bottom: 2px #3e5459 solid;
	background: url('../images/logo.png') 47px top no-repeat;
}
#banner #menu {
	position: absolute;
	top: 73px;
	left: 300px;
	height: 28px;
	border: #3e5459 solid;
	border-width: 2px 2px 0px 2px;
}
#banner #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#banner #menu li {
	float: left;
	display: inline;
	border-right: 1px #3e5459 solid;
}
#banner #menu li.last {
	display: inline;
	border-right: 0px;
}
#banner #menu a {
	display: block;
	float: left;
	width: 115px;
	height: 22px;
	margin: 0px;
	padding-top: 6px;
	background: #92b947;
	text-align: center;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
}
#banner #menu a:hover {
	background: #3e5459;
}
#banner #menu a span {
	padding: 0px 5px;
}

#header {
	margin: 0px 0px 0px 0px;
}
#header #left {
	float: left;
	width: 300px;
	height: 200px;
	border-right: 2px #3e5459 solid;
}
#header #main {
	float: left;
	width: 694px;
	margin: 0px;
	padding: 0px;
	height: 200px;
	background: url('../images/header.gif') no-repeat top left;
}

#leftContent{
  position: absolute;
  left: 0px;
  top: 305px;
  width: 300px;
  min-height: 90%;
  border-top: 2px #3e5459 solid;
  border-right: 2px #3e5459 solid;
  text-align:center;
 }

#mainSection {
	clear: both;
	margin: 0px 0px 0px 300px;
    border-top: 2px #3e5459 solid;
}

#footer {
    clear: both;
    width: 996px;
	text-align: center;
	background: #ffffff url('../images/footer-bg.jpg') repeat-x top left;
	height: 100px;
	position: relative;
	left: 50%;
	margin: auto auto -100px -498px;
	padding: 0px 0px;
	color: #000000;
	border-right: 1px #3e5459 solid;
	border-left: 1px #3e5459 solid;
}
.push {
	height: 100px;
}

#footer #left {
	float: left;
	width: 300px;
	height: 100px;
	border-right: 2px #3e5459 solid;
}
#footer #left h1 {
	font-size: 125%;
    font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-color: #3e5459;
	border-bottom: 1px #3e5459 solid;
	margin: 5px 10px 10px 10px;
}
#footer #main {
	float: left;
	width: 694px;
	margin: 0px;
	padding: 0px;
	height: 100px;
	text-align: center;
}

#footer #menu {
	float: left;
	height: 28px;
	width: 694px;	
}
#footer #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 694px;
	height: 30px;
}
#footer #menu li {
	float: left;
	width:25%;
	display: inline;
	border-right: 1px #000000 solid;
}

#footer #menu li.last {
	display: inline;
	border-right: 0px;
	width: 24%;
}
#footer #menu a {
	display: block;
	float: left;
	width: 100%;
	height: 22px;
	margin: 0px;
	padding-top: 6px;
	text-align: center;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	color: #000000;
}
#footer #menu a:hover {
	
}
#footer #menu a span {
	padding: 0px 5px;
}

#footer #copy{
    margin-top: 50px;
	font-size: small;
}
p {
	margin: 5px 10px;
	font-size: 80%;
	text-align: left;
}
h1 {
	font-size: 125%;
	font-color: #3e5459;
    font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	border-bottom: 1px #3e5459 solid;
	margin: 5px 10px 10px 10px;
}

h2 {
	font-size: 105%;
	font-color: #3e5459;
    margin: 5px 10px 10px 10px;
}

form{
	margin: 20px;
}

.center{ text-align: center; }

caption { text-align:center; color: #ffffff; background-color: #3e5459; padding: 5px 0px;}
th { text-align: center; border-bottom: 1px #000 solid; padding: 5px 0px; background-color: #c0c0c0;}
td {padding: 5px; border-bottom: 1px #000 solid;}

#trainingSection {
	clear: both;
	margin: 0px 0px 0px 0px;
	border-top: 2px #3e5459 solid;
	border-bottom: 2px #3e5459 solid;
	min-height: 330px;
}

#trainingSection h3, h2{
  font-size: 120%;
  font-weight: bold;
  margin: 15px;                 

}

#trainingSection p{
  font-size: 100%;
  margin-left: 15px;                 

}

#trainingSection fieldset{
  font-size: 100%;
  margin-left: 20px;                 
  border: 1px #000 solid;
}

#trainingSection legend{
  font-size: 110%;
  font-weight: 400;
  margin-left: 20px;
}

#trainingSection ol, ul{
  font-size: 100%;
  margin: 20px;
}

#trainingSection li{
  list-style-type: decimal;
  padding: 5px 10px;
  margin: 0px 30px;
}

.thankyou{
  font-size: 105%;
  font-weight:bold;
  margin: 15px 10px;
 }