table {
	border-collapse:collapse;
	border-spacing:0;
}
ul,ol { 
	list-style:none;
	/*line-height:inherit;*/
}
.clearLeft {
	height:0;
	clear:left;
}

.relative {
	position:relative;
}

body {
	font-family:Verdana,Arial,sans-serif;
	font-size:14px;
	color:#3b414d;
}
p {
	line-height:1.5em;
	margin-bottom:1.3em;
}
img {
	display:block;
}

a:link, a:visited {
    color:#11478e;
}
a:hover {
    color:#db483f;
}

.petitionBox {
	float:left;
	width:688px;
	margin:0 18px 0 35px;
	padding:0 12px;
	background:url('petition-box-tile.png') repeat-y left top;
}
.petitionBox .top {
	height:6px;
	margin:0 -12px;
	margin-bottom:6px;
	background:url('petition-box-top.png') no-repeat left top;	
}
.petitionBox .bottom {
	clear:left;
	height:7px;
	margin:0 -12px;
	background:url('petition-box-bottom.png') no-repeat left top;		
}

.petitionBox .col1 {
	float:left;
	margin-right:24px;
	width:316px;
}

.petitionBox p {
	margin-bottom:5px;
	font-size:14px;
	line-height:18px;
}

a.signHere:link, a.signHere:visited {
	display:block;
	background:url('btn-sign-here.png') no-repeat 0px 0px;
	width:136px;
	height:48px;
	line-height:100em;
	overflow:hidden;
}
a.signHere:hover {
	background-position:0px -48px;
}
 
a.donatenow:link, a.donatenow:visited {
	display:block;
	background:url('btn-donate-now.png') no-repeat 0px 0px;
	width:167px;
	height:47px;
	line-height:100em;
	overflow:hidden;
}
a.donatenow:hover {
	background-position:0px -47px; 
}


h3 {
	color:#033b83;
	font-size:20px;
	font-weight:bold;
	line-height:1.4em;
	margin-bottom:.8em;
	
}



