body {
  margin: 0px;
  padding: 0px;
  background: #000000;
  font-family: Verdana,Arial,Helvetica,sans-serif;
  text-align: center;
}

#wrapper {
  position: relative;
  text-align: left;
  width: 800px;
  height: 520px; /*470px;*/
  margin-right: auto;
  margin-left: auto;
  background: #FFFFFF; /*#FFCCFF;*/
}

#banner {
  background: #FFFFFF; /*#FFCCFF; /*transparent;*/
  float: left;
  height: 100px;
}

#rightcontent {
  width: 385px;
  height: 420px;
  float: right;
  margin: 2px 5px 2px 10px;
/*	overflow:auto;*/
}

#leftcontent {
  width: 385px;
  height: 420px;
  float: left;
  margin: 2px 10px 2px 5px;
	/*overflow:auto;*/
}

#footer {
  clear: both;
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2px;
  padding: 0px;
  text-align: left;
  color: #FFFFFF;
  font-size: 70%;
}

.hovermenu ul {
  font-family: arial;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
  padding-left: 2px;
  margin-left: 0;
  height: 20px;
}
.hovermenu ul li {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  display: inline;
}
.hovermenu ul li a {
  padding: 2px 0.5em;
  text-decoration: none;
  float: right;
  color: black;
}
.hovermenu ul li a:hover {
  font-weight: bold;
  font-size: 12px;
}
/*
.hovermenu ul li a:active {
  font-weight: bold;
  font-size: 14px;
}
html > body .hovermenu ul li a:active {
  font-weight: bold;
  font-size: 14px;
}
*/

.selected {
  font-weight: bold;
  font-size: 12px;
}

html > body .selected {
  font-weight: bold;
  font-size: 12px;
}

/* RIGHTCONTENT */
#rightcontent h1 {
	/*margin-top: 30px;*/
	color: #000000;
	border-bottom: 1px solid #000000;
	font: normal 105% Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
}

#rightcontent td {
  	font-size: 65%;
  	vertical-align: top;
}

#rightcontent p {
  font-size: 75%;
	line-height: 1.5em;
	margin-bottom: 5px;
	text-align: justify;
}

#rightcontent p.testimonial {
  font-size: 75%;
	font-style: italic;
	line-height: 1.0em;
	margin-bottom: 2px;
	text-align: left;
}

#rightcontent a {
	text-decoration: none;
	color: #152D6A;
	font-weight:bold;
}

#rightcontent input.txt {
  float: right;
  font-size: 90%;
  color: #00008B;
  background-color: #E3F2F7;
  border: 1px inset #00008B;
  width: 200px;
}

#rightcontent input.btn {
  color: #00008B;
  background-color: #ADD8E6;
  border: 1px outset #00008B;
}

#rightcontent form {
	height: 350px;
	overflow:auto;
}

#rightcontent form td {
	font-size: 65%;
	text-align:left;
}

#rightcontent form p {
	clear: left;
  font-size: 65%;
	margin: 0;
	padding:0;
	padding-top: 5px;
}

#rightcontent form p label {
	float: left;  	
  width: 150px;
}

#rightcontent fieldset {
  border: 1px solid #61B5CF
	margin-top: 16px;
	padding: 2px;
}

#rightcontent legend {
  	font-size: 75%;
  	color: #000000;
	font-weight:bold;
}

/* LEFTCONTENT */
#leftcontent h1 {
	color: #000000;
	border-bottom: 1px solid #000000;
	font: normal 105% Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
}

#leftcontent h2 {
	font: normal 95% Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #152D6A;
}

#leftcontent h3 {
	font: normal 85% Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #152D6A;
}

#leftcontent p {
  	font-size: 75%;
	line-height: 1.5em;
	margin-bottom: 5px;
	text-align: justify;
}

#leftcontent a {
	text-decoration: none;
	color: #152D6A;
	font-weight:bold;
}

#leftcontent td {
  	font-size: 65%;
  	vertical-align: top;
}
