body {
	padding: 0;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #1D87C8;
}
#container {
	width: 750px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
	border: 1px solid #003D7E;
	margin-top: 10px;
	margin-bottom: 10px;
}
#header {
	width: 730px;
	float: left;
	padding-bottom: 5px;
	padding-top: 15px;
	padding-left: 20px;
}
#headerlinks {
	float: right;
	width: 180px;
	margin-top: 20px;
	margin-right: 30px;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-left: 15px;
	padding-right: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #7AADEE;
}
#headerlinks a {
	font-size: 0.7em;
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #003399;
	font-weight: bolder;
}
#headerlinks a:hover {
	text-decoration: underline;
}
.dropdown-toggle:after {
  width: 0;
  height: 0;
  display: inline-block;
  content: "&darr;";
  text-indent: -99999px;
  vertical-align: top;
  margin-top: 8px;
  margin-left: 4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ffffff;
  filter: alpha(opacity=50);
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.dropdown-menu {
  background-color: #ffffff;
  float: left;
  display: none;
  position: absolute;
  top: 40px;
  z-index: 900;
  width: 160px;
  margin-left: 0;
  margin-right: 0;
  padding: 6px 0;
  zoom: 1;
  border-color: #999;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 0 1px 1px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown-menu li {
  float: none;
  display: block;
  background-color: none;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 5px 0;
  overflow: hidden;
  background-color: #eee;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu a {
  display: block;
  padding: 4px 15px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #1e75c5;
  text-shadow: 0 1px 0 #ffffff;
}
.dropdown-menu a:hover {
  background-color: #dddddd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd));
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -ms-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(top, #eeeeee, #dddddd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0);
  color: #404040;
  text-decoration: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025);
}
.dropdown.open .menu,
.open .dropdown-toggle,
.dropdown.open .dropdown-toggle {
  color: #ffffff;
  background: #ccc;
  background: rgba(0, 0, 0, 0.3);
}
.open .dropdown-menu,
.dropdown.open .dropdown-menu {
  display: block;
}
.topnavNew {
  width: 750px;
  padding: 0px;
  margin: 0px;
  list-style: none;
  float: left;
  border-bottom: 1px solid #ddd;
  }
.topnavNew > li {
  float: left;
  position: relative;
  top: 1px;
}
.topnavNew > li > a {
  font-family: Helvetica, Arial, Verdana;
  color: #1e75c5;
  font-weight: bold;
  display: block;
  padding: 0 15px;
  margin-right: 2px;
  line-height: 36px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.topnavNew > li > a:hover {
  text-decoration: none;
  background-color: #eee;
  border-color: #eee #eee #ddd;
}
.topnavNew > li.active > a {
  color: #003399;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
a:active {
 outline:none;
 -moz-outline-style: none;
}
a:focus  {
 outline: none;	
 -moz-outline-style: none;
}
.topnavNew .dropdown-menu {
  top: 35px;
  border-width: 1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.topnavNew a.menu:after, .topnavNew .dropdown-toggle:after {
  border-top-color: #999;
  margin-top: 15px;
  margin-left: 5px;
}
.topnavNew li.open.menu .menu, .topnavNew .open.dropdown .dropdown-toggle {
  border-color: #999;
}
.topnavNew li.open a.menu:after, .topnavNew .dropdown.open .dropdown-toggle:after {
  border-top-color: #555;
}
#leftnav {
	float: left;
	width: 130px;
	list-style-type: none;
	margin-left: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#leftnav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#leftnav li {
  border-bottom: 1px solid #ddd;
}
#leftnav a {
  	font-family: Helvetica, Arial, Verdana;
  	color: #1e75c5;
	text-decoration: none;
	display: block;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 5px;
	padding-left: 12px;
	padding-bottom: 10px;
}
#leftnav a:hover {
    color: #003399;
	background-image: url(images/orangearrow.gif);
	background-position: left center;
	background-repeat: no-repeat;
}
#stats {
	width: 150px;
	float: left;
	padding-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	}
#homecentre {
	width: 380px;
	min-height: 400px;
	float:left;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	padding-top: 20px;
}
#homeachieves {
	width: 150px;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	}
.achievestd {
	border: 0px;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
#content {
	margin-right: 35px;
	margin-left: 30px;
	width: 550px;
	padding-bottom: 20px;
	padding-top: 20px;
	min-height: 400px;
	float:right;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: justify;
	line-height: 18px;
}
h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: larger;
	color: #F29400;
	letter-spacing: 0.2em;
	font-weight: bold;
	margin: 0px;
}
h2 {
	font-family: Tahoma, Arial, sans-serif;
	color: #F29400;
	font-size: smaller;
	font-weight: bold;
	letter-spacing: 0.05em;
}
h3 {
	font-family: Tahoma, Arial, sans-serif;
	color:#F29400;
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1e75c5;
	font-weight: bold;
	margin: 0px;
}
h5  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1e75c5;
	letter-spacing: 0.2em;
	margin: 0px;
}
a {
	color: #0033CC;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
.floaterL {
	float: left;
	background-image: url(images/services_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 250px;
	border: 5px solid #E6EDF4;
	padding-bottom: 1em;
}
.floaterL h2 {
	background-image: url(images/services_top_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	font-weight: bold;
	text-indent: .5em;
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
}
.floaterR {
	float: right;
	background-image: url(images/services_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 250px;
	border: 5px solid #E6EDF4;
	padding-bottom: 1em;
}
.floaterR h2 {
	background-image: url(images/services_top_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	font-weight: bold;
	text-indent: .5em;
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 0em;
	padding-bottom: 0.5em;
}
.whitespace {
	float: left;
	width: 550px;
	background-image: url(images/whitespace.png);
	height: 30px;
	padding-top: 5px;
}
.whitespace h2{
	color: #FFFFFF;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: bold;
}
.partnerstd {
	border: 2px solid #CCCCCC;
	text-align: center;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#footer {
	clear: both;
	border-top: 1px solid #003D7E;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
#footertext {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}
.GPdocs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: table;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 9pt;
}
.GPdocs a {
	text-decoration: none;
	text-indent: 5px;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 3px;
	display: list-item;
	font-size: 8pt;
}
.GPdocs a:hover {
	color: #003399;
	text-decoration: underline;
}

.FormTitle
{
	color: #FF6600;		
}

.SubTitle
{
	color: #3260D6;	
	font-style:italic;
}

.Caption
{
	color: #000000;	
	font-size: 9pt;
}

.CaptionNote
{
	color: #000000;	
	font-size: 8pt;
}

.Disclaimer
{
	font-size: 9pt;
}

.Required
{
	color: #FF670F;
	font-weight: bold;
}
