* 				{	margin: 0;
					padding: 0;
					border: none;
					}
					
body			{	text-align: center;
					font-family: Helvetica, Verdana, Arial, sans-serif;
					font-size: 12px;
					line-height: 17px;
					background: #fff;
					}
					
/* ID's - Main Page Elements */
					
#wrapper		{ 	margin: 0 auto;
					text-align: left;
					width: 800px;
					background: #fff;
					border: 1px solid #f2f2f2;
					}
					
#header			{	width: 744px;
					height: 158px;
					margin: 0 auto;
					}
					
#content		{	text-align: center;
					width: 744px;
					margin: 25px auto;
					}
					
#menu			{	float: left;
					width: 280px;
					padding: 10px;
					text-align: left;
					}
					
#information	{	float: left;
					width: 414px;
					padding: 12px;
					text-align: left;
					}
					
#footer			{	width: 744px;
					clear: both;
					background: #e8e8e8 url(images/silver_stripe_bottom.gif) top left repeat-x;);
					margin: 0 auto;
					text-align: center;
					font-size: 10px;
					}
					
#footer p		{	padding-top: 8px;
					margin: 0;
					}
					
#footer a:link, #footer a:visited
				{	font-size: 10px;
					}
					
/* Classes - Other Page Elements */

.title			{	float: left;
					width: 179px;
					margin-bottom: 0;
					}
					
					
.title img		{	margin-bottom: 1em;
					margin-top: 1em;
					padding-bottom: 0;
					}

.breadcrumb		{	
					width: 747px;
					margin-bottom: 3px;
					clear: left;
					}
					
.breadcrumb img
				{	margin-right: -1px;
					padding: 0;
					}
					
.breadcrumb ul li
				{	display: inline;
					}
					
.breadcrumb ul
				{	list-style-type: none;
					font-family: helvetica;
					}
					
.photographs	{	width: 744px;
					height: 78px;
					border-top: 3px solid #e8e8e8;
					margin: 0 auto;
					}
					
.photographs img	
				{	float: left;
					margin-top: 6px;
					display: inline;
					}
					
.copyright		{	font-size: 10px;
					}
					
.hp_infoBox		{	background: #aaaaaa;
					color: #fff;
					padding: 5px 15px;
					text-align: left;
					margin-bottom: 25px;
					}
					
.hp_infoBox p	{ 	vertical-align: bottom;
					}
					
.grey_box		{	padding-top: 13px;
					}
					
/* Standard Formatting */
					
h1, p			{	margin-bottom: 1em;
					}
					
h2				{	font-size: 12px;
					font-weight: bold;
					}
					
.subheader_gold_14
				{	font-size: 14px;
					color: #daaf2e;
					}
					
.subheader_gold_11
				{	font-size: 11px;
					color: #daaf2e;
					}
					
/* Link Formatting */
					
a:link, a:visited
				{	color: #000;
					text-decoration: underline;
					}
					
a:hover			{	color: #000;
					text-decoration: none;
					}