body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: center;
}
#page {
	margin: 0 auto 2px auto;
	width: 1024px;
	background: #FFFFFF url(/images/leftbar.gif) left top repeat-y;
	text-align: left;
	border-right: solid 1px #013467;
	border-bottom: solid 1px #013467;
}
/*
*  CONTENT
*/
#main {
	position: relative;
	padding: 30px 0 0 180px;
	width: 844px;
}
#content {
	margin: 0 20px 10px 20px;
	color: #4F4F4F;
	text-align: left;
}
#content h1 {
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	color: #A3A3A3;
	font-weight: normal;
}
#content h2 {
	font-size: 106.7%;
	color: #013467;
	margin-top: 0;
	margin-bottom: 10px;
}
#content h3 {
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #4285B9;
}
#content h4 {
	font-size: 100%;
	color: #013467;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content h5 {
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 0;
	color: #013467;
}
#content h6 {
	font-size: 100%;
	color: #4285B9;
	margin-top: 10px;
	margin-bottom: 0;
}
#content p {
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 10px;
}
#content ul {
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 15px;
}
#content ol {
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 10px;
}
#content blockquote {
	border: dotted 1px #434B61;
	margin: 0px 20px 10px 20px;
}
#content blockquote p {
	margin-top: 0;
	margin-bottom: 0;
}
#content a:link {
	color: #0000FF;
}
#content a:visited {
	color: #0000FF;
}
#content a:hover {
	color: #4487BB;
}
.caption {
	font-size: 75%;
	padding: 0 0 10px 0;
}
#content object {
	display: block;
}
#content img {
	border: 0px;
}
#content .imgleft {
	float: left;
	margin: 0 10px 5px 0;
}
#content .imgright {
	float: right;
	margin: 0 0 5px 10px;
}
#content .imgcentre {
	margin: 0 auto 5px auto;
}
#content .imgborder {
	border: solid 1px #333333;
}
#content .normal {
	font-weight: normal;
}
#content a.seolink:link, #content a.seolink:visited, #content a.seolink:hover {
	color: #4b4b4b;
	text-decoration: none;
}
#content .small {
	font-size: 86.6%;
}
#content .mediumtext {
	font-size: 166.6%;
}
#content .largetext {
	font-size: 200%;
}
#content .largertext {
	font-size: 266.6%;
}
#content .tahoma {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#content .verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content .arial {
	font-family: Arial, Helvetica, sans-serif;
}
#content .courier {
	font-family: "Courier New", Courier, monospace;
}
#content .size48 {
	font-size: 4em;
}
#content .size32 {
	font-size: 2.67em;
}
#content .size24 {
	font-size: 2em;
}
#content .size22_7 {
	font-size: 1.93em;
}
#content .size21_3 {
	font-size: 1.87em;
}
#content .size20 {
	font-size: 1.67em;
}
#content .size18_7 {
	font-size: 1.6em;
}
#content .size18 {
	font-size: 1.5em;
}
#content .size16 {
	font-size: 1.33em;
}
#content .size13 {
	font-size: 1.085em;
}
#content .redtext {
	color: #FF0000;
}
#content .darkredtest {
	color: #a60000;
}
#content .bluetext {
	color: #0000FF;
}
#content .blacktext {
	color: #000000;
}
#content .highlight {
	background: #ffff00;
}
.clearfloats {
	clear: both
}
.clearright {
	clear: right
}
.clearleft {
	clear: left
}
.cols {
	text-align: center;
}
.col1 {
	width: 65%;
	margin: 10px auto 0 auto;
	text-align: left;
}
.col2, .col2n, .col3, .col3n {
	float: left;
	margin-top: 10px;
	text-align: left;
}
.col3, .col3n {
	width: 31%;
}
.col2, .col2n {
	width: 48%;
}
.col2, .col3 {
	margin-right: 2%;
}
/*
*  MENU
*/
#menu {
	background: #4487BB;
	color: #FFFFFF;
	margin-left: 180px;
	xwidth: 100%;
	padding: 4px 0 4px 0;
	font-size: 100%;
}
#menu a {
	padding: 3px 4px 3px 4px;
	font-weight: bold;
}
#menu a:link, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #013467;
}
.popmenu {
	display: none;
	position:   absolute;
  background: #4285B9;
	border-left: solid 1px #7EB2DA;
	border-right: solid 1px #064C82;
	z-index:1;
	margin: 0;
	padding: 0;
	text-align: left;
}
.popmenu li {
	margin: 0;
	list-style: none;
	border-top: solid 1px #7EB2DA;
	border-bottom: solid 1px #064C82;
}
.popmenu li a {
	display: block;
	padding: 3px 5px 3px 10px;
	font-size: 100%;
}
.popmenu a:link, .popmenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.popmenu a:hover {
	color: #013467;
}
/*
*  HEADER
*/
#banner {
	position: relative;
	height: 100px;
	width: 100%;
	background: #013567 url(/images/header.jpg) right top no-repeat;
}
#logo {
	position: absolute;
	top: 25px;
	left: 0px;
}
/*
*  LEFT BAR
*/
#leftbar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
}
#submenu {
	margin-top: 52px;
	margin-bottom: 15px;
	width: 180px;
}
#submenu h2 {
	margin: 0;
	font-size: 100%;
	color: #FFFFFF;
	text-align: right;
}
#submenu h2 a {
	display: block;
	width: 162px;
	padding: 3px 15px 3px 3px;
}
#submenu h2 a:link, #submenu h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#submenu h2 a:hover {
	color: #4285B9;
}
#submenu p a {
	display: block;
	width: 162px;
}
#submenu ul {
	margin: 0;
	padding: 0;
	width: 100%;
}
#submenu li {
	margin: 0;
	list-style: none;
}
#submenu li a {
	display: block;
	padding: 3px 15px 3px 3px;
	width: 162px;
	font-size: 100%;
	text-align: right;
}
#submenu>ul a {
	width: auto;
}
#submenu li a:link, #submenu li a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#submenu li a:hover {
	color: #4285B9;
}
#submenu #login {
	font-size: 146.7%;
	margin: 20px;
	border: solid 1px #FFFFFF;
	background: #217A08;
	text-align: center;
}
#submenu #login a {
	display: block;
	padding: 2px 10px 2px 10px;;
	color: #FFFFFF;
	text-decoration: none;
}
#submenu #login a:hover {
	text-decoration: underline;
}
#leftbar p.contact {
	margin-top: 60px;
	padding: 0 3px 0 3px;
	font-size: 16px;
