body {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, sans-serif;
	color: #003;
	background:url(../media/bgcolor.gif);
	text-align: center;
/* part 1 of 2 centering hack */
	}
a {
	text-decoration: underline;
	font-weight: 300;
	color:  #003;
	outline: none;
	}
a:visited {
	color:  #003
	}
a:active {
	color:  #003;
	}
a:hover {
	color: #003;
	text-decoration: overline;
	}
sup {
	font-size: 80%;
	}
strong, b {
	font-weight: bold;
	}
p, td, li {
	font-size: 12px;
	font-weight: 300;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 0px; 
	}

/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/

h1 {
	font-size: 60px;
	font-weight: 300;
	margin-top: 60px;
	text-align:center;
	
	}
h2 {
	font-size: 26px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 10px;
	color:red;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	}
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}

#content {
	padding: 0px 10px 0px 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	border: 0px solid #003;
	text-align:left; /* part 2 of 2 centering hack */
	width: 1000px;
	height: 650px;
	}
#iframe {
	padding: 7px 7px 5px 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #003;
	text-align:left; /* part 2 of 2 centering hack */
	}
html>body #content {
	width: 1000px; /* ie5win fudge ends */
	}


#footer{
text-align:center;
font-size:13px; 
font-weight: 600;
padding:2px 0px 2px 0px;
border-top: 1px solid #003;
border-bottom: 1px solid #003;
}

hr {
  background-color: #003; 
  color: #003; 
  height:1px; 
  border: none;
  margin-top:-10px;
  }
.panel {
  text-align:right;}
.panela {
  text-align:center;}
.panel a {
	font-weight:500;
	font-size:12px;
	text-decoration: underline;
	}
.panel a:hover {
	font-weight:500;
	font-size:12px;
	text-decoration: overline;
	}
.panela a {
	font-weight:500;
	font-size:12px;
	text-decoration: underline;
	}
.panela a:hover {
	font-weight:500;
	font-size:12px;
	text-decoration: overline;
	}
.text {
	color:#c33;
	font-size:12px;
	font-weight:500;
	display:none;
        margin:1em 0;
	text-align:left;
}
#pixtext1 {display:block;}
div#showcontainer {
  width:500px;
  margin:1em auto;
  padding-top:0.1em;
  position:relative;
  border:none;}


#borderdiv {
  width:470px;
  height:520px;
  border-width:15px;
  border-style: outset inset inset outset;
  border-color: #efea86;
  background:navy;}
