@charset "utf-8";
/* CSS Document */

/************************/
/****Global Settings****/
/**********************/

* {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
}

body {
padding: 0;
margin: 0;
background-image: url(../images/background_fadeout.gif);
background-repeat: no-repeat;
background-position: left top;
}

a {
padding: 0;
margin: 0;
}

a:hover {
text-decoration: none;
}

#central {
width: 750px;
margin: 0 auto;
padding: 0;
}

/***************/
/****Header****/
/*************/

#header {
margin: 40px 0 20px 0;
padding: 0;
border: 0;
border-top: 2px solid #000;
border-bottom: 2px solid #000;
position: relative;
height: 81px;
}

#header h1 {
position: absolute;
top: 20px;
left: 0;
margin: 0;
padding: 0;
}

#header p.nav {
position: absolute;
top: 15px;
right: 0;
padding: 0;
margin: 0;
line-height: 150%;
text-align: right;
font-size: 16px;
}

#header img {
padding: 0;
margin: 0;
border: 0;
}

#header h1 a:hover {
background: transparent;
text-decoration: none;
}

#header a {
color: #000;
background: transparent;
}

#header a:hover {
color: #000;
background: #fff094;
text-decoration: none;
}

/************************/
/****Petition Button****/
/**********************/

a.petitionbutton {
display: block;
width: 184px;
height: 184px;
padding: 0;
margin: 0 0 0 7px;
background-image: url(../images/petition_button-3some-noback.gif);
background-repeat: no-repeat;
background-position: 0 0;
background-color: transparent;
float: right;
}
a.petitionbutton:hover {
display: block;
width: 184px;
height: 184px;
background-image: url(../images/petition_button-3some-noback.gif);
background-repeat: no-repeat;
background-position: 0 -184px;
background-color: transparent;
}
a.petitionbutton:active {
display: block;
width: 184px;
height: 184px;
background-image: url(../images/petition_button-3some-noback.gif);
background-repeat: no-repeat;
background-position: 0 -368px;
background-color: transparent;
}
a.petitionbutton strong {
display: none;
}

/****************/
/****Content****/
/**************/

#content {
position: relative;	
}

#content h2 {
font-size: 28px;
font-weight: bold;
}

#content h3 {
font-size: 22px;
font-weight: normal;
}

#content p,li {
font-size: 16px;
line-height: 140%;
}

#content p a {
color: #00F;
background: transparent;
}

#content p a:hover {
color: #000;
background-color: #fff094;
text-decoration: none;
}

#content #firstcol {
position: absolute;
top: 190px;
left: 0;
width: 350px;
font-size: 14px;
line-height: 140%;
}

#content #seccol {
position: absolute;
top: 190px;
right: 0;
width: 350px;
font-size: 14px;
line-height: 140%;
text-align: left;
}

#content .articles {
padding: 5px 0;
margin: 10px 0;
border-bottom: 1px solid #000;
}

#content .articles p {
margin-left: 220px;
}

#content .articles img {
float: left;
padding: 0;
margin: 20px 10px 10px 0;
border: 1px solid #000;
}

/***************/
/****Footer****/
/*************/

#footer {
margin: 27px 0 20px 0;
padding: 0;
border: 0;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}

#footer p {
color: #000;
background: transparent;
font-size: 12px;
padding: 5px 0;
margin: 0;
}

#footer a {
padding: 0 4px 2px 4px;
margin: 0;
color: #000;
background: transparent;
}

#footer a:hover {
color: #000;
background: #fff094;
text-decoration: none;
}
