* 				{
				margin:0;
				padding:0;
				font-family:Arial, Sans-serif;
				}

h1				{
				width:132px;
				height:110px;
				background: url('../img/logo.gif') no-repeat top left;
				}
				
h1 span			{
				display:none;
				}
				
body			{
				background-color:#eeeeee;
				}
				
.noshow 		{
				display:none;
				}

#subline		{
				width:442px;
				height:53px;
				background: url('../img/tagline.gif') no-repeat top left;
				}
				
#revisedsubline	{
				font-size:11px;
				line-height:14px;
				}

#pagecontent	{
				border:1px solid #666666; /* #311F1E; */
				width:798px;
				background-color:#FFF;
				height:498px;
				overflow:hidden;
				}

#wrapper
				{
				position: absolute;
   				bottom: 0px;
   				right: 0px;
   				width:803px;
				height:503px;
				top: 50%;
				left: 50%;
  				margin-top: -250px;
				margin-left: -400px;
				background: url('../img/pageBG2.gif') no-repeat top left;
				}
				
#googlepagetrack	
				{
				display:none;
				position: absolute;
   				top: 0px;
   				left: 0px;
   				background-color:#FFF;
				width:300px;
				height:53px;
				}
				
#altcontent		{
				margin:12px;
				width:440px;
				float:left;
				}
				
.altText		{
				font-size:12px;
				margin-top:8px;
				}
				
#flashalert		{
				float:right;
				width:270px;
				font-size:12px;
				margin:175px 12px 0 0;
				padding:40px 10px 60px 10px;
				border:1px solid #FFDDDD;
				background-color:#FFEEEE;
				}
				
#flashalert p	{
				margin:15px 0 0 0;
				}

#pagetext		{
				margin-top:25px;
				width:430px;
				height:275px;
				overflow:auto;
				border-top:1px solid #DDD;
				border-bottom:1px solid #DDD;
				}
				
#pagetext p		{
				width:380px;
				}