@charset "utf-8";
body {
  /* for IE; otherwise, BG isn't fully stretched */
  margin: 0px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#bg {
  position: fixed;
  margin: 0px;
  border: 0px;
  padding: 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -10;
}

#bg img {
  width: 100%;
  z-index: -9;
}


#body {
	position: absolute;
	left: -9px;
	top: 0%;
	width: 98%;
	padding: 1%;
	z-index: 10;
}

li {
  margin-bottom: 2em;
}
[if IE]>
body {
  margin: 0px;
}

#body {
  padding: 0em;
  width: 100%;
}
<![endif]-->

a, a:link, a:visited {
	color: #000099;
}
a:hover, a:active {
	color: #0000FF;
}
h1, h2, h3, h4 {
	color: #333333;
}
.text, p, div {
  font-size: 11px;
  color: #000000;
}

.hiddenPic {
  display:none;
}

input.text, input.cleardefault, textarea.cleardefault{
border-width:2px;
border-color: #000066;
background-color: #99FFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:center;

}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0;
}
table.about{
	padding: 0;
	vertical-align:middle;
	background-color: #FFFFFF;
	border: medium solid #000000;
}
.about, .about p {
	padding: .5cm;
	color: #000000;
	font-size: 12px;
	text-align: center;
	font-style:normal;
	line-height: 2em;
}
img.halfopac {
-moz-opacity: 0.5;
filter:alpha(opacity=50);
-khtml-opacity: 0.5;
opacity: 0.5;
}
img.halfopac:hover {
-moz-opacity: 1;
filter:alpha(opacity=100);
-khtml-opacity: 1;
opacity: 1;
}


/* Footer Links */
#footer ul {
 margin: 0.25em 0;
 padding: 0 1em;
 list-style: none;
}
#footer li {
 display: inline;
 margin: 0;
 padding: 0 0.3em 0 0.6em;
 border-left: 1px solid;
}
#footer li:hover {
	background-color: #CCFFFF;
	height: auto;
	width: auto;
	border: thin solid #000000;
}
#footer .first {
 padding-left: 0;
 border: 0;
}
