body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11pt;
	color: #000;
	}

p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	margin-left: .2in;
	}

#logo {
	background-color: #fff;
	}

#menu {
	display: none;
}

#imagebox {display: none;
}

/*class="topright" is to be used in image tag for the changeable image in upper right corner.*/
img.topright {
	display: none;	
}

#maincontent a:link: after, #maincontent a:visited: after {
	content: " ("attr(href)") ";
	font-size: 90%;
}

#about {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
}
#footer {
	display: none;
	}
#contact {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9pt;
	color: #000;
}

/*typography*/
a {
	text-decoration: underline;
	color: #0000cc;
	}

/*h1 is the blue title at the top of the blue box for main content. It should announce the name of the active page.*/	
h1 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 14pt;
	font-weight: bold;
	color: #0000cc;
	}
/*h2 is for green sub-headings in the main content box.*/	
h2 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 12pt;
	font-weight: bold;
	color: #006600;
	margin-left: .1in;
	}
/*h3 is the header for the side boxes. It is large, black.*/
h3 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 12pt;
	font-weight: bold;
	margin-left: .1in;
	}

ol, ul, li {/*
	list-style: none;*/
	font-size: 10pt;
	line-height: 1.7em;
	margin-left: .3in;
	}

.headline {
	font-size: 11pt;
	text-transform: uppercase;
	}
	
.bold {
	font-weight: bold;
	}
.superscript {
	vertical-align: super;
	}
.subscript {
	vertical-align: sub;
	}
hr {
	padding-bottom: 0;
	margin-bottom: 0;
	}
#blackv1, #blackv2, #blackv3, #blackv4, #blackh1, #blackh2, #blackh3, #blackh4, #yellow1, #yellow3, #yellow2, #yellow4, #yellow5 
	{
	display: none;
	}
