html { background:#ccc;
}
BODY
{
  font:normal small/1.4 Verdana, Arial, Helvetica;
  margin:0 auto;
  font-size:small;
  width:1000px;  
}

p { margin-bottom:1em; }

h1
{
  font-size: 200%;
  color: #A90F0F;
  font-weight: normal;
  margin-bottom:1em;
  text-shadow:1px 1px 1px #ccc;
  -moz-text-shadow:1px 1px 1px #ccc;
  -webkit-text-shadow:1px 1px 1px #ccc;
}

#home h1 { font-size:150%; ;}
.box { font-size:90%; padding:5px; }


table.listing td {  padding:5px; }
td.date { width:10em; padding:0 5px 20px 5px; }

H2 { font-size:120%; color:#A90F0F; margin-top:1em; }
H3 { font-size:110%; color:#A90F0F; margin-top:1em; }

.text { font-size:100%; }

.box h1, th
{
  background-color: #A3C4D6;
  padding:3px 0;
  color: #000;
  margin:0;
  text-align:center;
}

.box p { overflow:auto; }

form { padding:0; margin:0; }


hr
{
  height:1px;
  color:#333;
  background-color:#333;
  border:0;
  margin:10px 0;
  padding:0;
}


.smalltext { font-size: 90%;}


#header
{
  margin-top:5px;
  height:80px;
  background:url(/images/inner_header.jpg) top left no-repeat;
  padding:7px 20px;
  border-radius:10px 10px 0 0;
  box-shadow:0 1px 3px #666;
  -moz-box-shadow:0 1px 3px #666;
  -webkit-box-shadow:0 1px 3px #666;
}

#home #header
{
  height:209px;
  background:url(/images/header.jpg) top left no-repeat;
  padding:20px;
}

#header p
{
  width:500px;
  margin-left:20px;
}

#nav
{
  background-color:#075472;
  line-height:40px;
  text-align:center;
  font-size:14px;
  color:#fff;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  box-shadow:0 1px 3px #666;
  -moz-box-shadow:0 1px 3px #666;
  -webkit-box-shadow:0 1px 3px #666;
}

#nav li { display:inline; }

#nav a 
{
  color:#fff;
  padding:15px;
  text-decoration:none;
}

#nav a:hover { color:#C4DCE6; }

#home #nav-home a,
#about #nav-about a,
#news #nav-news a,
#issues #nav-issues a,
#petition #nav-petition a,
#surveys #nav-surveys a,
#contact #nav-contact a,
#involved #nav-involved a
{ color:#ccc; }

#nav-contribute a { color:#ff0; }

#content
{
  padding:15px 10px;
  background:#fff;
  border-radius:0 0 10px 10px;
  box-shadow:0 1px 3px #666;
  -moz-box-shadow:0 1px 3px #666;
  -webkit-box-shadow:0 1px 3px #666;
}

#footer
{
  font-size:85%;
  padding:10px 0;
  text-align:center;
  clear:both;
}


