﻿	* {
		padding: 0;
		margin: 0;
	}

	html, body {
		height: 100%;
		font-family: trebuchet MS, verdana, arial, helvetica, sans-serif;
		font-size: 1em;
		color: #666;
		background: #fff;
		text-align: left;
	}
	/*--------------------------------------------------*/
	/* Header		                					*/

		#header {
			height: auto;
			font-size: 1em;
			background: #fff;
			width: 100%;
		}
		
		

/*--------------------------------------------------*/
/* Wrapper						                    */

	.wrapper {
		margin: 0 auto;
		width: 60.5em;
		text-align: left;
	}
	
/*--------------------------------------------------*/

.container {
    background: rgb(38,38,38);
    overflow: hidden;
    margin: 0 auto
    ;
}

#footer
{
	clear: both;
	width: 100%;
	margin-top: 5px;
	float: left;
	font-size: 0.7em;
	font-weight: bold;
	padding: 8px 15px 0 15px;
	color:White;
}

#footer a
{
	text-decoration: none;
	color: White;


}
/*--------------------------------------------------*/

	#content {
		clear: both; 
		height: auto;
		font-size: 0.7em;
		color: #666;
		text-align:justify;
	}

	#petition {
		clear: both; 
		height: auto;
		font-size: 1.5em;
		color: #666;
		text-align: left;
	}
	
	
	#quotes img{
		float:left;
		border: solid 1px #999;
		margin-right: 10px;
	}
/*----------------------------------------------------*/

.Comment {
	border-bottom: 5px solid #ebebeb;
	clear: both;
	padding-bottom: 15px;
	margin-bottom: 15px;
	height: auto !important;
	width: 28em;
}

#main
{
	font-size: .8em;
	width: 100%;
	text-align: left;
	margin-left: 20px;
}

#entryForm
{
	padding: 2em;
	border: 1px solid #ccc;
	width: 35em;
	background: url('images/adsBg.gif') repeat-x bottom left;
}

#entryForm span
{
	color: #000;
}

#title
{
	margin: 0;
	font-size: 1.5em;
	font-weight: bold;
}

img
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
}

input.signUpButton 
{
	float: right;
	background: none;
	border: none;
	width: 51px;
	height: 21px;
	color: #fff;
	font-size: .9em;
	font-weight: bold;
	background: url('images/submitButton.gif') no-repeat 0 1px;
	margin: 0;
}

input.signUpButton:hover 
{
	color: #fff;
	cursor: pointer;
	background: url('images/submitButtonOver.gif') no-repeat 0 1px;
}

li
{
	font-size: 0.7em;
}


#header #topswish {
	clear: both;
	background: #ffffff url('images/headerBg.jpg') no-repeat top left;
	height: 3.6em;
	font-size: 0.7em;
}m:1.4em;





.pagination {
	clear: both;
	text-align: center;
	width: 100%;
	background: #fff;
	color: #013b7e;
	padding: 5px 0;
}

.pagination a, .pagination a.back, .pagination a.next {
		text-decoration: none;
		color: #013b7e;
		padding: 0 2px;
	}
.pagination a.selected {
		color: #666;
	}


