/* css for about section */

/* main layer */
#main {
	border: none;
	margin-right: auto;
	margin-left: auto;
}

/* header  */
#header {
	padding: 4px;
	background-color: #CC9999;
	color: #333399;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 2em;
	font-family: Arial, Helvetica, sans-serif;
}

/* navigation area  */
#navigation {
	background-color: #FFFFFF;
	padding: 4px;
	height: 3em;
	visibility: hidden;
}

/* content area  */
#content {
	clear: both;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	left: 0px;
	top: 110px;
}
#content p {
	font-size: 0.8em;
	text-align: justify;
	margin-top: auto;
	margin-bottom: auto;
	line-height: 2.0em;
}
#content a {
	color: #CC9999;
	text-decoration: underline;
	font-weight: bold;
}
#content h1 {
	font-size: 14pt;
	color: #CC9999;
	font-family: Arial, Helvetica, sans-serif;
}
#content h2 {

	font-size: 14pt;
	color: #333399;
}
#content blockquote {
	font-style: italic;
	background-color: #E4E4E4;
	padding: 6px 6px 6px 0px;
	margin-left: auto;
	margin-right: auto;
}
#content blockquote img {
	float: left;
	border: thin solid #000000;
	margin-right: 8px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-top: 4px;
}
#content blockquote cite {
	font-style: normal;
	background-color: #E4E4E4;
	padding: 6px 6px 6px 0px;
	margin-left: auto;
	margin-right: auto;
	font-size: 80%;
	font-weight: bold;
	text-align: right;
	text-indent: 2em;
}

/* sub navigation  */
#subnav {
	position: absolute;
	width: 14em;
	left: 1em;
	top: 240px;
	visibility: hidden;
}

/* spacer  */
#spacer {
	height: 2em;
}

/* footer  */
#footer {
	padding: 4px;
	background-color: #CC9999;
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	visibility: hidden;
}

/* postition of footer  */
html, body, #contents {
	min-height: 100%;
	height: 100%;
}
html>body, html body #contents {
	height: auto
}
address {
	visibility: hidden;
}
