@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	background: white;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}
#header ul, .skip, #title img {display: none;}
a {color: #C00;}
a img {border: none;}
li {background: none !important;}

#title {margin-bottom: 10px;}

#main1, #main2 {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #F2E4DA;
	border: 2px solid #F2E4DA;
	width: 47%;
	position: relative;
}
#main1 {float: left;}
#main2 {float: right;}
#main1 h2, #main2 h2 {
	margin: 5px 0;
	color: #C00;
	border-bottom: 2px solid #C00;
}

#main ul {
	margin: 15px 0;
	padding-left: 20px;
	line-height: 1.4em;
}
#main1 ul, #main2 ul {list-style: url(../images/bullet.png);}
#subinfo {
	clear: both;
	overflow: auto;
}
#subinfo div {
	border: 2px solid #DDD;
	margin-bottom: 10px;
	width: 47%;
	padding: 5px;
}
#sect1 {float: left;}
#sect2 {float: right;}
#subinfo h2 {
	font-size: 1em;
	margin: 0 5px 5px 5px;
	border-bottom: 2px solid #333;
	color: #333;
	text-indent: 15px;
	padding-bottom: 1px;
}
#subinfo ul {padding: 0;}
#subinfo li {
	background: left center no-repeat;
	list-style: none;
	padding-left: 20px;
	margin: 3px 0;
}
#text {clear: both;}

#comment h1, #comment h2 {font-size: 14pt;}
#comment blockquote {
	margin: 10px 0 10px 20px;
	page-break-after: avoid;
	font-style: oblique;
}
#comment cite {
	display: block;
	text-align: right;
	color: #C00
}

#footer {
	color: #CCC;
	font-size: 10pt;
}