body
{
	font-family: Times New Roman;
	font-size: 12pt;
	text-align: center;
	background-color: #FFF6D9;
	color: #006600;
	margin-top: 0px;
	
}
.container
{
	width:980px;
	/*background-color: #aaa;*/
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
}
.top
{
	/*background-color: #dd7;*/
	margin-bottom:10px;
	height: 200px;
}
.top img.logo
{
	position: absolute;
	top: 28px;
}
.top table
{
	position:absolute;
	margin-left: 220px;
	margin-top: 60px;
}
.address
{
	display:block;
	margin-left:8px;
	font-size:12pt;
	font-style: italic;
	font-weight:bold;
	color: #006600;
}
.stripe
{
	position:absolute;
	background-image:url('img/stripe.jpg');
	margin-top:190px;
	height:16px;
	width:980px;
	background-repeat: no-repeat;
}
.menu
{
	/*background-color: #d7d;*/
	width:190px;
	margin-bottom:10px;
	float:left;
	margin-top:10px;
}
.menu ul
{	
	left: 0;
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 12px;
	padding-left: 0;

}
.menu li
{
	background-color: #FFFFFF;
	margin-bottom: 4px;	
	display:block;
	border: 1px solid #040;
	left: 0;
}
.menu li a
{
	font-weight:bold;
	font-style: italic;
	font-size: 14pt;
	padding: 4px;
	/*background-color: #996533;*/
	display:block;
	text-decoration: none;
	color: #006600;
}
.menu li a:hover
{
	background-color: #006600;
	color: #ffffff;
}
.content
{
	/*margin-top:10px;
	border-style:solid;	
	border-width:2px;
	border-color: #996533;*/
	margin-left: 40px;
	margin-bottom:10px;
	width: 616px;
	float:left;
}
.innercontent
{
	border-style:solid;
	border-width:2px;
	border-color: #996533;
	margin:10px;
	padding:16px;
	padding-top:0px;
}
.contenttable
{
	
}
.contenttable td
{
	margin:0;
	padding:0;
	vertical-align:top;
}
.contenttable td.text
{
	width:550px;
	padding-right:40px;
}
.contenttable td.photo
{
}
.copyright
{
	font-size: 10px;
}
