/* CSS Document */

html {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
}

body {
	background-color: #FFCC99;
	height: 100%;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	top: 0px;
	left: 0px;	
}

#main {
	margin: 0 auto;
	padding: 0px;
	width: 640px;
	background-image: url(../images/pp-repeat.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: left;
}

#top {
	position: relative;
	width: 640px;
	height: 110px;
	background: url(../images/pp-top.gif) no-repeat;
}

#top a img  {
	border: 0px;
	}

/* #homelink {
	position: relative;
	top: 35px;
	left: 50px;
	height: 70px;
	width: 350px;
}*/

#homelink {
	float: left;
	margin-top: 35px;
	height: 70px;
	width: 350px;
/*	background-color:#FFCC66; */
}

#searcharea {
/*	position: relative;
	top: -36px;
	left: 430px; */
	float: right;
	margin-top: 35px;
	margin-right: 30px;
	height: 70px;
	width: 200px;	
	text-align:center;	
/*	background-color:#6699FF;	 */
}

#searcharea img {
	padding: 0px;
	margin: 0px;
}

#searcharea form {
	padding: 0px;
	margin: 0px;	
}

#searchinput {
	margin: 0px;
	padding: 0px;
	width: 70px;
	height: 15px;
}

#searchsubmit {
	margin: 0px;
	padding: 0px;s
	width: 55px;
	height: 21px;	
}

#bottom {
	position: relative;
	width: 640px;
	height: 199px;
	background: url(../images/pp-bottom.gif) no-repeat;
	text-align: center;
}

#botlinks {
	margin: 0 auto;
	color: #C5ADCF;		
}

#botlinks a {
	color: #C5ADCF;	
	font-weight:bold;
}


#nav {
	margin: 0px;
	padding: 0px;
}

#nav a {
}

#nav img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#innermain {
	position: relative;
	padding: 0px;
	margin: 0 auto;
	width: 640px;
	background: url(../images/pp-mid.gif) top no-repeat;
}

#content-front {
	margin: 0 auto;
	padding-right: 160px;
	width: 300px;
}

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

#content img {
	border: 0px;
}

#sidebar {
	position: absolute;
	top: 30px;
	left: 400px;
	margin-left: 10px;
/*	padding: 5px; */
	width: 140px;
	background-color:#FFFFCC;
}

#sidebar p {
	font-size:10px;
}

#wdyttop {
	position: relative;
	margin: 0px;
	padding: 0px;
	width:140px;
	height:68px;
	background: url(../images/wdyt_top.gif) top no-repeat;
}

#wdytmid {
	position: relative;
	margin: 0px;
	padding: 4px;
	border-left: 1px solid #FFCC99;
	border-right: 1px solid #FFCC99;
	width:130px;
	background-color:#FFFFFF;
}

#wdytbot {
	position: relative;
	margin: 0px;
	padding: 0px;
	width:140px;
	height:106px;
	background: url(../images/wdyt_bot.gif) top no-repeat;	
}


.pollbarback {
	pargin:0px;
	padding: 0px;
	height: 12px;
	width: 100px;
/*	background-color:#72378B;	 */
	background-color:#FFCC99;		
}

.pollbar {
	height: 12px;
/*	background-color:#CDB9D6; */
	background-color:#FF9966;	
	color:#000000;
}

h1 {
	color:#CDB9D6;	
	font-size: 22px;
	font-weight:bold;
}

h2 {
	color:#CDB9D6;	
	font-size: 18px;
	font-weight:bold;
}

p 
{
	color:#72378B;
	font-size: 13px;
}

.phead
{
	color:#72378B;
	font-size: 13px;
}

.phead:first-letter 
{
	font-size: 150%;
	font-weight: bold;
	float: left;
}

.articlelink {
	margin: 3px;
	padding: 0px;
}

.articlelink a {
	text-decoration:none;
}

.articlelink a:hover {
	text-decoration:underline;
}

.refitem
{
	background-color:#FFFFCC;
	padding: 5px;
	margin-top: 8px;
}

.refitem a
{
	background-color:#FFCC99;
	padding: 5px;
	width: 100%;
	
}

.formtext{
	width: 380px;
	text-align: right;	
	margin: 2px;
}

.formtext input {
	width: 190px;
}

.formtext select {
	width: 190px;
}

.formtext textarea {
	width: 190px;
}

.formcheck {
	width: 380px;
}

.required input {
	border: 1px solid #9A6633;
	background-color: #FFFFCC;
}