/*** last updated June 7, 2009 */


body 
   {
	margin: 0;
	padding :0;
	color: #ffffff;
	font-family: arial,helvetica,sans-serif;
	background: #66cdaa;     /***medium aquamarine*/
   }


a:link
   { 
	color: #ffffff; 
   }

a:visited
   { 
	color: #ffffff; 
   }

a:hover
   { 
	color: #000000;
   }


/*** - - - - - - - - - - - - - - - - - - - - - */
/*** - - - - start of overall container - - - */

#container
   {
	width: 800px;
	margin: 0 auto;
   }

/*** - - - - end of overall container - - - */
/*** - - - - - - - - - - - - - - - - - - - - - */



/*** - - - - - - - - - - - - - - - - - - - - - */
/*** - - - - start of Button bar at top - - - */


#navigation
  {
	float: left;
	width: 100%;
	padding: 15px 15px 15px 15px;
	border-left:2px solid #2e8b57;
	border-right:3px solid #2e8b57;  /***sea green*/
	border-bottom: 1px solid #000000;
	background: #3cb371;     /***medium sea green*/
   }


#navigation ul
  {
	float: left;
	width: 100%;
	margin: 15px 15px 15px 15%;
	list-style: none;
	padding: 0;
  }


#navigation ul li
  {
  	display: inline;
	float: left;
	margin: 0;
	list-style: none;
  }

#navigation ul li a
  {
 	float: left;
	margin: 0 3px 0 3px;

	text-align: center;
    	text-decoration: none;   /***removes underline for the link*/

	background-color: #3cb371;       /***medium sea green*/
	border-top:2px solid #8fbc8f;    
	border-left:2px solid #8fbc8f;   /***dark sea green*/
	border-right:3px solid #2e8b57;   
	border-bottom:3px solid #2e8b57;  /***sea green*/
	padding: 3px 10px 3px 10px;

	position: relative;
	line-height: 1.3em;

  }


/*** - - - - end of Button bar at top - - - */
/*** - - - - - - - - - - - - - - - - - - - - - */


#maincontent
   {
	float: left;
	width: 100%;
	padding: 15px 15px 15px 15px;
	border-right:3px solid #2e8b57;  /***sea green*/
	border-left:2px solid #2e8b57;  /***sea green*/
	border-bottom:3px solid #2e8b57;  /***sea green*/
	background:#3cb371;    /***medium sea green*/
   }


#footer
   {
	clear: both;
   }

