body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font:12px verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: #ffffff;
	text-align: center;
/* part 1 of 2 centering hack */
	}
a {
	text-decoration: none;
	font-weight: bold;
	color:#036;
	outline: none;
	}
a:visited {
	color:  #000060;
	}
a:active {
	color:#036;
	}
a:hover {

	text-decoration: underline;
	}

p {
	font-size: 12px;
	line-height: 15px;
	margin:0px;
	padding:10px;
	text-align:justify;
	}

/* 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: 18px;
	line-height: 44px;
	font-weight: bold;
	margin:15px;
	}
h2 {
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	margin:15px;
	}
h3 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin:5px;
	}
h4 {
	font-size: 12px;
	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:none; margin-left:10px;
	}
	
#content {
	padding: 0px;
	margin-top:0px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background: #fff;
	border:30px solid #036;
	text-align:left; /* part 2 of 2 centering hack */
	width: 780px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 800px;
	}
html>body #content {
	width: 800px; /* ie5win fudge ends */
	}
	
	
.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 */
	}


 #navcontainer ul
{
font-size: 11px;    
margin: 0;
padding: 0;
list-style-type: none;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
display: block;
color: #FFF;
background-color: #036;
width: 140px;
padding: 3px 12px 3px 8px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: normal;
}

#navcontainer a:hover
{
background-color: #369;
color: #FFF;
}

#navcontainer li li a
{
display: block;
color: #FFF;
background-color: #69C;
width: 140px;
padding: 3px 3px 3px 17px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: normal;
}

td.mybackground{
background-image: url(headerbanner.jpg);
width: 800px;
background-repeat: no-repeat;
background-position: left top;
vertical-align: top;
}