/* Typography
=================================== */
* {margin: 0; padding: 0;}

a {
	color: #669;
	text-decoration: none;
	border-bottom: 1px dotted #669;
}

#banner a {border: none;}

h1, h2, h3, h4 {
	margin-top: 6pt;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

h2, h3 {color: #669;}

p {margin-bottom: 6pt;}
p.last {clear: both; font-size: 1px;}

.caption, em, blockquote, h4 {font-style: italic;}
blockquote {margin: 6pt;}
blockquote .last {display: block;}

.errorMessage {font-weight: bold; color: red;}

ul {margin-left: .5in; }

/* General Layout/Structure
=================================== */
img {border:none}
	
body {
	font: 12pt "Times New Roman", Times, serif;
	color: #000;
}

#banner, #primaryContent, #secondaryContent, #wrapper, .outerbox, .innerbox {
	float: none;
	position: relative;
	height: auto;
	width: auto;
	background: none;
}

#banner {border-bottom: 3px solid #99c;}

#banner img, #printLogo {
	float: left;
	padding: 0 10px 10px 0;
}

#footer {
	font-size: 10pt;
	text-align:center;
	border-top: 1px solid #669;
	}	

#screenLogo, #mainNav {display: none;}

/* Forms
=================================== */
form p {margin: 12pt 0;}

fieldset, input, textarea {border: 1px solid black;}

fieldset {
	background: #f8f8f8;
	padding: 10px;
}

legend {
	color: #000;
	font-weight: bold;
}

textarea {height: 5em;}

dt {
	font-weight: bold;
	margin-top: 6pt;
}

dd {margin-left: .3in;}
.plus, .minus {background: none;}
.hiddenTarget, .showTarget {position: relative;}
