body	{		text-align: center;		background: #ffffff;		color: #000000;		font: 10pt verdana, arial, sans-serif;		font-size: 80%;	}#container	{			width: 90%;			margin: 20px auto;			background-color: #B08559;			color: #000000;			border: 0px solid black;			line-height: 130%;		}/*Top Box**/#top	{	text-align: left;		background: #ffffff;		height: 68px;	}/*Nav Box**/#nav	{			float: top;			/* width: 100%; */			padding: .4em;			height: 25px;			text-align: left;			background: #996633;			border:1px solid black;		}/*Nav Box Properties**/.nav_body	{			color: #808080;			background: #996633;			padding-left: 5px;			padding-right: 5px;		}/*Center Box**/#center	{			background-image:  url(Img/logo00.jpg);			background-repeat: no-repeat;			border-left:1px solid black;			border-right:1px solid black;			text-align: left;			/* height: 390px; */			min-height: 420px;			padding-top: 10px;			padding-bottom: 10px;		}/*Contents Panel**/#contents	{			padding: .5em;			text-align: left;			margin-left: 260px;			/*overflow: scroll; **/			visibility: visible;			min-height: 420px;			/* width: 98%; */		}/*Side Panel**/#side	{      margin-left: 10px;			padding: .5em;			text-align: center;			left:75px;			top:85%;			width:205px;			height:24px;			z-index:1;			visibility: visible;			border:1px solid #996633;			font-size: 0.7em		}/*Bottom Box**/#footer		{			clear: both;			margin: 0;			padding: 2px;			color: #000000;			background-color: #996633;			border:1px solid black;			text-align: left;			font-size: 0.7em		}/*Links**/a:link		{			text-decoration: underline;			color: #99CC00;		}a:visited	{			text-decoration: none;			color: #99CC00;		}a:hover		{			text-decoration: underline;			color: #99FF00;		}/*Headings**/p, h1, h2, h3, h4, li, dt, dd, pre {  text-align: left; /* avoid IE6 bug */}p {  margin: 0.8em 0 0 0;  padding: 0 0 0 0;}h1	{		font-size: 1.1em;		padding: 0.8em 0 0 0;		margin: 0 0 0 0;		font-family: Verdana, Arial, Helvetica, san serif;		color: #99CC00;	}h2	{    font-size: 1em;		padding: 0.4em 0 0 0;		margin: 0 0 0 0;		font-family: Verdana, Arial, Helvetica, san serif;		color: #99CC00;	}h3	{		font-size: 1.2em;		font-family: Times, "Times New Roman", serif;		font-weight: bold;	}h4	{		font-size: 1.1em;		font-family: Times, "Times New Roman", serif;		font-weight: bold;	}h5 	{		font-size: 1em;		font-family: Times, "Times New Roman", serif;		font-weight: bold;	}ul {  list-style-position: outside;  margin-left: 0.8em; /* IE */  padding-left: 0.8em; /* Firefox */}li {  margin: 0.2em 0 0 0;  padding: 0;  max-width: none;}/*Tables**/table 	{		font-size: 1em;	}/*Horizontal ruler**/hr 	{		color: #996633;		height: 1px;	}
