body		{
			margin: 0;
			font-family: Georgia, times new roman, serif;
			background-color: #fff;
			color: #333;
			background: url(../images/back.gif) repeat-y 50% 0
			}
#wrapper	{
			margin: 0 auto;
			width: 780px;
			}
#copy		{
			position: relative;
			top: 0px;
			margin-left: 155px;
			width: 520px;
			background-color: #fff;
			color: #333;
			z-index: 2
			}
*html #copy	{
		margin-top:-3px;
		margin-left: 152px;
		}
#words		{
			margin-left: 10px;
			margin-right: 10px;
			line-height: 19px;
			font-size: 13px;
			z-index: 3
			}
#words p a	{ color: #3d79a9; text-decoration: none; }
#words p a:hover { color: #3d79a9; text-decoration: underline; }

#left		{
			top: 105px;
			width: 140px;
			float: left;
			padding-left: 10px;
			z-index: 25
			}
#nav_container {
			position: relative;
			margin: 12px 0px 0px 0px;
			}
#nav_container p {
			margin: 0px;
}
.navtitle 	{
			padding: 5px;
			font-style: normal;
			color: #515151;
			width: 120px;
			cursor: pointer;
			border-bottom: 1px solid #296488;
			background-color: #DCE9F0;
			}
			
.navtitle:hover	{
			background-color: #3d79a9;
			color: #fff;
			}
			
#menu-personal, #menu-corporate {
			background-image: url(../arrow.gif);
			background-position: 110px 10px;
			background-repeat: no-repeat;
		}
#personal, #corporate {
			display: block;
			position: absolute;
			left: 115px;
			margin-left: 2%;
			color: #fff;
			background: #DCE9F0;
			width: 264px;
			z-index: 15;
			line-height: 14pt;
			display: none;
			}
#personal a, #corporate a { 
			border: 1px solid #296488; 
			border-bottom: none; 
			padding: 5px; 
			width: 252px; 
			display: block; 
			border: collapse; 
			color: #515151;
			text-decoration: none;
			}
#personal a:hover, #corporate a:hover { 
			color: #fff;
			background: #3d79a9; 
			}
#personal a:last-child, #corporate a:last-child { border-bottom: 1px solid #296488; }
#corporate	{
			top: 60px;
			}
#personal 	{
			top: 30px;
			}
img			{
			border: 0;
			text-decoration: none
			}