html{
		margin :0px;
		padding:0px;
		border:none;
}

body{
		margin :0px;
		padding:0px;
		border:none;
		font: normal normal 100 12px arial,sans-serif;
		text-align:center;
		background-image:url(images/dstripes.gif);
		}

	
		
#shell{
			width:764px;
			margin-left: auto;
			margin-right: auto;
			text-align:left;
			border:3px ridge #999999;
			background-color:white;
			margin-top:20px;
			}

#header{
			width:764px;
			height:126px;
			border-bottom:3px ridge #999999;

}

#navcell{
	background-color:#000000;
	border-right:3px ridge #999999;
}

#navdiv{
			width:166px;
			height:426px;
			float:left;
			background-color:#000000;
			background-image:url(images/nav_bg.jpg);
			background-repeat:no-repeat;
}

#flashdiv{
			height:90px;
			width:594px;
			float:left;
			border-bottom:3px ridge #999999;
			background-color:#d5ccc1;
}

#contentdiv{
			width:586px;
			min-height: 325px;
			height:auto;
			float:left;
			font-weight:bold;
			background-color:#ffffff;
			background-image:url(images/content_bg.jpg);
			background-repeat:repeat-x;
			padding:4px;

}
#contentdiv p{
 width:280px;padding-top:20px;
 line-height: 1.6em;
}

#contentdiv sup { line-height: 0em;}

#contentdiv p a{
 color:#4F4F4F;
}

* html #contentdiv { /*\*/ height: 325px; }


.tableshell{
height:100%;
}

a.nav_lnk:link {color: #000000; font-size:18px; text-decoration: none}
a.nav_lnk:visited {color: #000000; font-size:18px; text-decoration: none}
a.nav_lnk:hover {color: #555555; font-size:18px; text-decoration: underline}