*
{
    padding: 0;
    margin: 0;
} 

body 
{
/*	background: #99CA3C; */
/*	background-repeat: repeat-x; */
	font-family: Verdana, Arial, sans-serif;
  font-size: 0.8em;
  line-height: 1em;
}


#main li 
{
	margin-left: 1.8em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#secondary li 
{
	margin-left: 1.3em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

a 
{
	color: #3B6EBF;
	text-decoration: underline;
}

a:hover 
{
	text-decoration: underline;
}

.link
{
	text-decoration: underline; 
	color: #3B6EBF; 
	cursor: pointer; 
	cursor: hand;
}

p 
{
  padding-bottom: 10px;
}

img 
{
  border: 0;
}

input[type="button"]
{
	/* padding: 2px; */
}

#header 
{
    height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#header h1 { padding-left: 16px; padding-top: 14px; font-size: 22px; color: #FFF; }
#header h1 a { font-size: 24px; color: #FFF; text-decoration: none;}
#header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }

#wrap 
{
    margin: 0 auto;
    width: 780px;
}
.middle 
{
	float: left;
	width: 540px;
	text-align: left;
	line-height: 1.2em;
	padding-top: 23px;
}


.right {
	float: right;
	width: 210px;
	padding-top: 20px;
}

.right ul {
  font-size: 1em;
	padding: 20px 0 15px 30px;
	margin:0;
	line-height: 1.4em;
}

.right li {
	list-style-type: square;
}


.middle h2 { color: #ff6600; font-size: 22px; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #3B6EBF; font-size: 1.5em; padding-top: 35px; line-height: 1em;}

#clear 
{
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}

#footer 
{
  margin: 20px auto 0 auto;
	text-align: center;
	border-top: dotted 1px #ccc;
	padding: 10px 0 10px 0;
	color: #666;
	background: #eee;
	font-size: small;
}

#name_box
{
	position:absolute;
	top: 350px;
	left: 350px;
/*	float: right; */ 
	padding: 5px; 
	width: 225px; 
	background: #a4e6ff; 
	border: 1px solid #82a5ff;
	z-index: 100; 
	font-size: 1em;
	margin-right: 2em;
	display: none; 
}

#new_rule 
{
  background-color: #ffedc1; 
  border: 1px solid #ff8b2e; 
  padding: 5px; 
  color: black; 
  font-size: 0.8em;
}

#new_rule p
{
  font-size: 1.2em;
  margin-right: 75px;
  line-height: 1.1em;
}

#old_rule
{
  background-color: #ffedc1; 
  border: 1px solid #ff8b2e; 
  padding: 5px; 
  color: black; 
  font-size: 0.8em;
}

#old_rule p
{
  font-size: 1.2em;
  margin-right: 75px;
  line-height: 1.1em;
}

#new_rule_box
{
	background-color: #efefef;
}

#agreed
{
  float: right; 
  width: 50px; 
  height: 50px;
  text-align: center;
  line-height: 1.2em;
}

#thanks
{
	background-color: #a4e6ff; 
  border: 1px solid #82a5ff; 
  padding: 5px; 
  color: black; 
  font-size: 0.8em;
}

#pages
{
	padding-bottom: 10px;
	font-size: 0.8em;
}

.votes
{
	color: gray; 
	font-size: 0.8em;
}

.agree
{
	text-decoration: underline;
	cursor: pointer; 
	cursor: hand;
	color: #ff8b2e;
	font-size: 0.8em;
}

.agreed
{
	color: gray; 
	text-decoration: none;
	font-size: 0.8em;
}

