html {
    width: 100%; height: 100%;
}

body {
    width: 100%; height: 100%;
    margin: 0; padding: 0;
	color: #000;
    font: normal 100%/1em Verdana, Arial, sans-serif;
    background: #222;
    border: 0 none;
}

#wrapper {
    position: relative;
    min-height: 100%;
    background: url(/img/site_borders.gif) repeat-y center top;
}

#main {
    position: relative;
    width: 100%; height: 100%;
    background: url(/img/site_top.jpg) no-repeat center top;
}

#header {
    width: 760px; height: 175px;
    margin: 0 auto 16px;
}

#content {
    width: 760px;
    margin: 0 auto; padding: 0 0 48px;
    background: #fff; overflow: auto;
}

#content p {
    font-size: .6875em;
}

#left_column {
    width: 500px;
    margin: 0 20px 0 0;
    float: left;
}

#left_column p.left {
    width: 240px;
    margin: 0 20px 1.5em 0;
    float: left;
}

#left_column p.right {
    width: 240px;
    margin: 0 0 1.5em;
    float: left;
}

#left_column p.expand {
    width: 500px;
    margin: 0 0 1.5em;
    clear: both;
}

#right_column {
    width: 240px;
    margin: 0;
    float: left;
}

#right_column p {
    width: 240px;
    margin: 0;
}

p.excerpt {
    color: #666;
    margin: 1.5em 0 0;
}

#footer {
    position: absolute; bottom: 0; left: 0;
    width: 100%;
    color: #fff;
    line-height: 1.5em;
}

#footer p {
    width: 748px;
    font-size: .625em;
    margin: 0 auto; padding: 0 6px;
    background: url(/img/delineavit.jpg) no-repeat right #222;
}

#plea {
    display: block;
}

#donate {
    color: #999;
    font-weight: bold;
}

#dump {
    position: absolute;
    top: 0; left: 0;
    width: 1px; height: 1px;
    visibility: hidden;
    overflow: hidden;
    z-index: -1;
}

.error {
    color: #fff;
    font-weight: bold;
    background: #b20000;
}

.success {
    color: #fff;
    font-weight: bold;
    background: #36f;    
}

div.activity {
    clear: both;
    margin: 0 0 2em;
}

div.signees {
    width: 760px;
    font-size: .625em;
    background: #fff;
    padding: 16px 0 32px;
}

div.signees h1 {
    font-size: 3.2em;
    font-weight: bold;
    text-align: center;
    margin: 1em 0;
}

div.signees p {
    width: 192px;
    font-size: 1.1em;
    margin: 0; padding: 4px;
    background: #ddd;
    overlfow: hidden; float: left;
}

ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
li {
  float: left;
  width: 192px; height: 36px;
  margin: 4px; padding: 0 4px;
  overflow: hidden;
  background: #ddd;
} 

input {
    height: 16px;
    font-size: 12px;
    margin: 0 0 9px; padding: 0 4px;
    border: 1px solid #333;
    color: #333;
}
input:hover, input:focus {
    border: 1px solid #36f;
    color: #36f;
}

h1 {
    font: normal 2em/1em 'Times New Roman', Times, serif;
    margin: 0; padding: 0;
}

h2 {
    font-size: .875em;
    margin: 0;
}

h3 {
    font: bold 1em/1em 'Times New Roman', Times, serif;
    margin: 0; padding: 0;
}

h4 {
    font-size: .6875em;
    font-weight: normal;
    margin: 0 0 1.455em; padding: 1.455em 0 0;
    background: url(/img/hr.gif) no-repeat left top;
}

h1 + h4 {
    padding: 0;
    background: none;
}

div.lumen {
    color: #fff;
    display: inline;
}

div.lumen h5 {
    font-size: .875em;
    margin: 0; padding: 0;    
}

div.lumen p {
    font-size: .6875em;
    margin: .5em 0 0;
}

a:link, a:visited {
    color: #36f;
    text-decoration: none;
    margin: 0; padding: 0;
}
a:hover {
    color: #fff;
    background: #36f;
    text-decoration: none;
}

a.square_prev:link, a.square_prev:visited {
    background: transparent;
}
a.a.square_prev:hover {
    background: transparent;
}

a.square_prev img {
    width: 53px; height: 56px;
    margin: 0; padding: 1px;
    border: 1px solid #333;
}
a.square_prev img:hover {
    border: 1px solid #36f;
}


img.activity_preview {
    width: 116px; height: 72px;
    margin: 0 16px 0 0; padding: 1px;
    border: 1px solid #333;
    float: left;
}


a.bullet:link, a.bullet:visited
{
    color: #36f;
    padding-left: 1em;
    text-decoration: none;
    display: block;
    background: url(/img/bullet_blue.gif) no-repeat 0 .4em;
}
a.bullet:hover
{
    color: #fff;
    background: url(/img/bullet_white.gif) no-repeat 0 .4em #36f;
}

a.email:link, a.email:visited
{
    color: #36f;
    padding-left: 1.5em;
    text-decoration: none;
    background: url(/img/mail_blue.gif) no-repeat 0 .2em;
}
a.email:hover
{
    color: #fff;
    background: url(/img/mail_white.gif) no-repeat 0 .2em #36f;
}

.clear {
    clear: both;
}




.times {
    font-family: 'Times New Roman', Times, serif;
}
.italic {
    font-style: italic;
}
.bold {
    font-weight: bold;
}
.lighter {
    color: #666;
}



.desparkle .activity .left, .desparkle .activity .right {
    display: none;
}