/* CSS Document */

	body {
		Font-Family: Verdana, Arial, Helvetica, sans-serif; 
		Font-Size: 14px;

		Min-Width: 1024px;
		Margin: 0;
		Padding: 0; 

		Background-Color: #cccccc; 
		Background: #cccccc url(../images/Templates/blue_bg.gif) repeat; }
		
	/* global declarations */
	
	.centeredImage {
    	Text-Align: center;
		Margin: 0px auto;
	    Padding: 0px; }

	table.bannerImage { Width: 95%; Margin-Left: -7px; }
	table.bannerImage td { Text-Align: center; Vertical-Align: center; }
	table.bannerImage td img { }
	
	.centerText {
    	Text-Align: center;
		Float: none; }
	
	.italicized { Font-Style: italic; }
	.makeBold { Font-Weight: bold; }
	.allCaps { Font-Variant: small-caps; }
	.Red { Color: #ff0000; }
	.Black { Color: #000000; }
	.edgeLeft { Float: left; }
	.clearALL { Clear: both; }

	
	img.Centered { 
		Margin-Left: auto;
		Margin-Right: auto;
		Float: none; }

	img.CenteredShow { 
		Margin-Left: auto;
		Margin-Right: auto;
		Width: 180px;
		Float: none; }

	div.Right { 
		Margin: 5px 10px 5px 15px;
		Padding-Left: 15px;
		Width: 320px;
		Text-Align: center;
		
		Font-Style: italic;
		Font-Size: 95%;
		Float: right; }

	img.Right { 
		Margin: 5px 10px 5px 15px;
		Padding-Left: 15px;
		Float: right; }

	img.Left { 
		Margin: 5px 15px 5px 10px;
		Padding-Right: 15px; 
		Float: left; }
		
		
	hr { Width: 85%; }
/*	h1.coinHeader { Min-Height: 80px; }
	#content #page_content h1.coinHeader a { Min-Width: 320px; 
		Margin-Top: 1em;
		Border: 1px inset #000000; }
*/
	table.coinHeader td.leftCoin, table.coinHeader td.rightCoin { Width: 85px;
		Padding: 5px; }
	table.coinHeader td.Heading { Vertical-Align: middle; }
	
	
	a:link, a:visited { Text-Decoration: none; }
	a:hover { Text-Decoration: underline; }
	
	a img { Border: 0px; }
		
	td.normal { Vertical-Align: top; }
	td.normalLeft {
		Vertical-Align: top; 
		Text-Align: justify; }
		 
	td.smithsonianLeft { 
		Vertical-Align: top;
		Width: 172px;
		Background-Color: #bbaa66; }
	td.pixLeft { 
		Vertical-Align: top;
		Width: 172px; }
	td.highlightLeft { 
		Text-Align: center;
		Vertical-Align: top;
		Width: 140px; }
	td.highlightLeft p a.link, td.highlightLeft p a.visited { Color: #0000aa; }

	td.miniText { 
		Text-Align: center; 
		Font-Size: 70%; }

	/* banner of page */
	
	#top_bar {
		Width: 100%;
		Background-Color: #ffffff; }
	
	#top_bar div {
		Background-Color: #222233; 
		Width: 100%; }
    
	#top_bar #topRow {
		Height: 16px;
		Background-Image: url(../images/Templates/head_top_bg.gif);
		Background-Repeat: repeat-x; }
		
	#top_bar #topBanner {
/*		Height: 91px; */
		Background-Color: #ffffff; 
		Padding: 0; Margin: 0; }

	#top_bar #topBanner img { Border: 0; Padding: 0; Margin: 0; }
		
	#top_bar #topBase { 
		Margin-Top: -3px; 
		Height: 20px; }
		
	/* content of page */
	
	#content {
		Clear: both;
		Margin-Top: 2px; 
		Width: 100%;
		Background-Color: #ffffff; 
		Background: #cccccc url(../images/Templates/blue_bg.gif) repeat; }
	
	/* Left side bar */
	
	#content #left_bar {
		Width: 210px;
		Padding-Right: 2px;
		Float: left; 
		Background-Color: #ffffff; }
		
	#content #left_bar h1 {
		Font-Size: 80%;
		Font-Weight: Bold;
		Line-Height: 1.8;
		Background-Color: #444466;
		Color: #ffffff; 
		Margin-Bottom: 0px;
		Padding-Left: 16px;
		Margin-Top: 0px;

		background-image: url(../images/bullets/menu_arrow.gif);
	    background-repeat: no-repeat;
    	background-position: 5px 0px; }
	
	#content #left_bar p {
		Font-Size: 80%;
		Line-Height: 1.4;
		Color: #333333;
		Background-Color: #ffffff; 
		Margin-Bottom: 0.3em; 
		Margin-Top: 0.5em; }
		
	#content #left_bar img {
		Margin: 5px 2px 5px 2px; }
		
	#content #left_bar ol {
		padding: 0;
		margin: 0;
		
		Font-Size: 90%;
		Text-Align: left;

		Background-Image: url(../images/Templates/main_left_bg.gif);
		Background-Repeat: repeat-y;

		Border-Top: 0px solid #996633;
		Border-Bottom: 0px solid #996633; }
	
	#content #left_bar li {
		Display: block;

		Padding-Top: 3px;
		Padding-Bottom: 4px;
		Margin-Left: 18px;
		Padding-Left: 30px;
		
		Border-Left: 0px solid #996633;
		Border-Top: 0px solid #996633;
		Border-Bottom: 1px dashed #eeeeee;
	
		Text-Align: left; 
		Color: #444444;
		Line-Height: 1.3;
	
		list-style-type: none;
		background-image: url(../images/bullets/2arrows.gif);
	    background-repeat: no-repeat;
    	background-position: left center;
	
		Font-Size: 90%; }


	#content #left_bar li.linkPDF { background-image: url(../images/bullets/pdf.jpg); }
	#content #left_bar li.linkFlash { background-image: url(../images/bullets/flash.jpg); }
	#content #left_bar li.linkVideo { background-image: url(../images/bullets/video.jpg); }
	

	#content #left_bar ol .new_link { Color: #bbaa11; }

	#content #left_bar ol li a:link, #content #left_bar li a:visited {
		Text-Align: left;
		Text-Decoration: none;
		Color: #444444; }
	
	#content #left_bar ol li a:hover { Color: #dd2222; }
	
		/* Right side bar */
	

		#content #right_bar {
		    Float: right;
			Width: 200px; 
			Padding: 0; 
			Border-Left: 2px solid #ffffff;
			Background-Color: #8899bb; }
