﻿*{padding: 0;
    margin: 0;
    color: White;}

body
{
    background-color: black;
    font-weight: bold;
    font-size: large;
    font-family: Arial;
}

#wrapper
{
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: black;
    width: 80%;
    margin: 0 auto;
    border-right:none;

}

#header
{
    background: none;
    width: 800px;
    height: 160px;
    border-top: yellow thin solid;
}

#content, .blog, #helping
{
	background-color: black;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	border-bottom: medium none;
	list-style-image: url(images/bullet.gif);
	border-top: yellow thin solid;
	background-image: none;
}

#news
{
    margin-top: 2.1em;
    border-bottom: medium none;
    border-right: medium none;
    width: 250px;
    float: right;
    background-color: black;
    padding-left: 30px;
}

#news h4 {
 font-size:inherit;
 color: white;
 padding-left:40px;
} 

#header h1, #header ul
{
    visibility: visible;
    display:block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

#header li
{    padding-top: 5px;

}

#header img, li img
{
    display: none;
}



#mainNav {

 background-color: black;
 text-align: center;
 width: 100%;
 padding-top: 20px;
 padding-bottom: 20px;
    border-top: yellow thin solid;

}

#mainNav li {
 display: inline;
    background-color: black;
 color: white;
 margin-right: 10px;
}

#mainNav a:link, #mainNav a:visited, #mainNav a:active {

 padding-left: 7px;
 padding-right: 7px;

 font-weight: bold;
 color: white;
 border: none;
 text-decoration: underline;
}

#mainNav a:hover {
 background-color:black;
 border: none;
 text-decoration: underline;
}

#topNav{ background-color: black;}


#topNav ul {
 list-style-type:circle;
 padding-bottom: 15px;
 padding-top: 15px;
}

#topNav li 
{
 display:inline;
 color: #dff1ff;
 margin-right: 10px;
 padding-bottom: 15px;
 padding-top: 15px;
}

/*footer*/ 
   
#footer p
{
    text-align: right;
    padding: 0;
    color: white;
}
    
#footer
{
    padding-right: 10px;
    padding-bottom: 10px;
    background-color: black;
    border-top: yellow thin solid;
}

#footer li
{
    display: inline;
    margin-top: 10px;
    float: right;
    margin-left: 5px;
    margin-right: 0px;
    text-indent: 5px;
    color: white;
}     

/*headings*/
h1 {
  color: white;
}

h2 {
  font-size: 130%;
  color: white;
  margin-top: 1.2em;
  margin-bottom: 0.8em; 
}

h2a {
  font-size: 105%;
  margin-bottom: 2px;
  margin-top: 8px;
}
h3
{
    color: white;
    margin-top: 30px;
    margin-bottom:10px;
    font-weight: bold;
}

h3.end
{
    margin-bottom: 70px;}

.skiplink, .link
{
	visibility:visible;
	font-size: large;
}

p
{
    text-indent: 15px;
    padding-bottom: 40px;
    line-height: 200%;
    margin-right:20px;
}

.smallpic, .smallpic1
{
    display: none;
}

#content a {
	padding-right: 10px;	  
}
