* {
	margin:0;
	padding:0;
	border:0;
	font-family: "Courier New", Courier, monospace;
}
body, html {
	width:100%;
	height:100%;
	text-align: center;
	background-color: #D6D6CA;
	border: 0;
}

#wrap {
	width: 750px;
	margin: 10px auto;
	border: 0px;
	text-align: left;
	padding:0px;
/*	border: 1px solid green;*/
}
#main {
	padding:25px 30px;
	position: relative;
/*	border: 1px solid red;*/
}
#sidebar {
/*	border: 1px solid #999;*/
	width:180px;
	position:fixed;
	line-height:1.2em;
	font-size:10pt;
}
#sidebar br {
	line-height:1.2em;
	font-size:10pt;
}
#sidebar img {
	width:178px;
	margin-bottom:0.5em;
}
#sidebar a {
/*	text-decoration: none;
*/	color: #000 !important;
}
/*#navigation {
	width:100%;
}
#navigation ul {
	list-style: none;
	margin:1.4em 0;
}
#navigation li {
	display:inline-block;
}
#navigation li:after {
	content: " • ";
}
#navigation li:last-child:after {
	content: " ";
}
#navigation a {
	padding-bottom:10px;
	padding-top:10px;
	text-decoration: none;
	color: #c5060b;
}
#navigation a:hover {
	color: #333;
}*/
li.select a {
	color:black !important;
}
#content {
	clear:both;
	width:460px;
	background-color: #fff;
	margin-left: 190px;
	padding:9px 14px 14px 14px;
	line-height:1.3em;
	font-size:10pt;
}
h1, h2, h3 {
	line-height:1.3em;
	font-size:10pt;
}
.style1, .style1 br {
	font-size: 8pt;
	line-height: 10pt !important;
	font-weight: normal !important;
	margin:0px;
	padding:0px;
}
.style1 a {
	font-size: 8pt;
	line-height: 10pt !important;
	font-weight: normal !important;
	margin:0px;
	padding:0px;
}
#content ul {
	list-style: none;
}
#content li {
	text-indent:-2em;
	margin-left:2em;
}
#content h3 {
	margin-top:1em;
}
#content hr {
	color:black;
	width:180px;
	height:1px;
	background-color: black;
	margin-top:0.5em;
	margin-bottom:-0.5em;
}
#content a {
	color: #000 !important;
}

#footer {
	font-size: 8pt;
}
#footer img {
	margin-bottom:-0.2em;
}
#footer a {
	color:#000 !important;
}
#star {
	font-size: 13pt;
}
@media screen and (max-width: 640px) {
/*	body, html {
		-webkit-text-size-adjust:205%;
		line-height:130% !important;
		width:100%;
	}
	#wrap {
		width:100%;
		margin: 0;
	}
	#main {
		width:560px;
		margin:10px;
		padding:20px;
		-webkit-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.8);
		-moz-box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.6);
		box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.6);
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
	}
	#footer {
		text-align:center;
		color:#ddd;
		width:100%;
		padding:o;
		margin:o;
		text-shadow: 0px 2px 0px rgba(255, 255, 255, 0.1);
		filter: dropshadow(color=#37543d, offx=0, offy=1);
	}
	#footer a {
		color:#ddd !important;
	}
	#star {
		font-size: 9pt;
	}
*/}