/* OhioPIRC.org Print CSS =====*/
html {
	width: 100%;
}

body {
	background: #FFF;
	margin: 0;
	font: 14px/1.5em lucida, lucida grande, arial, helvetica, sans-serif;
	color: #000;
	width: 95%;
}

img {
	border: 0;
}

a:link {
	color: #00F;
	text-decoration: underline;
}

a:visited {
	color: #00C;
	text-decoration: underline;
}

a:hover {
	color: #F00;
	text-decoration: none;
}

a:active {
	color: #F00;
	text-decoration: none;
}

.clr {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

#wrap {
	
}

/* Logo =====*/
#logo {
	display: none;
}

/* Search */
#search {
	display: none;
}

/* Top Navigation =====*/
#topnav {
	display: none;
}

/* Page Functions =====*/
#pageFunctions {
	display: none;
}

/* Audience Paths =====*/
#audiencePaths {
	display: none;
}

/* Breadcrumbs =====*/
#breadcrumbs {
	display: none;
}

/* Quick Links Box =====*/
#quickLinks {
	display: none;
}

/* Body Copy =====*/
#bodyCopy {
	margin: 0 0 25px 25px;
}

#bodyCopy2col {
	float: left;
	width: 70%;
	margin: 0 0 25px 0;
}

#rightCol {
	float: right;
	width: 25%;
	margin: 0 0 25px 0;
}

/* Footer =====*/
#footer {
	clear: both;
	border-top: 2px solid #CCC;
	padding: 8px 0 20px 0;
	font: 9px lucida, lucida grande, arial, helvetica, sans-serif;
	color: #666;
	text-align: right;
}

#footer a {
	display: none;
}

#footertxt {
	text-align: center;
}

#footertxt a {
	display: none;
}

h1 {
	font: 22px lucida, lucida grande, arial, helvetica, sans-serif;
	color: #000;
	line-height: 30px;
	margin: 0 0 15px 0;
}

h2 {
	font: 18px lucida, lucida grande, arial, helvetica, sans-serif;
	color: #000;
	letter-spacing: -1px;
	line-height: 25px;
	margin: 0 0 12px 0;
}

h3 {
	font: 13px lucida, lucida grande, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	line-height: 18px;
	margin: 0 0 9px 0;
}

p {
	font: 14px/1.5em lucida, lucida grande, arial, helvetica, sans-serif;
	color: #000;
	margin: 0 0 18px 0;
}

.imageFloatLeft {
	float: left;
	padding: 0 5px 5px 0;
}

.imageFloatRight {
	float: right;
	padding: 0 0 5px 5px;
}

.underline {
	text-decoration: underline;
}

.strikethrough {
	text-decoration: line-through;
}

.indent	{
	padding-left: 20px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

/* Form Elements =====*/
form {
	display: inline;
}

label {
	display: block;
	padding-bottom: 10px;
	clear: both;
}

label strong {
	display: block;
	float: left;
	font-weight: normal;
	width: 175px;
	text-align: right;
	padding: 0 5px 10px 0;
}

label strong em {
	color: #B00;
	font-style: normal;
	font-weight: bold;
}
