<style type="text/css">
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #000; 
font-family: Times New Roman, Verdana, Arial, Tahoma, sans-serif;
background-color: #eee; 
}
div.thecomments {
	background-color: #DDD;
	}

blockquote {
        margin: 20px 0;
        padding: 0 20px 0 50px;
        color: #333;
        background: #ECFFE5 url('/web/20071011030109im_/http://www.sootle.com/images/quote.gif') no-repeat 10px 0;
	border: 1px solid #789DB3;
        }

cite {
        text-align: right;
        background-color: #FFFFFF;
        float: bottom;
        left: 200px;
        display: block;
        width: 250px;
        }

span.citebox {
        position: relative;
        left: 300px;
        }


table.mytable2 {
width: 100%;
padding: 10px;
border: 4px solid #789DB3;
font-family: Sans-serif;
font-size: 12px;
}

table.mytable2 td.even { font-size: 12px; border: 1px #789DB3; background-color: #FFFFFF;
vertical-align: middle; padding: 10px; font-weight: bold; }

table.mytable2 td.odd { font-size: 12px; border: 1px #789DB3; background-color: #F2E5FF;
vertical-align: middle; padding: 10px; font-weight: bold; }


span.comments {
        position: absolute;
        left: 50px;
        width: 300px;
        font-size: 12px;
        font-family: sans-serif;
        margin-right: 10px;
        margin-left: 10px;
        margin-top: 10px;
}



div.copy {
	font-size: 40px;
	color: red;
}
div.thumbvote {
        position: absolute;
        float: left;
        margin-left: 1px;
        margin-top: 1px;
	border: 4px solid #666699;
}

div.thumbvote2 {
        position: absolute;
        float: left;
        margin-left: 1px;
        margin-top: 4px;
 	border: 4px solid #666699;
}


.fieldset {
	width:300px; }
.fieldset .label {
	text-align:right;
	width:70px;
	float:left;
	padding:0.2em;
	margin:0;
	margin-top:0.3em; }
.fieldset .nobr {
	display:none; }  
.fieldset .textfield {
	margin:3px;
	height:20px;
	width:200px; }
.fieldset .textarea {
	margin:3px;
	height:165px;
	width:200px; }

div.simpbox {
        position:relative;
	top: 25px;
	left: 25px;
        width: 500px;
        background-color: #FFFFFF;
        font-family: Sans-serif;
        font-size: 12px;
	padding: 25px;
}

div.simpbox2 {
        position:relative;
        top: 225px;
        left: 225px;
        width: 620px;
        background-color: #FFFFFF;
	font-family: Sans-serif;
        font-size: 14px;
        border: 1px solid #666699;
	padding: 25px;
}


table.mytable td.even { font-size: 12px; border: 1px #789DB3; background-color: #FFFFFF;
vertical-align: middle; padding: 10px; font-weight: bold; }

table.mytable td.odd { font-size: 12px; border: 1px #789DB3; background-color: #FFFFFF;
vertical-align: middle; padding: 10px; font-weight: bold; }


p.title {
        font-family: Times New Roman;
        font-size: 21px;
        font-weight: bold;
        color: #000000;
        }

body {
font-size: 80%;
min-width: 760px;
}
p {padding: 7px 0 7px 0;}

div.theline {
	height: 6px;
	width: 600px;
	align: center;
	background-color: #000000;
	}

div.img {
border: 3px solid #789DB3;
}

p.system {
font-family: Times New Roman, verdana, ms trebuchet;
font-size: 16px;
}


table.mytable {
width: 100%;
padding: 10px;
font-family: Times New Roman, verdana, sans-serif;
font-size: 13px;
}

table.mytable td.odd {
font-size: 15px;
font-family: Times New Roman;
vertical-align: middle;
padding: 10px;
font-weight: normal;
}

a {
color: #000099;
}
a:hover{
color: #0000FF;
text-decoration: none;
}

h1, h2, h3 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
font-size: 2em;
padding: 20px;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
}
h1 a, #header h2{
color: #fff;
}
.clear { clear: both; }
#mainContainer {
min-height: 300px;
background: #add8e6;
}
* html #mainContainer {
height: 300px; /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the 
height ***/
}
#header {
background: #FFFFFF;
padding: 10px
}
/**************************
CONTENT AND COLUMNS
**************************/
.outer {
border-left: 165px solid #EBE5FF; /*** This is the width and the color for our left column ***/
border-right: 130px solid #FFF8E5; /*** This is the width and the color for our right column ***/
}
* html .outer {
/*** No need for hacking IE on this layout ***/
}
.inner {
width: 100%; 
}
* html .inner {
/*** No need for hacking IE on this layout ***/
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout. It blows 
my mind that all this hacking is being caused by the mighty Gecko engine! (shakes head ruefully)
***/
.float-wrap {
float: left;
width: 100%;
margin-left: -165px; /*** Same length as .outer border-left but with negative value ***/
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
#content {
float: right;
background: #fff;
margin-right: -165px;  /*** Same length as .outer border-left but with negative value ***/
width: 100%;
}
* html #content {
position: relative;
}
.contentWrap{
padding: 5px;
}
.contentWrap ol, .contentWrap ul {
margin: 3px 0 5px 35px;
}
.contentWrap li {
padding-bottom: 2px;
}
#left {
float: left;
width: 150px;
min-height: 250px;
padding: 5px;
}
* html #left {
position: relative;  /*** IE needs this  ***/
height: 250px;
}
#left ul {
list-style: none;
padding-bottom: 4px;
}
#left li {
padding-bottom: 2px;
}
/*************************
RIGHT COLUMN
**************************/
#right {
float: right; 
width: 120px;
padding: 5px;
min-height: 250px;
margin-right: -130px; /** This negative margin-right value is the width of the right column + the padding, in this 
example 130px. ***/
}
* html #right {
height: 250px;
position: relative;  /*** IE needs this  ***/
}
#right ul {
list-style: none;
padding-bottom: 4px;
}
#right li {
padding-bottom: 2px;
}
/**************************
FOOTER
**************************/
#footer {
text-align: center;
background-color: #A8BFFF;
}
</style>
<!--
     FILE ARCHIVED ON 03:01:09 Oct 11, 2007 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:05:37 May 20, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
-->
<!--
playback timings (ms):
  exclusion.robots: 0.46
  esindex: 0.016
  CDXLines.iter: 23.959 (3)
  PetaboxLoader3.datanode: 2296.222 (4)
  RedisCDXSource: 19.237
  LoadShardBlock: 2012.607 (3)
  PetaboxLoader3.resolve: 76.576
  load_resource: 413.781
  captures_list: 2061.729
  exclusion.robots.policy: 0.443
-->