/*   */
/*   */
/*   */
*
{
padding: 0; 
color: #000000;
}
/* ======================================================================== */
/* style formatting for the parent Body element */
/* ======================================================================== */
body 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url("../images/bckgrnd.png");   
	background-repeat: repeat-x;
	}
/* ======================================================================== */
/* style formatting for container for the main content of each page */
/* ======================================================================== */
#pageborder 
	{ 
	 margin-left: auto;
	 margin-right: auto;
	 margin-bottom: auto;
	 width: 850px;
	 height: auto;
	 padding: 3px;
/*	 border-width: 1px;  
	 border-style: solid;
	 border-color; #ffff00;  */
	}   
/* ======================================================================== */
/* style formatting for container for the header/banner on each page */
/* ======================================================================== */
#header 
	{
	width: 850px;
	text-align: center;
	}
/* ======================================================================== */
/* style formatting for container for the content on the index page */
/* ======================================================================== */
#nav
	{
	width: 850px;
	height: 25px;
	background: #006600;
	}
ul#navbarhi li 
	{ 
	 display: inline; 
	}
ul#navbarhi li a 
	{
	 float: left; 
	 width: 5em;
	 color: #fff;
	 background-color: #006600;
	 margin-left: 10px; 
	 padding: 0.2em 0.2em;
	 text-decoration: none;
	}
ul#navbarhi li a:hover 
	{
	 background-color: #009900; 
	 color: #ff0;  
	 font-weight: bold;
	}   
 ul#navbarhi #active 
	 {
	 color: #ff6666;
	 font-weight: bold;
	} 	
/* ======================================================================== */
/* style formatting for container for the navigation on each page */
/* ======================================================================== */	
#content
	{
	width: 840px;
	background: #ccffcc;
	padding: 5px;
	margin-bottom: auto;
	font-family: ‘Times New Roman’, Times, serif;

	}
/* ======================================================================== */
/* style formatting for container for the picture content on the pics */
/* ======================================================================== */
#pictures
	{
	width: 740px;
	background: #ffffee;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: auto;
	padding: 2px 5px;
	}
/* ======================================================================== */
	/* style formatting for container for the content on the footer */
/* ======================================================================== */
#footer
	{
	width: 850px;
	height: 25px;
	color: #fff;
	background: #006600;
	}

/* ======================================================================== */
/* style formatting for fonts in the form */
/* ======================================================================== */

frm-div 
	{ 
	padding:50px 100px; font:12px Verdana, Geneva, sans-serif; 
	}

input, textarea 
	{
	padding: 8px;
	border: solid 1px #E5E5E5;
	font: normal 12px Verdana, Tahoma, sans-serif;
	width: 200px;
	 }
	 
textarea 
	{
	 width: 400px;
	 max-width: 400px;
	 height: 150px;
	 line-height: 150%;
	 }
	 
.form label 
	{
	 margin-left: 10px;
	 color: #999999;
	 }
	 
.submit input 
	{
	 width: 20px;
	 padding: 5px;
	 background: #000000;
	 font-size: 28px;
	 color: #FFFFFF;
	 cursor:pointer;
	 }
#form-div 
	{
	 background-color: #ccffcc;
	 border-width: 1px;  
	 border-style: solid;
	 border-color; #00cc00; 
	padding:15px;
	}

/* ======================================================================== */
/* style formatting for fonts in the paragraphs */
/* ======================================================================== */

p
	{
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	padding: 0px 20px 0px 20px;
	}
h2 
	{
	font-size:1.2em;
	padding: 0px 0px 0px 10px;
	}

img {
 border: none;
}
.floatleft {
 float: left;
 margin: 10px;
}
.floatright {
 float: right;
 margin: 10px;
}