font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#leftbar p.contact a:link, #leftbar p.contact a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#leftbar p.contact a:hover {
	color: #4285B9;
}
#features {
	width: 180px;
}
#features .feature {
	background: #4487BB;
	padding: 10px;
	margin: 10px 0 10px 0;
}
#features .feature h2 {
	font-size: 100%;
	margin: 0 0 5px 0;
	text-align: center;
}
#features .feature h2 a:link, #features .feature h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#features .feature h2 a:hover {
	color: #013467;
	text-decoration: none;
}
#features .feature p {
	font-size: 93.3%;
	color: #FFFFFF;
	margin: 0;
}
#features .feature p a:link, #features .feature p a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#features .feature p a:hover {
	color: #013467;
}
#response {
	padding: 0.5em;
	width: 90%px;
	background: #eee;
}
#response div {
	clear: both;
	padding: 3px 0 0 0;
}
#form-error {
	color: red;
	font-weight: bold;
}
#response label {
	float: left;
	width: 7em;
	text-align: right;
	font-size: 100%;
	font-weight: bold;
}
#response input.submit {
	float: left;
	width: 7em;
	text-align: center;
}
#response input:focus, #response textarea:focus {
	background-color: #dedede;
}
#response .element {
	float: left;
}
/*
*  CONTACT FORMS
*/
#content .imsform p.error {
	color: #ff0000;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
}
#content .imsform p.info {
	color: #008000;
	font-weight: bold;
	text-align: center;
}
.imsform {
	margin: 0;
	font-size: 90%;
	font-family: Arial;
}
#content .imsform p {
	clear: both;
	color: #800000;
	font-weight: bold;
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 100%;
}
.imsform .row {
	clear: left;
	padding: 8px 2px 0 2px;
width: 100%;
}
.imsform .sl {
	display: block;
	float: left;
	padding: 0 1% 0 1%;
}
.imsform .ml0 {
	display: block;
}
.imsform .ml1, .imsform .ml2 {
	display: block;
	float: left;
	text-align: right;
	padding: 0 1% 0 0;
	font-weight: bold;
}
.imsform .ml0, .imsform .m00 {
	width: 100%;
}
.imsform .ml1 {
	width: 24%;
}
.imsform .ml2 {
	width: 20%;
}
.imsform .element {
	float: left;
	xmargin-top: -4px;
	max-width: 75%;
}
.imsform .q1 {
	width: 26%;
}
.imsform .q3 {
	width: 74%;
}
.imsform .q4 {
	float: none;
	margin-top: 0;
	max-width: 100%;
	width: 100%;
}
.imsform .q1 .text, .imsform .q1 .textarea, .imsform .q1 .select, .imsform .q3 .text, .imsform .q3 .textarea, .imsform .q3 .select, .imsform .q4 .text, .imsform .q4 .textarea, .imsform .q4 .select {
	width: 100%;
}
.imsform .radio {
	vertical-align: middle;
}
.imsform .submit {
	xfloat: right;
	margin: 10px 0 0 25%;
	font-weight: bold;
	background: #DBE0FF;
}
#content .imsform .req, .imsform .req {
	font-weight: bold;
	color: #ff0000;
}
.imsform input:focus, select:focus, .form textarea:focus {
	background-color: #FFFFC0;
}
.imsform .enhance {
	font-size: 130%;
	width: 558px;
	padding-bottom: 10px;
}
.imsform .longlabel {
	display: block;
	padding: 20px 0 10px 0;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.imsform .inactive {
	color: #bbbbbb;
}

