
		html, body 		{ margin: 0; padding: 0; }
		body 			{ background:#ffffe1;color: black; font: 12px Helvetica, Arial, sans-serif; line-height: 18px; }
		h2				{ color: #333; }
		a				{ color: #337810; }
		p				{ font-size:18px; margin: 0 0 18px; }
		#wrapper		{ float: left; width: 100%; }
		
		/* Header */
		#header			{ background: #000080; border-bottom: 2px solid #ddd; }
		#header h1  	{ font-family:  serif;color: white; margin: 0 0 3px; padding-top: 24px ; text-align: center;font-size:250%;}
		#header p		{ color: white; font-size: 14px; font-weight: bold; padding: 0 4px;text-align: center; }
		
		/* Content Style */
		#content p 		{ font-family: Times New Roman, serif; font-size:18px;font-weight:bold }
		#navigation		{ border-bottom: 1px solid #ccc; padding-left: 18px;font-size:medium; }
		#navigation ul	{ padding: 0 18px 9px; }
		#extra			{ border-bottom: 1px solid #ccc; }
		#extra small	{ font-size: 14px; line-height: 18px; }
		#content p, #extra p { font-family: Times New Roman, serif;padding-right: 18px; } 
		
		/* Content Positioning & Size */
		#navigation		{ float: left; width: 21%; margin-left: -100%;font-weight:bold; }
		#content		{ font-family: Times New Roman, serif;margin: 0 25% 36px;font-weight:bold; }
		#extra			{ float: left; margin-left: -25%; width: 25%;font-weight:bold; }		
		
		/* Footer */
		#footer			{ background: #333; border-bottom: 2px solid #999; clear: left; width: 100%; }
		#footer a		{ color: #eee; }
		#footer	p		{ font-family: Times New Roman, serif;color: #ccc; margin: 0; padding: 0 18px 10px; }
		#footer ul		{ border-bottom: 1px solid #555; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
		#footer li		{ display: inline; font-size: 12px; font-weight: bold; padding-right: 5px; }
		#kitco	  		{ float: right; }
	
    .button {
   border-top: 1px solid #000000;
   background: #000060;
   background: -webkit-gradient(linear, left top, left bottom, from(#000080), to(#000060));
   background: -webkit-linear-gradient(top, #000080, #000060);
   background: -moz-linear-gradient(top, #000080, #000060);
   background: -ms-linear-gradient(top, #000080, #000060);
   background: -o-linear-gradient(top, #000080, #000060);
   padding: 7.5px 15px;
   -webkit-border-radius: 16px;
   -moz-border-radius: 16px;
   border-radius: 16px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 17px;
   font-family: Georgia, serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #000080;
   background: #000080;
   color: #ccc;
   }
.button:active {
   border-top-color: #401c00;
   background: #401c00;
   }
    
    
    
    </style>


