  html			{
					height: 100%;
					width: 100%;
					min-height: 100%
				}
  body 			{
					font-family: Arial, Helvetica, sans-serif;
					margin:0px;
					margin-top:0px;
					margin-right:0px;
					margin-bottom:0px;
					background-image:url(/images/tdBak.jpg);
					background-position:center;
					height:100%;
					width: 100%;
					min-height:100%;
					padding:0px;
					border-width:0px;
					overflow:hidden;
					background-color:#215EA4;
				}
  #imgBot		{
    position:absolute;
	bottom:0;
  }
  
  #stiletto {
    position:absolute;
	z-index:1;
	right:0px;
	left:0px;
	bottom:0px;
	top:0px;
	height:100%;
	width:100%;
	margin:auto;
	background-image:url(/images/stilettoBak.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment:fixed;
  }
  
  #mid	{
    position:absolute;
	z-index:2;
	height:500px;
	width:100%;
	background-image:url(/images/gradBak.jpg);
	text-align:center;
	visibility:hidden;
  }
  
  #nonFlash {
    position:absolute;
	z-index:2;
	height:20px;
	width:100%;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	font-size:11px;
  }

.foot 			{font-size:12px;color:#FFFFFF;font-weight:bold}
.foot a:link	{color:#FFFFFF;text-decoration:none}
.foot a:active	{color:#FFFFFF;text-decoration:none}
.foot a:visited	{color:#FFFFFF;text-decoration:none}
.foot a:hover	{color:#000000;text-decoration:none}
  
#main			{
					width:100%;
					top:0px;
					position:absolute;
				}
				
.content			{color:#FFFFFF;font-weight:bold;font-size:14px;padding:10px}
.content a:link		{color:#CCCCCC;text-decoration:none}
.content a:visited	{color:#CCCCCC;text-decoration:none}
.content a:active	{color:#999999;text-decoration:none}
.content a:hover	{color:#333333;text-decoration:none}

.addressTop			{color:#FFFFFF;font-size:10px;background-image:url(/images/topBak.gif);padding:5px}
.addressTop b			{font-weight:bold;font-size:12px}

.title				{color:#FFFFFF;font-size:24px;font-weight:bold;margin-bottom:15px}

#description		{visibility:hidden}

ul					{list-style-image: url(/images/bullet.gif)}
li					{margin-bottom:5px}