A:link  {
	color: red;
	font-weight: BOLD;
	text-decoration: none;
}
	
A:hover {
	color: gold;
	font-weight: BOLD;
}

A:visited {
	color: maroon;
	text-decoration: none;
	font-weight: BOLD;
}

body, p {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size : x-small;
    margin-left:15 px;
}

h1 {
	color: Maroon;
	font-size: x-large;
	font-family: AGaramond, Garamond, Serif;
	font-weight : bold;
}

h3 {
	color: Black;
	font-weight: bold;
	font-size: 14 pt;
	font-family: AGaramond, Garamond, Serif;
    margin-left:15 px;
    margin-right: 15 px;
    margin-top: 20 px;
}

.list, #list {
	color: Black;
	font-weight: bold;
	font-size : small;
	font-family: AGaramond, Garamond, Serif;
	}

.li, .ul {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size : x-small;
    margin-left:15 px;
}	

.bold {font-weight: bolder }

.callout, #callout {
	color: #000;
	font-weight: bold;
	font-size:12px;
	font-family: Arial, Helvetica, Sans-serif;
    margin-left:15px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  
}

#homecallout { border:solid 1px #000;   text-align:center; width:250px; background-color:#ddd;  padding:20px; margin-left:250px;}
#homecopy {  text-align:center; font-family: CommercialScript BT, Arial, Helvetica, Sans-serif; } 
#homecopy h3 { margin-right:10px;} 
#homecalloutright { border:solid 1px #000; text-align:center; width:250px; background-color:#fc3; float:right; padding:20px; position:relative; }
#homecalloutright a:hover { color:#000;}

.pagehead { background-color:#f00; color:#000; padding: 0 0 0 0; text-align:center; } 
/* this may need to be adjusted based on page content*/
#homecallout { margin-top:100px; }

#eventscontainer { background-color:#fff; }
#volunteercontainer { background-color:#ff9; }
#directorcontainer { background-color:#9fc; text-align:center;  } 
#missioncontainer { background-color:#9fc; text-align:center;  } 
.smallcall, #smallcall {
	color: white;
	font-weight: bold;
	font-size:8pt;
	font-family: Arial, Helvetica, Sans-serif;
    margin-left:17px;
}

.small, #small {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 8 pt;
}

.directorssmall { font-size:12px; margin-left:23px;}
.nobullet { list-style-type:none; } 
	
.nav {
	font : bolder small-caps small/22px Arial, Helvetica, sans-serif;
}

.urhere {
	font-weight: bolder ;
    font-variant: small-caps;
    font-size: small;
    line-height: 22px ;
    font-family: Arial, Helvetica, sans-serif;
	font-color: Yellow;
	background-color : Red;
}

img { border: none;} 

.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 80px; /*Width of top level menu link items*/
padding: 0;
border: 1px solid #202020;
border: none;
border-left-width: 0;
text-decoration: none;
background: url(menubg.gif) center center repeat-x;
color:#F00;
font: bold 13px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 165px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: #ffffff;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #d1d1d1;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */