<!--

/*
a { color: #485E30 }

a:link { text-decoration: none }
a:visited { text-decoration: none }
a:hover { text-decoration: underline }
*/

img { border: 0 none }

BODY { 
     background-image: url(/images/backgrounds/bg1.jpg); 
     background-repeat: repeat-y;
     background-color: #ffcc66; 
}

/*
BODY {font-family: Verdana, Arial; background-color: #EEFFEE;}
H1 {font-weight: normal; color: #000066; text-align: center;}
P {font-size: 10px; color: #000099;}
*/

.alignright {
	text-align: right;
	}

.alignleft {
	text-align: left;
	}

.aligncenter {
	text-align: center;
	}


/* Used in input forms */
.text1 {font-weight: normal; color: #0033CC;}
.text2 {font-weight: normal; color: #669900;}
.text3 {font-weight: normal; color: #339966;}

.title1 {font-size: 150%; font-weight: bold; color: #339966; text-align: center;}
hr.hr1 {color: #339966; text-align: center; border: 0; width: 75%;  height: 3px;}

#sidebar {
  font-family: arial;
	list-style: none;
	position: absolute;
	top: 15px;
	left: 0px;
	width: 120px;
	}
#sidebar li {
	font-size: 75%;
	text-transform: capitalize;
	color: #FFFFFF;
	margin: 0px 0px 3px 25px;
	padding: 0px 0px 0px 0px;
	text-indent: -10px;
  /*
  margin-bottom: 3px;
	padding-bottom: 3px;
	margin-left: 15px;
	padding-left: 0px;
  */
  }
#sidebar p {
  margin-bottom: 8px;
  padding-bottom: 8px;
  color: #485E30
  }
#sidebar a { color: #485E30 }
#sidebar li.header {
	color: #FFFF00;
	font-size: 125%;
	font-weight: bold;
	/* margin: top right bottom left */
	margin: 2px 0px 1px 13px;
	padding: 0px 0px 0px 0px;
	text-indent: -10px;
  /*
  margin-top: 2px;
	padding-top: 2px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	margin-left: 3px;
	padding-left: 3px;
	*/
	}

 /*IE needs extra margin and padding set for the indented li */
* html #sidebar li {
    margin-left: 15px;
    padding-left: 12px;
    text-indent: -28px;
}
* html #sidebar li.header {
    margin-left: -10px;
    padding-left: 12px;
}
/* end IE hack */


#VotingBlock {
	position: absolute;
	top: 15px;
	left: 180px;
	width: 350px;
	}
	
#VotingInfoFrame {
	position: absolute;
	top: 15px;
	left: 180px;
	width: 650px;
	}

#mainText {
	position: absolute;
	top: 15px;
	left: 180px;
	width: 650px;
	}

-->
