#imagebox {
	background-color:darkblue;
	}
#backdrop {
	display:none;
	}
#backdropa {
	display:inline;
	}
#backdropb {
	display:inline;
	right:0px;
	padding-left:5px;
	}
#spacer	{
	display:none;
	width:0px;
	}
#top-2 {
	top:0px;
	width:770;
	}
#rightfs {
	width:250px;
	float:right;
	}
#leftfs {
	width:220px;
	float:left;
	}
#ws	{
	width:100%;
	height:100%;
	background-image: url('../images/slice.jpg');
	background-repeat: repeat-x;
	}
fieldset p {
	text-indent: 1cm
	}
.padding5 {
	padding-left:10px;
	}
.bluebold {
	color:#003C72;
.hclear {
	color:white;
	visibility:hidden;
	display;inline;
	}
	}
.redbold {
	color:#B51030;
	}
#centerme {
	text-align:center;
	}
.smaller {
	font-size:smaller;
	}
#loc-frame {
	height:300px;
	width:563px;
	}
html,body {
	height:100%;
	}
#watermark {
	height:100%;
	margin-left:auto;
	margin-right:auto;
	width:770px;
	background-image: url('../images/blue.jpg');
	background-repeat:repeat-y;
	}
#standard {
	display:none;
	}
#smnormal {
	text-align:center;
	}
#printlogo {
	display:none;
	}
#floatleft {
	float:left;
	}
#floatright {
	float:right;
	}
#inlinefloatright {
	display:inline;
	float:right;
	}
#pin	{
	width:550px;
	margin-left: auto;
	margin-right: auto;
	}
#left	{
	font-weight:bold;
	text-align:left;
	}
#right	{
	font-weight:bold;
	text-align:left;
	}
#paddedright {
	padding-right:1em;
	}
#form	{
	background:transparent;
	}
#h2red	{
	color:#AF152D;
	font-size:larger;
	}
#footer	{
	padding-left:5px;
	padding-right:2em;
	font-family:Tahoma,Helvetica;
	}
#smcontrast {
	visibility:hidden;
	position:relative;
	bottom:10px;
	}
#top	{
	z-index:150;
	left:0;
	top:0;
	}
#body	{
	margin-left:auto;
	margin-right:auto;
	width:770px;
	font-size:83%;
	left:0;
	top:0;
	}
#foot	{
	margin-left:auto;
	margin-right:auto;
	width:770px;
	top:-100px;
	left:0;
	}
#top-1	{
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:770;
	z-index:49;
	}
#body-1 {
	display:block;
	position:absolute;
	top:160px;
	padding-left:18px;
	z-index:100;
	font-family:Tahoma,Helvetica;
	font-size:x-small;
	}
div>#body-1 {
	position:fixed;
	}
#body-2 {
	padding-top:20px;
	background-image: url('../images/blue.jpg');
	background-repeat: repeat-y;
	background-position: top left;
	text-align:justify;
	color:#003366;
	position:static;
	padding-left:200px;
	padding-right:7px;
	z-index:-100;
	font-family:Tahoma,Helvetica;
	}
#foot-1 {
	background-image: url('../images/blue.jpg');
	background-repeat: repeat-y;
	background-position: top left;
	width:570px;
	float:left;
	padding-left:200px;
	padding-right:0px;
	z-index:0;
	}
pre	{
	font-family:Tahoma;
	font-size:100%;
	}
hr	{
	margin-left: auto;
	margin-right: auto;
	}
body 	{
	background-color:white;
	margin:0;
	padding:0 0 0 0;
	border:0;
	background-image: url('../images/slice.jpg');
	background-repeat: repeat-x;
	background-positon: fixed;
	}
* html body {
	background-image: url('');
	}

 /* Bellow is the code required to run the hover menu system for all position:fixed; complient browsers, the code to run this on ie5-6 is handled in ie-fixed.css and the code to fix the padding for ie7 is handled in ie7.css. */

.nav 	{
	margin: 0;
	padding: 0px;
	list-style: none;
	width: 151px;
	border-bottom: 1px solid #00A;
	}
* html .xli {
	border:1px;
	border-style:outset;
	border-bottom: 0px;
	}
* html .xli:hover {
	border:1px;
	border-style:inset;
	border-bottom: 0px;
	}
.xli	{
	position: relative;
	}
.xli ul	{
	position: absolute;
	left: 150px;
	top:0px;
	display: none;
	}
* html .xli ul {
	top:-1px;
	left: 148px;
	}
.xli a {
	font-weight: bold;
	cursor: default;
	font-family:Tahoma,Helvetica;
	font-size:small;
	display: block;
	text-decoration: none;
	color:white;
	background:darkblue;
	padding:5px;
	border: 1px solid #00A;
	border-bottom: 0;
filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=darkblue,endColorStr=lightblue); 
	}
* html .xli a {
	border: 0px solid #00A;
	}
body>.xli a {
	font-size:normal;
	}
.nav li a:hover {
	color: darkblue;
	background: white;
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=white,endColorStr=lightblue); 
	}
li:hover ul, li.over ul {
	display: block;
	}

 /* This is where the display options of the forms are handled */
form.fancyform fieldset {
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=white,endColorStr=lightblue);
	width:550px;
	display:block;
	margin-left: auto;
	margin-right: auto;
	}
form.fancyform legend {
	padding: 0 2px;
	font-weight: bold;
	}
form.fancyform label {
	display: -moz-inline-box;
	*display: inline-block;
	
	line-height: 1.8;
	vertical-align: top;
	font-size:smaller;
	width: 120px;
	}
form.fancyform fieldset ol {
	margin: 0;
	padding: 0;
	}
form.fancyform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}