/* BODY */
/************************************************************************************************/
body {
color: #FFFF00;
margin: 0;
padding:0;
background-color: silver;
}


/* LINKS */
/************************************************************************************************/
a {
color: white;
}

a:visited {
color: silver;
}


/* HEADERS */
/************************************************************************************************/
h1 {
text-indent: -9999999px;
padding: 0;
margin: 0;
border-bottom: 2px solid white;
height: 120px;
}

h2, h3  {
text-align: center;
font-variant: small-caps;
}

h2 {
font-variant: small-caps;
color: #FFFFFF;
}

h6 {
text-align: center;
margin: 0px;
padding-bottom: 5px;
padding-top: 15px;
}


/* PARAGRAPH */
/************************************************************************************************/
p {
text-align: center;
}


/* WRAPPER */
/************************************************************************************************/
#wrapper {
background-color: black;
width: 740px;
margin: 0 auto;
padding: 0; 
border: 2px solid white;
}


/* NAVIGATION */
/************************************************************************************************/
#navigation {
padding-top: 4px;
}

#navigation ul {
list-style-type: none; /* remove bullets */
margin: 0;
padding: 0;
text-align: center;
border-left: 2px solid black;
border-top: 1px solid black;
border-bottom: 2px solid black;
text-decoration: none;
}

#navigation li {
display: inline;
padding-left: 20px;
padding-right: 20px;
padding-top: 4px;
padding-bottom: 4px;
background-color: #FFFF00;
border-right:2px solid black;
}


* html #navigation a {
height: 1%;  /* a fix for Internet Explorer - removes white space */
}

#navigation a {
color: black;
text-decoration: none;
}

#navigation a:visited {

}


/* CONTENT */
/************************************************************************************************/
#content {
margin: 10px;
padding-bottom: 20px;
}


/* FOOTER */
/************************************************************************************************/
#footer {
margin: 1px;
background-color: #FFFF00;
color: black;
padding-top: 10px;
margin: 0;
font-size: 70%;
border-top: 2px solid white;
}

#footer p {
margin-top: 0;
margin-bottom: 0;
padding: 0;
padding-bottom: 3px;
}

* html #footer {
height: 1% /* a fix for Internet Explorer */
}

* html #footer a {
height: 1%;  /* a fix for Internet Explorer - removes white space */
}

#footer a {
color: black;
}


/* IMAGE REPLACEMENT - Header */
/************************************************************************************************/
h1 {
background: #FFFF00 url(images/header2.jpg) no-repeat;
}



/* IMAGE_HOME_CENTER */
/************************************************************************************************/

#image_home_center {
padding-left: 160px;
padding-bottom: 10px;
}

/* IMAGE_200px_width_CENTER */
/************************************************************************************************/

#image_200px_width_center {
padding-left: 260px;  /* contact page is using this*/
padding-bottom: 10px;
}


/* IMAGE_ABOUT*/
/************************************************************************************************/
#image_about {
padding-right: 41px;
padding-left: 41px;
}


/* IMAGE_NEWS*/
/************************************************************************************************/
#image_news {
padding-right: 261px;
padding-left: 261px;
}


/* SPACER */
/************************************************************************************************/
#spacer {
margin-bottom: 40px;
padding-bottom: 40px;
} 

/* IMAGE_NEWS_4*/
/************************************************************************************************/
#image_news_4 {
padding-right: 247px;
padding-left: 247px;
}

/* FILLER */
/************************************************************************************************/
#filler {
padding-top: 50px;
padding-bottom: 50px;
}


/* HOME */
/************************************************************************************************/


/* NEWS */
/************************************************************************************************/
#news_left_p {
text-align: left;
}


/* ABOUT */
/************************************************************************************************/
#about_p {
text-align: center;
padding-left: 10px;
padding-right: 10px;
}


/* DATABASE */
/************************************************************************************************/
#search { /* input search form in database.html */
text-align: center;
padding-top: 20px;
padding-bottom: 15px;
margin-top: 20px;
margin-bottom: 15px;
}

#result { /* output result form in database.html */
text-align: center;
padding-top: 25px;
margin: 0px;
padding-bottom: 10px;
}

/* LINKS */
/************************************************************************************************/
body.links h4 {
text-align: center;
}

#linkbroken {
padding-top: 30px;
padding-bottom: 5px;
margin-bottom: 0px;
}


/* DONATIONS */
/************************************************************************************************/
body.donations ul {
text-decoration: none;
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
}


/* CONTACT */
/************************************************************************************************/
body.contact img {
margin-top: 20px;
}

body.contact ul {
text-decoration: none;
list-style-type: none;
margin: 0;
padding: 0;
text-align: center;
}