/*			Background-Color: #444466; } */

		#content #right_bar h1 {
			Font-Size: 80%;
			Font-Weight: Bold;
			Line-Height: 1.8;
			Background-Color: #978722;
			Color: #ffffff; 
			Margin-Bottom: 0px;
			Padding-Left: 16px;
			Margin-Top: 0px;
		
/*			Border-Color: #ffffff;
			Border-Style: solid;
			Border-Width: 2px 0px 2px 0px;
*/
			background-image: url(../images/bullets/menu_arrow.gif);
		    background-repeat: no-repeat;
    		background-position: 5px 0px;
			}
		
		#content #right_bar p {
			Font-Size: 80%;
			Line-Height: 1.4;
			Color: #ffff66; 
			Margin-Bottom: 0.3em; 
			Margin-Top: 0.5em; }
		
		#content #right_bar a:link, #content #right_bar a:visited {
			Color: #2e4f92;
			Text-Decoration: none; }
		
		#content #right_bar a:hover {
			Color: #cc6600;
			Text-Decoration: none; }

		#content #right_bar img {
			Margin: 5px 2px 5px 2px; }

		#content #right_bar ol, #content #right_bar ul {
			padding: 0;
			margin: 0;
		
			Font-Size: 90%;
			Text-Align: left;

			Background-Image: url(../images/Templates/main_left_bg.gif);
			Background-Repeat: repeat-y;

			Border-Top: 0px solid #996633;
			Border-Bottom: 0px solid #996633; }
	
		#content #right_bar li {
			Display: block;

			Padding-Top: 3px;
			Padding-Bottom: 4px;
			Margin-Left: 18px;
			Padding-Left: 25px;
		
			Border-Left: 0px solid #996633;
			Border-Top: 0px solid #996633;
			Border-Bottom: 1px dashed #eeeeee;
	
			Text-Align: left; 
			Color: #444444;
			Line-Height: 1.3;
	
			list-style-type: none;
		    Background: #ffffff url(/images/bullets/2arrows.gif) no-repeat left center;	
			Font-Size: 90%; }

		#content #right_bar li.linkPDF { background-image: url(../images/bullets/pdf.jpg); }
		#content #right_bar li.linkFlash { background-image: url(../images/bullets/flash.jpg); }
		#content #right_bar li.linkVideo { background-image: url(../images/bullets/video.jpg); }
		
		#content #right_bar li ol, #content #right_bar li ul { Margin: 0.3em 0 0 -18px; }
		#content #right_bar li ol li, #content #right_bar li ul li { Border-Bottom: 0; }
		
		#content #right_bar ol .new_link, #content #right_bar ul .new_link { Color: #bbaa11; }

		#content #right_bar ol li a:link, #content #right_bar ol li a:visited 
		#content #right_bar ul li a:link, #content #right_bar ul li a:visited {
			Text-Align: left;
			Text-Decoration: none;
			Color: #335599; }
	
		#content #right_bar ol li a:hover, #content #right_bar ul li a:hover { Color: #dd2222; }


		#content #searchForm { Margin: 5px;
		  Text-Align: center; }

		#content #searchForm { Margin: 5px;
		  Text-Align: center; }
		#content #searchForm input#searchNow { Margin-Top: 5px; }


		
	/* All content right of the Left Side Bar are indented further */


