body { color: black; 
background-color: #666666; 
background-image: url(img/bg.jpg); 
background-repeat: repeat-y; 
background-position: center 0; 
top: 0; margin-top: 0; 
font-family: Arial, Helvetica, sans-serif;
color : #333333;

line-height: 140%;
margin: 0;
}


a:link { color: purple }
a:visited { color: purple }
a:hover { color: black }
a:active { color: red }

hr  {
 border: 0;
 height: 1px;
 color: #cdcdcd;
 background-color: #cdcdcd; 
}

.content {
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: 120%
}

.contentboldpurple {
	color : #670067;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	line-height: 120%
}

.contentboldblack {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight: bold;
	line-height: 120%
}

.bigboldpurple {
	color : #670067;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight: bold;
	line-height: 120%
}

.tiny {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
}

.tinygrey {
	color : #cccccc;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
}

.member {
	color : #670067;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
}

.footmsg {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
}

.cahtitle {
	color : #670067;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight: bold;
	}
	
.petition {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

/*- Top Right Banner--------------------------- */
#topright {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 125px;
	width: 125px;
	background: url(/theme/img/petitionTR.gif) no-repeat;
	text-indent: -999em;
	text-decoration: none;
}

code.codeblock {
display: block;
background: #fff;
border: 1px solid #7F9DB9;
width: 100%;
height: 80px;
overflow: auto;
}

.byline {
	color : #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	line-height: 120%
}

#splash {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 400px;
     height: 227px;
     margin-top: -200px; /* half of the height */
     margin-left: -200px; /* half of the width */
     }