body {
  margin: 0px;
  padding: 0px;
  background: #003366;
  font-family: Georgia, "Times New Roman", Times, serif;
}

#header small {
  font-size: 16px;
}

#header {
  line-height: 20px;
  background: #003366;
  background-image: url('/html/bg.jpg');
  height: 50px;
  font-weight: bold;
  font-size: 26px;
  font-variant: small-caps;
  color: #ffffff;
  text-align: center;
  width: 59%;
  padding-top: 10px;
  float: none;
  margin: 1% 20% 0px;
  border-left: #000 2px solid;
  border-right: #000 2px solid;
  border-top: #000 3px solid;
  border-bottom: #000 3px solid;
}

#content {
  background: #fff;
  float: left;
  width: 53%;
  height: 480px;
  margin: 0% 20% 0px;
  border-left: #000 2px solid;
  border-right: #000 2px solid;
  border-bottom: #000 3px solid;
  padding-top: 1%;
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 2%;
}

#content_long {
  background: #fff;
  float: left;
  width: 53%;
  height: 770px;
  margin: 0% 20% 0px;
  border-left: #000 2px solid;
  border-right: #000 2px solid;
  border-bottom: #000 3px solid;
  padding-top: 1%;
  padding-left: 3%;
  padding-right: 3%;
}

#content_scroll{
  background: #fff;
  float: left;
  width: 53%;
  height: 90%;
  margin: 0% 20% 0px;
  border-left: #000 2px solid;
  border-right: #000 2px solid;
  border-bottom: #000 3px solid;
  padding-top: 1%;
  padding-left: 3%;
  padding-right: 3%;
}



#content fieldset {
	border:0;
}
#content fieldset ul, #content fieldset li {
	border:0; 
	margin:0;
	padding:0;
	list-style:none;
}

#content fieldset li {
	clear: both;
	list-style:none;
	padding-bottom: 20px;
}

#content fieldset input, #content fieldset textarea {
	float:left;
	background-color: #DDDDDD;
	border: #AAA 1px solid;
}

#content fieldset label {
	width: 140px;
	float: left;
}

#footer {
  background: #003366;
  clear: both;
  width: 100%;
  text-align: center;
  padding-top: 8px;
margin-bottom: 10px;
}

#content span.labelText {
font-weight: bold;
}

a, a:visited, a:active {
	color: #222222;
	border-bottom: 1px dotted;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid;
}

span.footer_text {
	color: #ccccff;
	font-size: small;
	font-weight: lighter;
	font-variant: small-caps;
}

a.footer_link, a.footer_link:visited, a.footer_link:active {
	color: #ccccff;
	border-bottom: 1px dotted;
	text-decoration: none;
	font-variant: small-caps;
}

a.footer_link:hover {
	border-bottom: 1px solid;
}

p.partner {
	font-weight: bold;
}

table.clean {
	width: 100%;
}

table.clean td {
	text-align: left;
}

table.clean th {
	border-bottom: 1px solid;
}

table.clean a {
	color: blue;
}

table.clean strong.red {
	color: red;
}

table.clean strong.black {
	color: black;
}