/*		#content #right_side {
			Float: left;
			Width: auto;
			Vertical-Align: top; }
*/
		#content #masthead {
			Border-Left: 2px solid #ffffff;
			Border-Right: 2px solid #ffffff;
			Height: 132px;
			background-Image: url(../images/Templates/masthead.jpg);
			}
		#content #content_holder #page_content { }

		#content #page_content {
			Border-Left: 2px solid #ffffff;
			Border-Right: 2px solid #ffffff;
			Margin-Left: 210px;
			Margin-Right: 200px;
			Font-Size: 16px;
			Font-Family: Garamond, "Times New Roman", Times, serif;
			Background-Color: #eeeeee;
			Min-Width: 600px;
			Vertical-Align: Top; }
		
		#content #page_content blockquote {
			Font-Size: 90%;
			Font-Weight: normal;

			Line-Height: 1.5;
			Letter-Spacing: 0.02em;
			Text-Indent: 0em;
			Text-Align: justify;
			
			Margin: 0.5em 15px 0.75em 45px;
			Color: #444444; }
			
		#content #page_content p {
			Font-Size: 100%;
			Font-Weight: normal;

			Line-Height: 1.5;
			Letter-Spacing: 0.02em;
			Text-Indent: 0em;
			Text-Align: justify;
			
			Margin: 0.5em 15px 0.75em 15px;
			Color: #222222; }
		#content #page_content p.selling { Font-Size: 110%; }
		
		#content #page_content p.centeredImage {
	    	Text-Align: center;
			Margin: 0px auto;
		    Padding: 0px; }

		#content #page_content p.blueBody {
			Margin: 2px 0px 0px 0px;
			Padding: 8px 5px;
			Font-Size: 90%;
			Font-Family: Verdana, Arial, Helvetica, sans-serif;
			Background-Color: #8899bb;
			Color: #000000; }
			
		#content #page_content p .highlightLegend { 
			Background-Color: #ffffaa;
			Color: #ff3333; }

		#content #page_content h1 {
			Font-Size: 200%;
			Font-Weight: bold;
			Font-Variant: small-caps;
			Margin: 0.5em 5px;
			Text-Align: center;
			Color: #222255; }
			
		#content #page_content h1 a:link, #content #page_content h1 a:visited { Color: #222255; }
		#content #page_content h1 a:hover { 
			Color: #222255; 
			Text-Decoration: underline; }
		
		#content img.coinSmall { Width: 125px; 
			Height: 125px; }
			


		#content #page_content h2 {
			Font-Size: 120%;
			Font-Weight: bold;
			Margin: 0.5em 5px;
			Color: #222255; }
		#content #page_content h2.selling { Font-Size: 110%; }

		#content #page_content h2.blueHeading {
			Background-Image: url(../images/Templates/blue_bg.gif);
			Color: #eedd88;
			Font-Size: 130%;
			Font-Family: Verdana, Arial, Helvetica, sans-serif;
			Margin: 2px 0px 0px 0px;
			Padding: 5px 15px;
			Text-Align: center; }

		#content #page_content h2.goldHeading {
			Background-Image: url(../images/Templates/gold_bg.gif);
			Color: #ffeebb;
			Font-Size: 130%;
			Font-Family: Verdana, Arial, Helvetica, sans-serif;
			Margin: 2px 0px 0px 0px;
			Padding: 5px 15px;
			Text-Align: center; }

		#content #page_content h3 {
			Font-Size: 100%;
			Font-Weight: bold;
			Margin: 0.5em 5px;
			Color: #222255; }

		#content #page_content h3 a:link, #content #page_content h3 a:visited { Color: #442288; }
		#content #page_content h3 a:hover { 
			Color: #442288; 
			Text-Decoration: underline; }

		#content #page_content h2.details { Margin-Left: 12px; }
		#content #page_content h3.details { Margin-Left: 20px; }
		#content #page_content p.details { Margin-Left: 28px; }
		#content #page_content td.detailed { Vertical-Align: top; }
		#content #page_content table.details {
			Width: 350px;
			Font-Size: 90%;
			Margin-Left: 28px; }

		#content #page_content table.details td.detailsLeft { 
			Text-Align: right;
			Padding-Right: 10px;
			Width: 98px; }
		#content #page_content table.details td.detailsRight { 
			Text-Align: left;
			Padding-Left: 10px;
			Width: 250px; }
			
		#content #page_content table.highlights {
			Padding: 0;
			Margin: 3px 10px; }
		

		#content #page_content ol {
			padding: 0;
			margin: 0;
		
			Font-Size: 90%;
			Text-Align: left; }

		#content #page_content ol li {
			Display: block;

			Padding-Top: 3px;
			Padding-Bottom: 4px;
			Margin-Left: 18px;
			Padding-Left: 10px;
		
			Text-Align: left; 
			Color: #444444;
			Line-Height: 1.3;
	
			Font-Size: 100%; }

		#content #page_content ol li.CoinBullet h2.shiftUp { Margin: 0; }

		#content #page_content ol li.Checked {
			Padding-Left: 20px;
			Padding-Top: 6px;
			Line-Height: 1.5;
			Font-Size: 120%;

			list-style-type: none;
			background-image: url(../images/bullets/check.jpg);
		    background-repeat: no-repeat;
    		background-position: left center; }

		#content #page_content ol li.CoinBullet {
			Padding-Left: 20px;
			Padding-Top: 6px;
			Line-Height: 1.5;
			Font-Size: 120%;

			list-style-type: none;
			background-image: url(../images/bullets/bullet_coin.jpg);
		    background-repeat: no-repeat;
    		background-position: left center; /* 2px 8px; */ }
	
		#content #page_content ol li.Quiz { 
			List-Style-Type: upper-alpha;
			Display: list-item;
			Margin-Left: 48px; }
		
		#content #page_content table {
			float: none;
			Margin-Left: auto;
			Margin-Right: auto; 
			Text-Align: center; }
	
		#content #page_content table.linkBox {
			Margin: 10px 20px; 
			Height: auto;
			Width: auto; }
		#content #page_content table.linkBox tr td {
			Padding: 5px; 
			Vertical-Align: top; }
		#content #page_content table.linkBox tr td img { Padding: 5px; 
			Border: 1px outset #002288; }
		#content #page_content table.linkBox tr td img:hover { Border: 1px inset #002288; }


		#content #page_content table.leftEdge300 {
			Margin: 0px 10px 10px 0px;
			Width: 300px;
			Text-Align: center;
			Float: left; }

		#content #page_content table.rightEdge300 {
			Margin: 0px 0px 10px 10px;
			Width: 300px;
			Text-Align: center;
			Float: right; }

		#content #page_content table.rightEdge300 td, #content #page_content table.leftEdge300 td {
			Font-Size: 75%; }

		#content #page_content table.reg_print_body { Width: 100%; } 
		
		/* Extra styling for the Directions page */

		#content #page_content td.normalDirections { Vertical-Align: top; }

		#content #page_content td.normalDirections form { 
			Width: 180px;
			Padding: 1em 0;
			
			Margin-Left: auto;
			Margin-Right: auto;
			Float: none; }
	

		#content #page_content td.normalDirections h1 { 
			Margin-Left: 10px;
			Margin-Right: 10px;
			Font-Weight: bold;
			Font-Variant: normal;
			Font-Size: 120%; }

		#content #page_content td.normalDirections h2 { 
			Margin-Left: 10px;
			Margin-Right: 10px;
			Font-Weight: bold;
			Font-Variant: normal;
			Font-Size: 100%; }

		#content #page_content td.normalDirections h2.Red { Color: #ff0000; }
		#content #page_content td.normalDirections h2.Black { Color: #000000; }

		#content #page_content td.normalDirections h3 { 
			Margin-Left: 10px;
			Margin-Right: 10px;
			Font-Variant: normal;
			Font-Size: 80%; }
			
		/* Extra styling for the PHP email form */

		#content #page_content table.emailForm {
			Width: 556px;
			Margin: 0px 0px 10px 10px;
			Text-Align: center;
			Float: none; }
		
		#content #page_content table.emailForm td.emailLeft { 
			Padding: 0px 15px 0px 0px;
			Text-Align: right;
			Width: 160px;
			Min-Width: 156px;
			Font-Size: 80%; }

		#content #page_content table.emailForm td.emailRight { 
			Padding: 0px 0px 0px 15px;
			Text-Align: left;
			Width: 392px;
			Min-Width: 392px;
			Font-Size: 90%; }

		#content #page_content table.emailForm select {
			Background-Color: #ddeeff;
			Color: #222255; 
			Font-Family: Garamond, "Times New Roman", Times, serif;

			Border: 1px solid #cccccc;
			Border-Right: 1px solid #888888;
			Border-Bottom: 1px solid #888888;
			
			Font-Size: 90%; }
			
		#content #page_content table.emailForm select.required { 
			Border: 1px solid #ff44dd; 
			Border-Right: 1px solid #cc0099;
			Border-Bottom: 1px solid #cc0099; }

		#content #page_content table.emailForm select:focus { Background-Color: #ffff99; }

		#content #page_content table.emailForm input {
			Background-Color: #ddeeff;
			Color: #222255; 
			Font-Family: Garamond, "Times New Roman", Times, serif;

			Border: 1px solid #cccccc;
			Border-Right: 1px solid #888888;
			Border-Bottom: 1px solid #888888;
			
			Font-Size: 90%; }
			
		#content #page_content table.emailForm input.required { 
			Border: 1px solid #ff44dd; 
			Border-Right: 1px solid #cc0099;
			Border-Bottom: 1px solid #cc0099; }

		#content #page_content table.emailForm input:focus { Background-Color: #ffff99; }

		#content #page_content table.emailForm textarea {
			Background-Color: #ddeeff;
			Color: #222255;
			Font-Family: Garamond, "Times New Roman", Times, serif;

			Border: 1px solid #cccccc;
			Border-Right: 1px solid #888888;
			Border-Bottom: 1px solid #888888;
			
