
body, td {
	color : Black;
	background-color: White;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}

body	{
	background:#D1F5D8;
	background:url(../images/mcarthur-logo-bg5.jpg);
	color:#005500;
		}

td.upper {
	color : #FFFFFF;
/*	background : #23559C;*/
	background-color:	#33a54d; /* green to be developed */
	background-color:	#005500; /* green to be developed */
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.smaller {
	font-size: 10px;
}

a {
	color : #0084BE;
	text-decoration : underline;
}

a:hover {
	color : Red;
	text-decoration : none;
}

a.smaller {
	font-size: 10px;
	color : #0084BE;
	text-decoration : underline;
}

a.smaller:hover {
	font-size: 10px;
	color : Red;
	text-decoration : none;
}

input {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	background-color:#FFFFFF;
}

div.centered {
	text-align: center;
}

/* EVERYTHING BELOW ADDED IN 1.6 */
div.centered table.entries {
   color : Black;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 11px;
   BORDER-RIGHT: #23559C 1px solid;
   BORDER-LEFT: #23559C 1px solid;
   BORDER-TOP: #23559C 1px solid;
   BORDER-BOTTOM: #23559C 1px solid;
   margin: 0px auto 10px auto; /* margin: top right bottom left; */
}

h1		{
			margin:.8em -1em;
			font-size:56pt;
			text-align:center;
			padding:0;
		}

h2		{
/*			margin:.8em -1em;*/
			font-size:32pt;
			text-align:center;
			padding:0;
		}

h3 {
   color : Black;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 14px;
	font-weight: bold; 	
}

table.gbookMenu {
	BORDER-TOP: #B8CFE7 1px solid;
}

/*	following are to create active buttons with the id 'nav-button' */

#gnav-button	{
	font-family:	 Arial, Helvetica, sans-serif;	/*	all text in the buttons will be sans serif */
	font-size:		 1em;			/*	text will be 30% smaller than base font size	*/
	font-weight:	 bold;			/*	text will be bold								*/
	background:		none;			/*	no background color - used for testing			*/
		}

#gnav-button ul	{		/*	this grouping sets up an unordered list for making buttons	*/
	list-style:	 none;	/*	eleminates leading characters in list items					*/
	margin:		 0;		/*	sets margins for buttons area								*/
	margin-left: -3em;	/*  offsets buttons to account for ul left margin 				*/
	_margin-left: 0em;	/*	neutralizes above for ie									*/
	_padding:	 12px 0 12px 0;		/* needed for ie to make buttons full vertical size */
	background:		none;			/*	no background color - used for testing			*/
		}

#gnav-button li	{
	display:	inline;			/*	sets for horizontal display of li boxes */
		}

#gnav-button a:link, 
#gnav-button a:visited		{  
	margin-right:	 1px;						/*	sets right margin of boxes	*/
	padding:		 4px 4px 4px 6px;			/*	sets padding in boxes		*/
	color:			 #A62020;					/*	sets text color for links	*/
	color:#ffffff;
	background-color:#FCD242;				/*	sets background color for links */
	text-decoration: none;					/*	eliminates underline for links	*/
	background-color:	#33a54d;			/*	green							*/
	text-decoration:	none;
	border-top:			3px solid #bef58d;		/*	these four paramaters give boxes	*/
	border-left:		3px solid #bef58d;		/*	a raised medallion appearance		*/
	border-bottom:		3px solid #0f731d;
	border-right:		3px solid #0f731d;
		}

#gnav-button a:hover	{
	border-top:		3px solid #0f731d;		/*	these four paramaters give boxes		*/
	border-left:	3px solid #0f731d;		/*	a depressed medallion appearance		*/
	border-bottom:	3px solid #bef58d;		/*	when mouse cursor is placed over them	*/
	border-right:	3px solid #bef58d;
		}

