body {  
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif; 
	font-size: 1em;
	color: black;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, #nav {
	font-family: Palatino, Georgia, Times, "Times New Roman", serif;
}

h2 { 
	font-size: 175%; 
	font-weight: bold; 
	color: #666;
}

h3 { 
	font-size: 150%; 
	font-weight: bold; 
	color: #006;
}

h4 { 
	font-size: 125%; 
	font-weight: bold; 
	color: black;
}

h5 {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	color: black;
}

#nav {
	margin: 0 2em 1em 0;
	padding: 0.5em 1em;
	background-color: #ccc;
	width: 10em;
/*	position: fixed;  -- removed because IE Win does not support "fixed", nor do iPhone/iPod touch without own style sheet */
}

#nav h1 {
	font-size: 1.1em;
	font-weight: bold;
	color: black;
	margin-bottom: 0;
}

#nav h1 a {
	text-decoration: none;
	color: black;
}

#nav a img {
	border: 0;
	text-decoration: none;
}

#nav li {
	margin: 0 0 0.3em -1em;
	padding: 0;
	list-style-type: square;
	font-size: 0.9em;
	list-style-position: outside;
}

#nav li a {
	text-decoration: none;
	color: #333;
}

#nav li.current, #nav li.current a, #nav h1.current a {
	font-weight: bold;
	color: #f30;
}

#nav li.current ul {
	list-style-type: circle;
}

#nav li.current li {
	margin: 0 0 0.3em -2em;
	padding: 0;
}

#nav li.current li, #nav li.current li a {
	font-weight: normal;
	color: black;
	list-style: none;
	font-size: 0.9em;
	list-style-position: inside;
}

#nav a:hover, #nav li li a:hover {
	color: #f30;
}

#maincontent {
	position: absolute;
	margin: 0 2em 1em 14em;
	width: 70%; /* I had to put this in because IE Win SUCKS */
}

#maincontent h1, .printonly {
	display: none;
}

#maincontent table {
	border: none;
	border-top: 1px solid #666;
	border-collapse: collapse;
}

#maincontent table td, #maincontent table th {
	margin: 0;
	padding: 2px 4px;
	border-bottom: 1px solid #666;
}

#maincontent table th {
	background-color: #ccc;
}

/* use for subnav within a page */
.jumppage {
	background-color: #ccf;
	padding: 0;
	margin: 0;
	border-left: 1px dotted #666;
	border-right: 1px dotted #666;
}

.jumppage ul {
	margin: 0;
	padding: 3px 0;
}

.jumppage li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	font-size: 9px;
	border-right: 1px dotted #666;
}
/*
.jumppage li.current {
	font-weight: bold;
	color: #333;
}
*/
.jumppage a {
	text-decoration: none;
	color: #666;
	padding: 0 1em;
	margin: 0;
}

.jumppage a:hover {
	color: #336;
}

dt { 
	font-size: 100%; 
	font-weight: bold;
}

/* Throwbacks from previous design; goal will be to eliminate over time */

.new_in_red {  font-family: "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif; font-weight: bold; color: #FF3333}
.pinkcol {
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif; 
	font-size: 0.9em;
    background-color: #fcc;
	text-align: center;
}
.greencol { 
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif; 
	font-size: 0.9em;
    background-color: #cfc;
	text-align: center;
 }
.tealcol { 
	font-family: "Helvetica Neue", Helvetica, Geneva, Arial, sans-serif; 
	font-size: 0.9em;
    background-color: #6cc;
	text-align: center;
}

#maincontent img.wraparound {
	margin: 1em 2em;
	float: right;
}

.byline {
	font-style: italic;
}

@media print {

#nav {
	display: none;
}

#maincontent {
	margin: 0;
	width: 100%;
}

#maincontent h1 {
	display: block;
	font-size: 190%;
	color: black;
}

.printonly {
	display: block;
}

.noprint {
	display: none;
}

}


}

@media handheld {

#nav {
	width: auto;
	position: relative; 
	clear: both; 
}

#maincontent {
	position: relative;
	margin: 2px;
}


}
