/* CSS Document */

body {
margin:0px; 
padding:0px; 
font: 0.8em verdana, arial, sans-serif; 
height:100%;
behavior: url(csshover.htc)
} /* WinIE behavior call */
	
a:link {
color:#cc6600; 
text-decoration:none	
} /*Sets site-wide link characteristics, with the two selectors below*/

a:visited { 
color:#cc6600; 
text-decoration:none
}
	
a:hover {
text-decoration:underline
}

img#header {
margin-bottom:-6px
} /*Used as img id tag; sets spacing between title image at top of page and mainnav menu*/

div#mainnav  {
background-color:#669966;
height:18px;
width:100%;
float:left
} /*Used as div id tag; sets parameters for first-level (mainnav at top of page) navigation menu*/

#mainnav a:link {
color:#FFFFFF; 
text-decoration:none;
} /*Sets link characteristics for first-level (mainnav at top of page) navigation menu*/

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

#mainnav a:hover {
background-color:#336633;
}

div#borderedge {
width:960px; 
height:1px; 
background-color:#000000;
float:left
} /*Sets black borderline used in site headers*/

div#border {
width:960px; 
height:3px; 
background-color:#CC6600;
float:left
} /*Sets orange borderline used in site headers*/

div#headerphoto {
width:800px; 
float:left; 
height:75px
} /*Sets division for the variable header photo*/

div#donate {
width:160px; 
float:left; 
height:75px
} /*Sets donate now button div in site headers*/

div#leftcontent {
width:160px; 
float:left; 
background-color:#FFFFFF; 
height:100%
} /*Container for leftside content*/

div#left1 {
background-image: url(../img/img-backg-siteupdates001.jpg); 
height:210px;
width:150px;
} /*Site updates leftside div*/

span#updatedate {
color: #FFFFFF; 
margin-bottom:0px
} /*Sets site update dateline text*/

div#lefttxt {
color:#FFFFFF; 
font-size:11px; 
margin-left:9px; 
margin-top:0px;
padding-right:5px;
text-align:left
} /*Sets leftside text; also rightside text on index*/

div#left2 {
background-image:url(../img/img-backg-upcoming.jpg); 
height:200px;
width:150px
} /*Upcoming events leftside div*/

div#left3 {
background-image:url(../img/img-backg-mailing.jpg); 
height:100px;
width:150px
} /*E-newsletter leftside div*/

div#left4 {
background-image:url(../img/img-backg-blog.jpg); 
height:175px;
width:150px
} /*Blog leftside div*/

div#centercontent {
width:800px; 
height:100%; 
float:left; 
background-color:#FFFFFF; 
text-align:left
} /*Container for center content*/

div#centercontentindex {
width:600px; 
height:100%; 
float:left; 
background-color:#FFFFFF; 
text-align:left
} /*Container for center content on index page*/

div#rightcontent {
width:200px; 
height:100%; 
float:left; 
background-color:#FFFFFF
} /*Container for rightside content on index page*/

div#right1 {
background-image:url(../img/img-backg-picofday.jpg); 
height:250px; 
width:190px
} /*Photo of the month rightside div*/

div#phototxt {
color:#FFFFFF; 
font-size:10px; 
margin-left:9px; 
margin-top:0px;
padding-right:5px;
text-align:left
} /*Sets photo of the month text*/

div#right2 {
background-image:url(../img/img-backg-news.jpg); 
height:200px; 
width:190px
} /*News rightside div*/

div#right3 {
background-image:url(../img/img-backg-mission.jpg); 
height:200px; 
width:190px
} /*Mission rightside div*/

div#missiontxt {
color:#FFFFFF; 
font-size:9px; 
margin-left:9px; 
margin-top:0px;
padding-right:5px;
text-align:left
} /*Sets mission text*/
 
 
div#imgcontainer {
border:solid 1px; 
margin:0 auto; 
font-size:0.7em; 
text-align:center; 
margin-top:10px; 
margin-bottom:10px}