@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(bliush.jpg); background-repeat: repeat; text-align: center; font-family: "Lucida Sans Unicode", Verdana, Helvetica, sans-serif; background-attachment: fixed; }
.boxed {
	border: medium solid #0FF; background-color:#09d; padding: 5px; }
p {
	margin-top: 4px; margin-bottom: 4px; }
fieldset p {
	clear: both; }
.sharklist {
	text-align: left; list-style-image: url(sharklet.png); list-style-position: inside; margin-top: 5px; margin-right: 20px; margin-bottom: 5px; margin-left: 10px; }
.leftbar {
	z-index:2; left:0px; top:0px; width:230px; height:800px; position:fixed; float:left; font-size: small; }
.rightbar {
	z-index:1; left:250px; top:0px; width:700px; height:2500px; float:left; position:absolute; }
.question {
	text-align:left; width:250px; position:relative; float: left; }
.answer {
	text-align:left; width:auto; position:relative; float: left;}
.comment {
	text-align:left; width:auto; position:relative; float: left; font-size: small;}
.IEStuff {
	visibility: hidden; font-size: small; font-weight: bold; color: #C00; }
.small {
	font-size: x-small; text-align: left; }
.deepred {
	color: #C00; font-weight: bold; text-align: right; }
.errorred {
	color: #C00; background-color: #FFC;}
a:link {
	color: #FF0; }
a:visited {
	color: #F90; }

