<style type="text/css" media="screen">
	
    a:link {text-decoration: none;}
    a:visited {text-decoration: none;}
	a:hover {text-decoration: none; color:#00ff00;}
	
		html, body 		{ margin: 0; padding: 0;}
		body 			{ color: #fff; font: 62.5% Helvetica, Arial, sans-serif; line-height: 18px; background:#000; text-align:center; min-width:760px; }
		h2				{ font-size:2em; color: #fff; text-transform: uppercase; margin-top:10px; text-align:left;}
		h3              { font-size:1.7em; color: #fff; text-transform:uppercase; margin-top:10px; text-align:left; }
        h4              { font-size:1.5em; color:#fff; text-transform:uppercase; }
        a				{ color: #ffffff; text-decoration:none; }
		p				{ margin: 0 0 18px; font-size:1.2em; }
		#container		{ width: 760px; background:#000; margin: 0 3px 0 3px; }
		#wrapper		{ width:766px; background-color:#00ff00; text-align:left; margin-left: auto; margin-right: auto;} 
		
		/* Header */
		#header			{ background: #FFF; border-top: 0px solid #00ff00; }
		#header h1  	{ color: #004b6f; margin: 0 0 3px; padding: 24px 18px 0; }
		#header p		{ color: #666; font-size: 1.1em; font-weight: bold; padding: 0 18px; }
		
		/* Content Style */
		#navigation 	{ margin-left: 0px; }
		#content		{ padding-left: 18px; margin-top:18px; padding-right:18px; margin-bottom:28px; }
        #content ul 	{ list-style:square; }
		#content li		{ font-size:1.2em; text-align:left; }

        
		/* Content Positioning & Size */
		#navigation		{ background:#00ff00; height:30px; }
		#content		{ min-height:360px }
		
		/* Footer */
		#footer			{ background: #ffffff; border-bottom: 0px solid #000fff; clear: both; min-height: 60px }
		#footer a		{ color:#000; }
        #footer a:hover {text-decoration: none; color:#00ff00;}
		#footer	p		{ color: #ccc; margin: 0; padding: 0px 18px 0px; }
        #footer ul		{ list-style: none; margin: 0 18px 0px; padding: 0px 0 0px; }
		#footer li		{ display: inline; font-size: 1.0em; padding-right: 379px; color:#000}
	
</style>