/*------------------------------------------------------------------------------
| style.css  v0.5
|   Author - Karl Erickson - 2005
\-----------------------------------------------------------------------------*/

	body	{
		text-align:center;/*centers content for IE5/Windows*/
		margin:0;
		}
	body > table	{
		margin:0px auto;
		text-align:left;/*override IE5 body declaration*/
		}
	body > table td	{
		position:relative;
		}
	form	{
		margin:0;
	}
	div.header	{
		position:relative;
		overflow:visible;
		margin:0px auto;
		font-size:12px;
		width:993px;
		height:2em;
		font-family:"BankGothic Md BT", "Century Gothic", "Franklin Gothic Medium", Verdana, sans-serif;
		text-align:right;
		line-height:2em;
		}
	div.header .headerDescription	{
		float:left;
		padding:0em 1ex;
		color:#999999;
		}
	div.header .contactInfo	{
		padding:0em 1em;
		color:#CCCCCC;
		}
	div.utilityButtons	{
		position:absolute;
		z-index:9999;
		top:150%;
		font-size:12px;
		right:15px;
		width:200px;
		text-align:right;
		}
	div.utilityButtons input,
	div.utilityButtons a	{
		cursor:pointer;
		cursor:hand;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		background-color:#000000;
		background-position:top;
		background-repeat:repeat-x;
		border:1px solid #000000;
		border-top:0px;
		color:#FFFFFF;
		padding:0 1em;
		height:30px;
		font-weight:bold;
		}