/*			overflow: visible; */
			Font-Size: 90%; }
			
		#content #page_content table.emailForm textarea.required { 
			Border: 1px solid #ff44dd; 
			Border-Right: 1px solid #cc0099;
			Border-Bottom: 1px solid #cc0099; }
			
		#content #page_content table.emailForm textarea:focus { Background-Color: #ffff99; }

			
		/* For styling the New Purchases table, generated by PHP */

		  #content #page_content #invTable {
			Font-Family: Verdana, Arial, Helvetica, sans-serif;
			Margin: 0 auto;
			Width: 95%;
			Overflow: hidden; }
		  #content #page_content #invTable tr td { Overflow: hidden; }

		  #content #page_content #invTable tr {
			Color: #002288;
			Line-Height: 1.5 !important; 
			Text-Indent: 0em !important;
			Left: 0px !important; 
			}

		  #content #page_content #invTable tr.FirstRow {
			Border: 1px;
			Font-Weight: bold !important;
			Background-Color: #ffffff;
			}

		  #content #page_content #invTable tr.RowType1 {
			Background-Color: #ffffff;
			}

		  #content #page_content #invTable tr.RowType2 {
			Background-Color: #ffffff;
			}

		  #content #page_content #invTable tr.RowType3 {  }

		  #content #page_content #invTable td {
			Margin: 0; }

		  #content #page_content #invTable td.highlight, #content #page_content #invTable td.highlight { Background-Color: #ffffaa; }
		  #content #page_content #invTable td a:link, #content #page_content #invTable td a:visited { Color: #ff3333; }

		  #content #page_content #invTable td.column1 {
			Border-Right: 1px solid #999999;
			Border-Bottom: 1px solid #999999;
			Border-Left: 1px solid #cccccc;
			Border-Top: 1px solid #cccccc;

			Width: 44px; 
			Text-Align: center;
			Font-Size: 11px !important;
			}

		  #content #page_content #invTable td.column2 {
			Border-Right: 1px solid #999999;
			Border-Bottom: 1px solid #999999;
			Border-Left: 1px solid #cccccc;
			Border-Top: 1px solid #cccccc;

			Width: 36px; 
			Text-Align: center;
			Font-Size: 10px !important;
			}

		  #content #page_content #invTable td.column3 {
			Border-Right: 1px solid #999999;
			Border-Bottom: 1px solid #999999;
			Border-Left: 1px solid #cccccc;
			Border-Top: 1px solid #cccccc;

			Text-Align: center;
			Font-Size: 11px !important;
			Width: 52px;
			}

		  #content #page_content #invTable td.column4 {
			Border-Right: 1px solid #999999;
			Border-Bottom: 1px solid #999999;
			Border-Left: 1px solid #cccccc;
			Border-Top: 1px solid #cccccc;

			Text-Align: center;
			Font-Size: 10px !important;
