body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	}



.ahem {
	display: none;
	}
.strong, b {
	font-weight: bold;
	}
p {
color: #FFFFFF;
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 0px; 
	}

.firstline {
	margin-top: 5px;
	}

/* 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: 24px;
	line-height: 44px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 0;
	}
h2 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
	}
	
h3 {
	
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
	}

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 */
	}

#top {
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background: #CC66CC;
	height: 30px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 30px;
	}
html>body #top {
	height: 30px; /* ie5win fudge ends */
	}

#left {
	position: absolute;
	top: 60px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 150px;
	text-align: center;
	}

html>body #left {
	width: 150px; /* ie5win fudge ends */
	}
	
#middle {
	margin: 10px 150px 20px 150px;
	}
	
#right {
	text-align: center;
	position: absolute;
	top: 60px;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	width: 150px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 150px;
	
	}

html>body #right {
	width: 150px; /* ie5win fudge ends */
	}

	
#middle ul {
	color: #FFFFFF;
	list-style-type: none;
	font-size: 12px;
	line-height: 22px;
	margin: 0px 0px 0px 0px ;
	}
	
#middle a {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
.floatright {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 5px 0px 5px 5px;
}
	
	
/* navigation style in top bar */

#nav {
	padding: 7px 0px 5px 120px;
	}
	
#nav ul {
	display: inline;
		} 

#nav ul li {
	list-style: none;
	display: inline;
		}
	
		
#nav ul li.first {
	list-style: none;
	display: inline;
		}
		
#nav a {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: regular;
	outline: none;
	}
	
#nav a:visited {
	color:  #FFFFFF;
	}
#nav a:active {
	color:  #FFFFFF;
	}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

