/*----------------------body--------------------------*/
body {
	background: #008000 url(../images/Back.png) repeat-y center;	
	font-family: "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	font-size: 62.5%;
	color: #008000;
	margin: 0;
	padding: 0;
	text-align: center;
}

/*-----------------------Headings--------------------------*/
h1 {
	background: transparent;
	color: #008000;
	text-decoration: none;
	text-align: center;
	font-size: 3em;
	font-weight: bold;
	font-family: "Century Gothic" , "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
}

h2 {
	font-family: "Century Gothic", "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	font-size: 2.2em;
	font-weight: normal;
	color: #8B8B8B;
	margin: 0px 0px 15px 0px;
	padding: 0;
}
 

h3 {
	background: #fff;
	color: #8D8D8D;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
}

h4 {
	background: #fff;
	color: #8D8D8D;
	font-size: 8em;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
}

h6 {
	font-size: 1.5em;
	font-family: "Century Gothic", "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	color: #606060;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0;
}


/*------------------------anchor--------------------------*/

a  {
	color : #008000;
	text-decoration : underline;
	font-family: "Century Gothic" , "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	font-weight: none;
	font-size: 13px;
}

a:active {
	color: #000;
	font-family: "Century Gothic" , "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	text-decoration: none;
}

a:visited {
	color: #008000;
	font-family: "Century Gothic" , "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	text-decoration: underline;
	font-weight: none;
	font-size: 13px;
}

a:Hover  {
	font-family: "Century Gothic" , "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	color : #000;
	text-decoration : underline;
	font-weight: none;
	font-size: 13px;
}



#menua a  {
	color : #008000;
	text-decoration : none;
	font-family: "Century Gothic", "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	font-weight: none;
	font-size: 1.1em;
}

#menua a:active {
	color: #000;
	font-family: "Century Gothic", "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	text-decoration: none;
}

#menua a:visited {
	color: #008000;
	font-family: "Century Gothic", "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	text-decoration: none;
	font-weight: none;
	font-size: 1.1em;
}

#menua a:Hover  {
	font-family: "Century Gothic", "Lucida Sans Unicode", "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	color : #000;
	text-decoration : none;
	font-weight: none;
	font-size: 1.1em;
}


/*---------------------------images------------------------*/

.leftImage {
	float: left;
}

.centerImage {
	margin-left: -3px;
}

.rightImage {
	float: right;
}

#main {
    width: 950px;
    margin: 0px auto;
    text-align: left;   
}

#mainSection {
	width: 600px;
	margin: 0px auto;
}

p {
	margin: 15px; 
	color: #008000;
	font-size: 1.3em;
}

#header {
	height: 270px;
	margin-top: 20px;
}

#titleText {
	text-align: center;
	margin-top: -20px;
}

#images {

}

#missionStatement {
	width: 650px; 
	margin: 0px auto;
}

.hr {
	background: #fff url(../images/HorizontalRule.png) no-repeat center bottom;
	margin: 25px auto;
	height: 3px;
	width: 635px;
}

.dottedhr {
	border-bottom: 1px dotted green;
	width: 400px;
	margin-left: 20px;
}

.solidhr {
	border-bottom: 1px solid green;
	width: 600px;
}

#petition {
	width: 650px; 
	margin: 0px auto;
}

table {
	color: black; 
	border: 1px solid black;
	margin: 0px auto;
}

input {
	margin: 4px;
}

#content {
	width: 650px; 
	margin: 0px auto;
}

#menu {
	display: block;
	margin: 0px auto;
	margin-left: 11%;
}


#menu ul{
	font: bold 13px arial;
	padding-left: 0;
	margin-left: 0;
	height: 20px;
}

#menu ul li{
	list-style: none;
	display: inline;
	width: 65px;
	margin: 0px auto;
}

#menu ul li a{
	padding: 2px 0.5em;
	text-decoration: none;
	float: left;
	color: #008000;
	background-color: #fff;
	border: 1px solid gray;
	margin-left: 17x;
	margin-right: 17px;
	width: 94px;
	text-align: center;
}

#menu ul li a:hover{
	background-color: #008000;
	color: #fff;
	border-style: outset;
}

#links {
	width: 600px;
	margin: 0px auto;
}

