@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 #00FFFF;
	background-color:#00FFFF;
	padding: 5px; }
p {
	margin-top: 4px;
	margin-bottom: 4px; }
li {
	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;
	float:left;
	position:fixed;
	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 {
	width:auto;
	position:relative;
	float: left;}
.IEStuff {
	visibility: hidden;
	font-size: small;
	font-weight: bold;
	color: #C00; }
.small {
	font-size: x-small;
	color: #333333; }
.deepred {
	color: #CC0000;
	font-weight: bold;
	text-align: right; }
a:link {
	color: #888800; }
a:visited {
	color: #FF9900; }

