@charset "utf-8";
/* formatting style
-------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 80%;
	line-height: 1.5;
	color: #333333;
	background-color: #CCFFCC;
}
hr {
	display: none;
}
/* link styles
-------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 2px;
	top: 2px;
}
/* basic layout
-------------------------------*/
#wrapper {
	width: 850px;
	margin: 0px auto;
	border-right: thin solid #99CC99;
	border-left: thin solid #99CC99;
}
a:hover {
	color: #990000;
}
#header {
	background-image: url(../../images/bg_toplogo.gif);
	background-repeat: repeat;
	height: 60px;
	border-top: 5px solid #CC0000;
	border-bottom: 1px solid #996633;
	top: 10px;
	text-align: center;
}
#main {
	padding: 5px 25px 10px;
	clear: both;
	background-color: #FFFFFF;
}
#main img {
	padding: 10px;
}

#main .photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	clear: both;
}

#main .scean {
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
#main  h2 {
	margin-top: 10px;
	clear: both;
	font-size: 1.8em;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
#main  h3  {
	color: #339999;
	margin-top: 10px;
	clear: both;
	padding-left: 20px;
}
#main h4 {
	color: #996633;
	font-size: 0.9em;
	clear: both;
	padding-left: 30px;
}
#main h5 {
	font-size: 105%;
}
#main h6 {
	font-size: 100%;
	color: #666666;
	text-indent: 1em;
	padding-left: 10px;
}
#main p {
	margin-right: 30px;
	margin-left: 30px;
}

#main li {
	list-style: none inside;
	margin-left: 60px;
}
#main dt {
	line-height: 1.2em;
	color: #999900;
	text-indent: 50px;
}
#main dd {
	padding-left: 80px;
}

#main table {
	margin-right: auto;
	margin-left: auto;
}

#footer {
	font-size: 70%;
	padding: 15px;
	background-color: #66CC66;
}
#footer img {
	float: right;
}
