body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #0017A9;
	background-color: #fff;
	text-align: center;
/* part 1 of 2 centering hack */
	}

#frame {
		width:675px;
		margin-right:auto;
		margin-left:auto;
		margin-top: 1px;
		padding:1px;
		border: 2px 2px 2px 2px;
		border-style: double;
		border-color: #001FB3;
		text-align:left;
		}

a {
	text-decoration: underline;
	font-weight: bold;
	color:  #070DA1;
	outline: none;
	}
a:visited {
	color:  #9900cc;
	}
a:active {
	color:  #ff0000;
	}
a:hover {
	color: #ff0000;
		}
strong, b {
	font: bold;
	}

td, p {
	font: .9em Arial, Verdana, Helvetica;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-color: #0017A9;
	background-color: #ffffff; 
	text-align: left;
	}

.center {
	font: .9em Arial, Verdana, Helvetica;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-color: #0017A9;
	background-color: #ffffff; 
	text-align: left;
	}

/* 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: 14px;
	line-height: 24px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
	}
h2 {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}

.shortheader {
	font-size: 18px;
	line-height: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
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 */
	}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	text-align: center;
	}

.small {
	font: .8em verdana, arial, helvetica, sans-serif;
	text-align: center;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
	}

#topnav {
		width:645px;
		padding:12px;
		text-align:center;
		margin-top: 3px;
		font: .9em bold verdana, arial, helvetica, sans-serif;
		color: #070DA1;
		background-color: #ffffff;
		}

#rightcontent 
	{	width:650px;
		position:relative; top: -20px; left: 0px;
		padding-right: 0px;
		padding-left:10px;
		float: left;
		margin-top: 10px;
		margin-left: 3px;
		margin-right: 5px;
		font: .9em verdana, arial, helvetica, sans-serif;
		color: #001FB3;
		background-color: #ffffff;
		}

#bottomcontent 
	{	width:630px;
		padding:5px;
		text-align: center;
		margin-top: 0px;
		margin-left: 3px;
		font: .9em verdana, arial, helvetica, sans-serif;
		color: #001FB3;
		background-color: #ffffff;
		}

#bottomnav {
		width:650px;
		padding:12px;
		text-align:center;
		margin-top: 3px;
		font: .6em verdana, arial, helvetica, sans-serif;
		color: #070DA1;
		background-color: #ffffff;
		}

html>body #content {
	width: 600px; /* ie5win fudge ends */
	}
#topimage {
	padding: 0px;
	width: 675px;
	margin-top: 0px;
	margin-bottom: 10px; 
	margin-right:auto;
	margin-left:auto;
	text-align: center;
	}

ol 	{ list-style-type: 1;
		padding-right: 5px;
	 	color: #001FB3; 
		background-color: transparent; 
		font-weight: normal; 
		font: .9em bold Arial, Verdana, Helvetica, sans-serif; }

ul 	{ list-style-type: disc;
		padding-right: 5px;
	 	color: #001FB3; 
		background-color: transparent; 
		font-weight: normal; 
		font: .9em bold Arial, Verdana, Helvetica, sans-serif; }

li { 	list-style-type: 1; 
		color: #001FB3; 
		background-color: transparent; 
		normal .9em Arial, Verdana, Helvetica, sans-serif; }