/* CSS Document */

body {
	background-color: #048;
	font-family: sans-serif;
	font-size: medium
}

ul {
list-style-type: none;
}

#allcontent {
	width: 1000px;
}

#banner {
	background-image: url(/images/banner.gif);
	background-repeat: no-repeat;
	width: 800px;
	height: 180px;
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
}

#clickhere {
	text-align: center;
	width: auto;
	height: auto;
	position: absolute;
	margin-top: 163px;
	margin-left: 700px;	
}

#clickhere a {
	color: rgb(210, 191, 168);
	font-family: courier, monotype;
	font-size: 10pt;
	text-decoration: none;
}

#clickhere a:hover {
	color: rgb(160, 131, 108);
	text-decoration: none;
}

#leftmenu {
	float: left;
	margin: 0px 15px 10px -30px;
}

#leftmenu li {
	text-align: center;
	padding-bottom: 1.5em;
	list-style-type: none;
}

#leftmenu li a {
	font-family: arial, helvetica, sans-serif;
	text-decoration: bold;
	color: rgb(210, 210, 210);
}

#leftmenu li a:hover {
	color: rgb(210, 210, 0);
}

#content {
	height: 625px;
	font-family: arial, helvetica, sans-serif;
	background-image: url(http://www.peopleforanewsociety.org/images/logo.bmp);
	background-position: top;
	background-repeat: no-repeat;
	font-size: smaller;
	width: auto;
	color: #048;
	padding: 10px;
	border-left: 1px solid rgb(210, 191, 168);
	border-right: 1px solid rgb(210, 191, 168);
	overflow: auto;
}

#rightmenu {
	font-family: arial, helvetica, sans-serif;
	float: right;
	margin-right: -5px;
	width: 150px;
	height: auto;
	color: #00B734;
	text-align: center;
	margin-top: 9px;
	padding-right: 1em;
	padding-left: 1em;
}

#rightmenu a {
	text-align: center;
	font-family: impact, verdana, sans-serif;
	text-decoration: none;
	line-height: 1.5em;
	color: #022;
}

#rightmenu a:hover {
	color: rgb(160, 131, 0);
}

#content p {
	line-height: 1.5em;
	text-size: 1em;
}

#content h1 {
	text-align: center;
	line-height: 1.5em;
	text-size: 2em;
}

#content h2 {
	text-align: center;
	line-height: 1.5em;
	text-size: 1.5em;
}

#content a {
	color: #fad505;
	text-decoration: none;
}

#sup {
	font-size: 75%;
	vertical-align: super;
}

#bottomdiv {
width: auto;
height: auto;
border-top: solid 1px rgb(210, 191, 168);
text-align: left;
padding-top: 5px;
font-size: smaller;
color: rgb(210, 191, 168);
}