html {
		margin: 0;
		padding: 0;
		}
body {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	}
	
	a:link, a:visited {color: #520;
	background: transparent;
	font-weight:bold;
	text-decoration: underline;
	}
	
/* styles for banner and tagline */
div#banner {
	margin: 5px 0 15px 0;
	padding: 0;
	height: 110px;
	width: 270px;
	top: 10px;
	}

div#tagline {
	display: none;
	}

/*content div and main styles for content */
div#content {
	margin-left: 10%;
	margin-right: 10%;
	width: auto;
	background: transparent;
	padding: 0;
	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight: bold;
	color: #333;
	margin: 0 0 5pt;
	
	}
	
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 130%;
	color: #000000;
	margin-top: 0
	margin-bottom: 5pt;
	}
	
h2 {
	font-size: 16pt;
	color: #333;
	padding: 0 0 0 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 10pt;
	}

h3 {
	font-size: 14pt;
	color: #333;
	margin:0 0 8pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}

h4 {
	font-size: 12pt;
	color: #333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 5pt;
	}

ol, ul, li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 130%;
	margin-top: 0pt;
	margin-bottom: 15pt;
	}
	

/* styles for main navigation on the left-- should be a list but is just anchors right now */
div#navigation {
	display:none;
	}


/* styles for section nav and popular download list on the right */	
div#sidecolumn {
	display: none;
	}
		


/* footer styles for the simple nav list and last updated */
div#footer {
	display: none;
	}
	
/* styles for the nav with top, next, previous buttons */
div#bottomnav {
	display: none;
}

/* various class styles */
.first {
	padding-top: 5px;
	font-weight: normal;
	}

.firstheading {
	margin-top: 0.5em;
	}
.left {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
	}
	
.right {
	float: right;
	margin-left: 10px;
	margin-top: 10px;
	}
	
.centre {text-align: center;
}	
.inline {
	display: inline;
	}
	
.aright {
	text-align: right;
	}

.last {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #CC3300;
	padding-bottom: 0.35em;
	}

.search {
	display: none;
}


#lsws {
	position: absolute;
	left: 5px;
	top: 5px;
}


.clear {clear:left;
}