body		{
		font-family: Garamond, Times New Roman, serif;
                 font-size: 12pt;
                 color: black;
                 }

.content	{
                 position: absolute;
                 top: 65px;
                 left: 275px;
                 width: 600px;
                 z-index: 10;
                 text-align: left;
                 }

.content a       {
                 text-decoration: none;
                 color: #D1B898;
                 }

.content a:hover {
                 text-decoration: underline;
                 color: black;
                 }

.content .headline	{
                 position: static;
                 width: 100%;
                 background: #D1B898;
                 font-weight: bold;
                 font-size: 14pt;
		padding: 2px 5px 2px 5px;
                 }

.content .text	{
                 position: static;
                 width: 100%;
		padding: 10px 5px 15px 5px;
                 }

.content .title	{
                 text-align: center;
                 }

.nav-left 	{
                 position: absolute;
                 top: 220px;
                 left: 70px;
                 width: 160px;
                 z-index: 10;
                 }

.nav-left td 	{
                 text-align: center;
                 font-weight: bold;
                 padding-top: 7px;
                 }

.nav-left a 	{
                 text-decoration: none;
                 color: black;
                 }

.nav-left a:hover	{
                 text-decoration: none;
                 color: white;
                 }

.bg-table  	{
                 position: absolute;
                 top: 0px;
                 left: 50px;
                 float: center;
                 }

.logo            {
                 position: absolute;
                 top: 16px;
                 left: 100px;
                 z-index: 10;
                 }
