@charset "utf-8";

body {
	background-color:#fff;
	font-size:100.1%;	
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
}

img {
	border:0;	
}

#container {
	margin:2em auto;	
	text-align:left;
	max-width:1000px;
	min-width:55em;
}

#head {
	background-image:URL(../images/headbg.gif);
	background-repeat:repeat-x;
	width:100%;
}

#head ul {
	float:right;
	margin-top:20px;
	width:40em;
}

#head ul li {
	float:right;	
	list-style-image:url(../images/liststyle.gif);
	color:#bbb;
	margin-left:1.5em;
}

#menu {
	margin:2em 0 0 0;
	float:left;
	width:8em;
}

#menu li {
	padding:0.5em 0 0 0.5em;
	list-style-type:none;	
	margin-bottom:1em;
}

#menu li.active {
	background-image:url(../images/menubg.gif);
	background-repeat:no-repeat;
		
}

a {
	text-decoration:none;
	color:#f00;
	
}

a:hover {
	color:#F60;	
}

#main {
	float:right;	
	margin:0 10em 0 0;
	padding-bottom:2em;
	width:36em;
	border-bottom:#f00 solid 1px;
}



h2 {
	font-weight:normal;
	text-align:right;
	border-bottom:#f00 solid 1px;
	font-size:100%;
}

h3 {
	font-size:90%;	
	margin-top:2em;
}

address {
	white-space:pre;
	margin:2em 0;
}


blockquote {
	background-image:url(../images/bq_start.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:110%;
	white-space:pre;
	padding:0 0 1em 0; margin:0 0 0 1em;
}

blockquote p {
	background-image:url(../images/bq_end.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding:2em 0 1em 0;
	margin-bottom:0em;
	margin-right:2em;
	text-align:center;
}

p {
	text-align:justify;	
}

.ref {
	margin-top:1em;	
	border:1px #ddd solid;
	height:120px;
}


.ref dl {
	margin:10px 15px 10px 0;
	padding:10px 0.5em;
	height:78px;
	float:right;
	width:25em;
	border-left:#f00 1px solid;
	
}

.ref dl dd {
	margin:0;	
}

.ref img {
	float:left;	
	width:100px;
	margin:20px 10px;
}

.extern {
	text-decoration:underline;	
}

#bottom {
	clear:both;
	float:right;
	margin-right:10em;
	width:25em;
}

#bottom p {
	margin-top:0.2em;
	font-size:70%;
	text-align:right;
}
