﻿		html, body { margin: 0; padding: 0; }

		body 	{ 
			background-color: #FFFFCC; 
			color: #333; 
			font: 16px "Gill Sans MT", Arial, sans-serif; 
			line-height: 18px; }

		h2	{
			color: #003366;
			font-family: "Gill Sans MT";
			font-size: 24px;
			line-height: 26px;
			}
		
		.style1 {
			color: #FF0000;	
			}
			
		.style2 {
			padding-right: 20px;
			padding-left: 10px;
		}

		h3	{ color: #003366; 
			font-family: "Gill Sans MT"; 
			font-size: 18px;
			line-height: 20px;
			 }

		a:link	{ color: #0066CC; }

		a:visited	{ color: #663333; }

		p	{ margin: 0 0 18px; }
		
		blockquote {
			margin-left: 70px;	
			}


		#wrapper {float: right; width: 100%; margin-left: -33%; }
		
		/* Header */
		#header	{ 
			background: #3366CC; 
			border-top: 2px solid #000000; 
			border-bottom: 2px solid #000000;
		}
		#header h1  { 
			text-align: right; 
			color: #FFFFFF; 
			font-family: "Gill Sans MT"; 
			font-size: 30px; 
			line-height: 22px; 
			padding-right: 12px;
		}
		
		/* Content Style */
		#navigation	{ border-bottom: 1px solid #999999; padding-left: 18px; }
		#navigation ul	{ padding-right: 18px; }
		#extra		{ border-bottom: 1px solid #999999; padding-left: 18px; }
		#extra small	{ font-size: 11px; line-height: 12px; }
		#content p	{ padding-right: 18px; } 
		#extra ul	{ list-style-type: square; list-style-image: url(images/dsarma.png); }
		#extra p 	{ padding-right: 18px; }
		
		/* Content Positioning and Size */
		#navigation	{ float: left; width: 30%; }
		#content	{ margin-left: 34.3%; }
		#extra		{ float: left; clear: left; width: 30%;}		
		
		/* Footer */
		#footer		{ background: #000033; border-bottom: 2px solid #000000; clear: both; width: 100%; }
		#footer a	{ color: #FFFFFF; }
		#footer	p	{ color: #CCFFFF; font-size: 12px; margin: 0; padding: 0 18px 10px; }
		#footer ul	{ border-bottom: 1px solid #999999; list-style: none; margin: 0 18px 6px; padding: 10px 0 6px; }
		#footer li	{ display: inline; font-size: 12px; color: #CCFFFF; padding-right: 30px; }
		
		