/*			Width: 280px; */
			}

		  #content #page_content #invTable td.column5 {
			Border-Right: 1px solid #999999;
			Border-Bottom: 1px solid #999999;
			Border-Left: 1px solid #cccccc;
			Border-Top: 1px solid #cccccc;

			Text-Align: center;
			Font-Size: 10px !important;
			Width: 48px;
			}

		  #content #page_content #invTable td.column6 {
			Border-Right: 1px solid #999999;
			Border-Bottom: 1px solid #999999;
			Border-Left: 1px solid #cccccc;
			Border-Top: 1px solid #cccccc;

			Text-Align: center;
			Font-Size: 10px !important;
			Width: 48px;
			}

		  #content #page_content #invTable td.column7 {
			Border-Right: 1px solid #999999;
			Border-Bottom: 1px solid #999999;
			Border-Left: 1px solid #cccccc;
			Border-Top: 1px solid #cccccc;

			Text-Align: center;
			Font-Size: 10px !important;
			Width: 60px;
			}

		  #content #page_content #invTable td.column8 {
			Border-Right: 1px solid #999999;
			Border-Bottom: 1px solid #999999;
			Border-Left: 1px solid #cccccc;
			Border-Top: 1px solid #cccccc;

			Text-Align: center;
			Font-Size: 11px !important;
			Width: 56px;
			}

		  #content #page_content #invTable td.columnALL {
			Border-Right: 1px solid #999999;
			Border-Bottom: 1px solid #999999;
			Border-Left: 1px solid #cccccc;
			Border-Top: 1px solid #cccccc;
	
