body {
	color: #fff;
	background-color: #005766;
	scrollbar-base-color: #0094A4;
	scrollbar-arrow-color: #FFF;
	}

.outerwrapper {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 80%;
	width: 760px;
	text-align: left;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	border: 1px solid #000000;
}
.topheader {
	height: 77px;
	width: 760px;
}
.topmenu {
	height: 25px;
	width: 738px;
	background-color: #B1B1B1;
	margin-left: 11px;
	margin-right: 11px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	overflow: visible;
	z-index: 1999;
	}
.headerimage {
	width: 738px;
	height: 172px;
	background-color: #fff;
	padding-left: 11px;
	padding-right: 11px;
}
.left {
	float: left;
	width: 489px;
	padding-top: 0px;
	text-align: justify;
}
.right {
	width: 240px;
	float: left;
	font-weight: normal;
	background-color: #00768A;
	margin-bottom: 10px;
	font-size: 90%;
	border: 1px solid #004B59;
}
.content {
	float: left;
	width: 738px;
	color: #fff;
	margin-left: 11px;
	text-align: justify;
	margin-bottom: 11px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.smalllink {
	font-size: 80%;
}
.container {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

table {
	font-size: 100%;
}

h1 {
	font-size: 130%;
	color: #fff;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
}

h2 {
    font-size: 110%;
	color: #fff;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	margin-bottom: 1px;
}
ul {  
	font-family: Helvetica, Verdana, Arial, sans-serif;
	 font-size: 100%;
	 line-height: 15px;
	 }
hr {  
	color: #6B0802;
}

.indenttext {
	padding: 15px 20px 1px 15px;
}
.indenttext2 {
	padding: 5px 20px 5px 26px;
}
.contentback {
	background-image: url("layout/content-back.jpg");
	background-repeat: no-repeat;
	height: 356px;
	width: 545px;
}

.clear {
	clear: both;
}

.pixborder {
	border: 1px solid #004B59;	
}
.footerbar {
	width: 100%;
	text-align: right;
	color: #005766;
	height: 4%;
	font-size: 85%;
	background-color: #FFF;
	padding-top: 11px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.rightobjectfloat {
	float: right;
	margin-left: 11px;
	margin-bottom: 20px;
}
.leftobjectfloat {
	float: left;
	margin-right: 11px;
	margin-bottom: 20px;
}
.catindent {
	margin-left: 20px;
}
.subcattext {
	font-size: 90%;
	font-weight: bold;
}
.subsubcattext {
	font-size: 80%;
}
.cattext {
	font-weight: bolder;
}
/*Form styles */
form {
	margin: 0px;
	padding: 0px;
}
label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}
.labelbox {
	float: left;
	width: 150px;
}
textarea {
	font-size: 8pt;
	border: 1px solid #CCC;
	font-family: Arial, sans-serif;
}
select {
	font-size: 8pt;
	border: 1px solid #CCC;
	font-family: Arial, sans-serif;
}
/* End of form styles*/

.boxwrapper {
	border: 1px solid #009A5A;
	width: 160px;
	background-color: #E1FFE1;
}
.boxwrapper li {
	margin: 0px;
	padding: 0px;
}

.rightimagefloat {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
.spacerdiv {
	height: 15px;
	}
	
.footerbar a:link {
	text-decoration: none;
	color: #005766;
	}
.footerbar a:visited {
	text-decoration: none;
	color: #005766;
	}
.footerbar a:hover {
	text-decoration: underline;
	color: #005766;
	}
.footerbar a:active {
	text-decoration: underline;
	color: #005766;
	}
.inputeditbox {
	margin-top: 2px;
}