	body  {
		margin: 0px;
		padding: 0px;
		background-color: #eeeeee;
		text-align: center;
	}
	
	#outer  {
		width: 700px;
		text-align: left;
		margin: 0 auto;
		border-left-width: 2px;
		border-left-style: solid;
		border-left-color: #ffffff;
		border-right-width: 2px;
		border-right-style: solid;
		border-right-color: #ffffff;
		overflow: hidden;
		background-color: #ffffff;
	}
	#topbanner  {
		width: 700px;
		height: 185px;
		background-color: #ffffff;
		margin-left: 0px;
	}
	#logo  {
		height: 70px;
		width: 700px;
		border-top-width: 2px;
		border-top-style: solid;
		border-top-color: #ffffff;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #ffffff;
		text-align: right;
		overflow: hidden;
	}
	
	#logo_inner  {
		margin-right: 10px;
		margin-top: 20px;
	}
	
	#pics  {
		border: none;
		padding: 0px;
		margin: 0px;
		height:80px;
		width: 100%;
		overflow: hidden;
		text-align: right;
	}
	
	#pics-inner  {
		width: 600px;
		height: 80px;

		overflow: hidden;
	}
	
	#contenttable  {
		margin: 0px;
		padding: 0px;
		overflow: hidden;
		float: left;

		width: 720px;
	}
	
	#right-upper  {
		float: right;
		width: 40px;
		height: 80px;
	}


	#menu  {
		padding-top: 10px;
		padding-left: 0px;
		padding-right: 0px;
		width: 205px;
		vertical-align:top;
		border-top-width: 2px;
		border-top-style: solid;
		border-top-color: #ffffff;
		overflow: hidden;
		float: left;
		font-family: "Helvetica", "Arial", sans-serif;
		font-size: 11pt;
	}

	
	#menu a  {
		text-decoration: none;
		color: #666666;
	}
	
	menu a:hover  {
		color: #cccccc;
	}
	.menuitem  {
		clear: both;
		display: block;
		margin-bottom: 5px;
	}
	
	.menuitem-level1  {
		margin-left: 10px;
	}

	.menuitem-level2  {
		margin-left: 30px;
	}

	.menuitem-level3  {
		margin-left: 50px;
	}

.menuitem-act {
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
}

	#right  {
		width: 77px;
		text-align: right;

		overflow: hidden;
		float: left;
	}


	#right-slogan  {
		width: 77px;
		text-align: left;
		padding: 0px;
		vertical-align:top;

		overflow: hidden;
	}

	#content-mid  {
		vertical-align: top;
		overflow: hidden;
		float: left;
		width: 422px;
		background-color: #ffffff;
	}
	
#right  {
  border-left-color: #cccccc;
  border-left-style: dashed;
  border-left-width: 1px;
}

	#content  {
		margin-top: 10px;
		margin-left: 10px;
		margin-right: 10%;
	}
	
	#border-bottom  {
		height: 40px;
		width: 100%;
		border-top-width: 2px;
		border-top-style: solid;
		border-top-color: #ffffff;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #ffffff;

		clear: both;
	}

