body {
padding: 0;
margin: 20px 0 ;
background-color: #1d3472;
font-family: verdana, arial, helvetica, sans-serif;
font-weight: normal;
}

#page {
/* add styles and center entire page */
width: 912px;
padding: 7px;
text-align: left;
margin: 0 auto 0 auto; /*Center page div */
background-color: #ffffff;
border: 2px solid #006566;
} 

#topmenu {
border-left: 2px solid #006566;
border-right: 2px solid #006566;
background-color: #fffcdf;
vertical-align: center;
text-align: center;
}

/* left-side menu style */
#menu {
width: 200px;
background-color: #fffcdf;
border-left: 2px solid #006566;
border-right: 2px solid #006566;
}

#spacer {
text-align: center;
}

/* central content section */
#content {
padding: 7px;
text-align: justify;
}

/* holder to center video files */
#video {
text-align: center;
padding: 20px;
}

/* right-side items style */
#sidebar {
text-align: center;
width: 200px;
background-color: #fffcdf;
border-left: 2px solid #006566;
border-right: 2px solid #006566;
}

/* styles for bottom section */
#footer {
background-color: #006566;
padding: 7px;
font-size: 8pt;
text-align: center;
color: #ffffff;
}


/* for 'welcome' on home page */
h1 {
color: #006566;
font-size: 20pt;
font-weight: normal;
text-align: center;
}

/* for all other section titles */
h2 {
font-size: 12pt;
font-weight: bold;
padding: 7px 0;
border-bottom: 1px dotted #006566;
}

/* subtitle */
h3 {
font-size: 10pt;
font-weight: bold;
}

/* indented text */
h4 {
font-size: 10pt;
font-weight: normal;
color: #000000;
padding: 0 0 0 30px;
}

/* italicized text */
h5 {
font-size: 10pt;
font-style: italic;
font-weight: normal;
}

/* normal-sized text */
p {
font-size: 10pt;
color: #000000;
}

/* provides green background and white text for menu/funding/friends text */
.section {
padding: 5px;
background: #006566;
color: #ffffff;
font-size: 12px;
font-weight: bold;
}

/* styles for menu */
.menu {
padding: 5px 0px;
}

/* provides proper spacing between menu items */
.menuitem {
padding: 10px;
color: #000000;
font-size: 10pt;
line-height: 22px;

}

.button {
padding: 7px 10px 3px 7px;
}

/* ul/li styles for lists (currently only utilized in "donations") */
ul {
position: relative;
right: 2.5em;
}

li {
list-style-type: square;
font-size: 12px;
position: relative;
left: 2.5em;
}



/* green links for inside content section paragraphs */

p a:link {
text-decoration: none; 
color: #006566;
font-weight: bold;
}

p a:visited {
text-decoration: none; 
color: #006566;
font-weight: bold;
}

p a:hover {
text-decoration: underline;
color: #009966;
font-weight: bold;

}


/* menu section links */

a:link {
text-decoration: none; 
color: #000000;
}

a:visited {
text-decoration: none; 
color: #000000;
}

a:hover {
text-decoration: none; 
color: #000000;
background: #ffffff;
}


/* footer website links */

.footerlink:link {
text-decoration: underline; 
color: #cccccc;
}

.footerlink:visited {
text-decoration: underline; 
color: #cccccc;
}

.footerlink:hover {
text-decoration: none; 
color: #000000;
background: #ffffff;
}


/* link style removal for buttons */

.button:link {
text-decoration: none; 
color: none;
}

.button:visited {
text-decoration: none; 
color: none;
}

.button:hover {
text-decoration: none; 
color: none;
background: #fffcdf;
}


/* green = #006566 */
/* gray = #f3f3f3 */