/*			Width: 656px;  */
			Text-Align: center;
			Font-Size: 14px !important;
			Font-Weight: bold !important;
			}

		  #content #page_content #invTable tr.RowType4 td.columnALL { Border: 0; }
			
		/* For styling the forms in the New Purchase page, for customizing the number of coins listed per page */

		#content #page_content form {
			Margin-Left: auto;
			Margin-Right: auto;
			Border: 3px solid #666666; }

		#content #page_content form.noBorder { Border: 0px; }

		#content #page_content form.pagify { Width: 520px; }
		#content #page_content form.pagify td.specForm1 { Width: 240px; }
		#content #page_content form.pagify td.specForm2 { Width: 70px; }
		#content #page_content form.pagify td.specForm3 { Width: 120px; }
		#content #page_content form.pagify td.specForm4 { Width: 90px; }
		#content #page_content form.pagify input { 
			Font-Size: 90%;
			Font-Family: Garamond, "Times New Roman", Times, serif; }
	
			

	/* footer of page */
	
	#footer {
		Clear: both;
		Margin: 2px 0 0 0;
		Padding: 0;
		Width: 100%; }
		
	#footer h2.goldHeading {
		Background-Image: url(../images/Templates/gold_bg.gif);
		Color: #ffffff;
		Font-Size: 130%;
		Font-Family: Verdana, Arial, Helvetica, sans-serif;
		Margin: 0;
		Padding: 0 15px;
		Text-Align: center; }
	#footer a, #footer a:link, #footer a:visited { Color: #ffdd88; }
	#footer a:hover { Color: #ffffcc; }

	#footer #thirdLastRow { 
		Height: 3px;
		Background-Color: #111122; }

	#footer #nextLastRow { Background-Color: #222233;
		Height: 33px; }
	
	#footer #MA { 
		Display: table-cell;
		Width: 190px;
		Float: left; 
		Vertical-Align: top;
		Font-Size: 85%; 
		Background-Color: #222233; 
		Color: #999999; }	

	#footer #Valid { 
		Margin: 0 auto;
		Padding-Top: 2px;
		Text-Align: center;
		
		Font-Size: 80%; 
		Background-Color: #222233; 
		Color: #999999; }	

	#footer #Valid img { Padding: 0 10px; }

	#footer #Copyright { 
		Display: table-cell;
		Float: right;
		Width: 200px;
		Text-Align: right; 
		Vertical-Align: top;
		Font-Size: 85%; 
		Background-Color: #222233; 
		Color: #999999; }	

	#footer #bottomRow { 		
		Height: 13px;
		Background: url(../images/Templates/bottom_bg.gif) repeat-x; }
	

