

body  { 
	background-color: #eeeeee; /* light gray*/
	margin: 0;
	padding: 0;
}

a:link 	   {color:blue;}
a:visited  {color:blue;}
a:focus    {color:purple;}
a:hover    {color:green;}
a:active   {color:red;}
h1 a:hover {color:#c98300;} /* so that brown headings don't change color*/


.container {
	width: 1000px; 
	margin: 10px auto; 
	background: #cccccc; /* darker light gray*/
	position: relative;
} 

#wrap  {
	width: 800px;
	margin: 20px auto;
	background-color: #ffffff; /* white*/
}

.header  {  
	width: 99.5%;
	padding: 0% 0% 0% 0%;
	border-width: 2px;
	border-color: #000000;
	border-style: solid;
	border-bottom: none;
}

.banner{
	width: 100%;
}



/* ###### navbar ###### */


#navbar		{
	/*color: black; has no effect*/
	/*width: 99.5%;*/
	border-width: 2px;
	border-color: black;
	border-style: solid;
	border-bottom: none;
	background-color: black;	
}

#navbar a:hover   {color:orange;}



#navbar	ul	{
	list-style: none;
	padding: 0;
	margin: 0;
}	

#navbar a	{
	display: block;

}

/* all list items*/
#navbar li	{   
	float: left;
	width: 110px; /* affects width of little box and opera*/
}

/* Makes second level not show till hovered over */
#navbar ul ul 	{    	
	position: absolute;
	left: -999em; 
	background-color: black;
}


/* Adds the sfhover class selector 
   Brings the menu back from -999em location*/
#navbar li:hover ul, #navbar li.sfhover ul 	{
	left: auto;

}


a.nav-button	{
	color: #ffffff;
	font-size: smaller;
	text-decoration: none;
	text-align: left;
}

a.nav-button2	{                /* not needed? */
	color: #ffffff;
	font-size: smaller;
	text-decoration: none;
	text-align: left;
}


/* applies to appearance of second level dropdowns */
#navbar ul ul li	{
	float: none;
	width: 300px;
	text-align: left;
}

.nav-arrow	{
	background-color: black;
	border: none;
	padding: 0;
	margin: 0;
	height: 12px;
	width: 12px; 
}

/* #### Applies to appearance of second level dropdowns #### */

/* #navbar ul ul ul	{    	
	position: absolute;
	left: -999em; 
	background-color: black;

}*/


/* Applies to all dropdowns after the first */
/*#navbar li ul ul	(
	margin: -1em;
}*/

#navbar li li:hover ul, #navbar li li.sfhover ul 	{
	left: auto;

}


/* #####  End of navbar entries #### */



.content1  {
	width: 89.5%;
	padding: 5%;
	
	border-width: 2px;
	border-color: #000000;
	border-style: solid;
	clear: left;  /* Because navbar is above */


}


.box  {
	
	width: 90%;
	margin: 2%;
	padding: 2%; 
	border-width: 2px;
	border-color: #000000;
	border-style: solid;
	background-color: #ccffff;
}
	

h1   	{
	text-align: left;
	font-family: verdana;
}

h2  	{
	text-align: left;
	font-family: verdana;
	color: green;	
}

h3   	{
	text-align: left;
	font-family: verdana;
}

p	{
	font-family: verdana;
}

li	{
	font-family: verdana, sans-serif;
}

a	{
	font-family: verdana, sans-serif;
}

.redtext  {
	color:red;
}



.browntext  {
	color:#c98300;
}

.maroontext  {
	color: maroon;
}



.bluetext  {
	color:#0561a5;
}

#comic-red-text-left  {
	font-family: "comic sans", "comic sans MS", cursive, sans-serif;
	color: red;
	text-align: left;
	font-size: x-large;
}


.comic-red-text  {
	font-family: "comic sans", "comic sans MS", cursive, sans-serif;
	color: red;
}

.comic-text	{
	font-family: "comic sans", "comic sans MS", cursive, sans-serif;
}



.text-left  {
	text-align: left;
}


.float-right	{
	float: right;
}

.float-left	{
	float: left;
}

.pad-rt-bt	{
	padding-left: 20px;
	padding-bottom: 20px;
}

.pad-lt-bt	{
	padding-right: 20px;
	padding-bottom: 20px;
}



.no-float	{
	clear: both;
}


.page-menu	{

	width: 250px;
}




.text-centered {
	text-align: center;	
}

.text-smaller {
	font-size: smaller;
}

.text-larger	{
	font-size: larger;
}


.faded-text  {
	color: #A4A4A4;
}




a.rollover {
	display: block; 
	padding: 2px; 
	text-decoration: none; 
	width: 82px; 
	margin: 2px;
	color: red;  
	text-align: center;
	font-size: smaller;
}

a:link.rollover, a:visited.rollover {
	background: #eeeeee;  
	border: 4px outset #bbbbbb;
}

a:focus.rollover, a:hover.rollover {
	background: #99ccff; 
	/*border: 42px outset #bbbbbb;*/ 			
	color:black;
}

a:active.rollover {
	background: #0066cc; 
	/*border: 4px inset #bbbbbb;*/ 
	color: #ffffff;
}

/* #### end of rollover buttons #### */


.footer  {
	width: 89.5%;
	padding: 1% 5% 1% 5%;
	border-width: 2px;
	border-color: #000000;
	border-style: solid;
	border-top: none;
}

.forms  {
	width: 89.5%;
	padding: 5%; 
	border-width: 2px;
	border-color: #000000;
	border-style: solid;
	border-top: none;
}


.hr	{
	display: block;
	height: 4px;
	background-image: url(images/cherryhillna-bar.jpg);
	/*margin: 0;
	padding: 0;*/
	border: none;
}

div.hr  hr 	{
	display: none;
}


/*hr	{
	display: block;
	height: 4px;
	background-image: url(images/cherryhillna-bar.jpg);
	margin: 0px, 0p, 0px, 0px;
}

div.hr hr {
  display: none;
}
*/


#membership label  {
	position: absolute;
	font-size: 90%;
	padding-top: 0.2em;
	/*left: 30px;*/ 
}

input  {
	margin-left:1in;

}

br+input  {
	margin-left:9em;
}

input+input  {
	margin-left: 1em;
}


.articlesub  {
	text-align: left;
	text-decoration: underline;

}

.section  {
	font-weight: bold;
}

.table  {
	width: 760px;
}

.agenda  { /* not used*/
	width: 90%;
	background-color: #c0c0c0;
	margin: 10px auto;
	padding: 1% 5% 1% 5%;

}

.agenda-table  {
	width: 90%;
	background: #c0c0c0;
	table-layout: fixed;
}



/* #### GARBAGE #### */

/* #### rolloverbuttons #### */

/*#rolloverbuttons { 
	position: absolute;
 	top: 255px; 
	left: 2px;
	z-index: 1;
}*/

/*.rolloverbuttons { 
	float:right;
	z-index: 1;
}*/




	/*#rolloverbuttons { 
		position: absolute;
	 	top: 254px; 
		left: 4px;
		z-index: 1;

	} */


