
		html, body 		{ margin: 0; padding: 0; }
		body 			{ color: #333; font: 14px Helvetica, Arial, sans-serif; line-height: 18px;background-color:#F2F4FF; }
		h2				{ color: #fffff; }
		a				{ color: #337810; }
		p				{ margin: 0 0 0 0; }
		#container		{ width: 900px; margin: 0 auto;}
		
		a:link {color:black} a:visited {color:blue} a:hover {color:white} a:active {color:yellow} 
		
		/* Header */
		#header			{ background: white ; margin-bottom: 2px solid #ddd;}
		#header h1  	{ color: #fffff; font-size: 30px;line-height: 40px; padding: 0 0 0 10px; border-bottom: 5px solid black; background-color:#d2dfff;}
		#header p		{ color: #fffff; font-size: 18px; font-weight: bold; background-color: blue; line-height: 30px;padding: 0 0 0 10px}
		#header a       { color: #fffff; }
		#navigation ul		{ list-style: square;}
		#navigation li		{ font-size: 12px; padding: 0 0 0 0px; background-color:#D2DAFF}
		
		/* Content Style */
		#navigation		{ border-bottom: 1px solid #ccc; }
	
		#extra			{ margin-right: 18px; }
		#extra small	{ font-size: 11px; line-height: 18px; }
		#content		{ border-bottom: 1px solid #ccc;}
		#content p, #extra p { padding: 0 0 0 10px; background-color:#F9FAFF}
		#content h3,       { padding: 6px 0 0 10px;}
		/* Content Positioning & Size */
		#navigation		{ float: right; width: 270px; }
		#content		{ float: left; width: 500px; padding-left: 5px; }
		#extra			{ float: right; clear: right; width: 270px; }		/* Footer */
		#footer			{ background: #D2DAFF; border-bottom: 2px solid #999; clear: both; width: 100%; }
		#footer a		{ color: #eee; }
		#footer	p		{ color: black ; margin-top: 10px; border-top: 5px solid black;padding-top: 5px;}
		#footer ul		{ border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
		#footer li		{ display: inline; font-size: 11px; font-weight: bold; padding-right: 5px; }
        
        /* grouping of fields to make a form )*/
        
        fieldset   {width: 500px; border: 5px; #F9FAFF; float: left;padding:5px}
        input.formbutton {margin:5px; border:solid 3px #F9FAFF; }
	    input.formfield { width:185px ; }
        textarea        { font: 12px Helvetica, Arial, sans-serif;}
        img             { margin-top:10px }

