        html, body 		{ margin: 0; padding: 0; }
		body 			{ color: #333; font: 12px Helvetica, Arial, sans-serif; line-height: 18px; }
		h2				{ color: #333; }
		a				{ color: #337810; }
        a:hover         { color: #6666CC; }
		p				{ margin: 0 0 16px; }
		#wrapper		{ float: left; width: 100%; }
		
		/* Header */
		#header			{ background: #9999cc; border-bottom: 2px solid #6666cc; }
		#header h1  	{ color: #ffffff; margin: 0 0 3px; padding: 24px 18px 0; }
		#header p		{ color: #6666cc; margin: 0 0 3px; font-size: 16px; font-weight: bold; padding: 0 18px;}
		#header p.logo	{ color: #004b6f; margin: 0 0 3px; font-size: 18px; font-weight: bold; padding: 0 18px;text-align:right;}
		
		/* Content Style */
		#navigation		{ border-bottom: 1px solid #ccc; padding-left: 10px; }
		#navigation ul	{ padding: 0 5px 10px; }
		#content		{ padding-left: 5px; }
		#extra			{ border-bottom: 1px solid #ccc; }
		#extra a:link, a:visited, a:active {text-decoration: none}
		#extra p.small	{ font-size: 11px; line-height: 10px; }
		#content p, #extra p { padding-right: 18px; }
		
		/* Content Positioning & Size */
		#navigation		{ float: left; width: 110px; margin-left: -100%; }
		#content		{ margin: 10px 24% 36px 115px; }
		#extra			{ float: left; width: 24%; margin-left: -24%; }		
        #timeline       { width: 96%; clear: both; margin-top: 15px}
        
        /* Timeline Style */
        #timeline       { border-top:2px solid #ccc; }
        #timeline h3    { color: #ccc; text-align:right; margin: 0 0 3px; }
        #timeline h4    { text-align:left; margin: 0 0 3px; }
        #timeline embed { float:right; }
        #timeline table { float:right; }
        
        /* Footer */
		#footer			{ background: #9999CC; border-bottom: 2px solid #999; clear: left; margin-top: 5px; width: 100%; }
		#footer a		{ color: #eee; }
		#footer	p		{ 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: 11px; font-weight: bold; padding-right: 5px; }
        
        /* Verticle Menu Style */
        .buttonmenu     { list-style-type: none; margin: 0; padding: 0; width: 80px; }

        .buttonmenu li a{
        color: white;
        display: block;
        width: 100%;
        padding: 2px 4px;
        text-decoration: none;
        font-weight: bold;
        border: 1px solid;
        border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
        background-color: #9999CC;
        }


        .buttonmenu li a:visited{ color: white; }

        .buttonmenu li a:hover, .buttonmenu li a:active{ color: black; background-color: #6666CC; }

