p,table,li,h1,h2,h3,h4,h5,h6,form
{
  font-family: verdana, arial, 'sans serif';
  color: black;
}

textarea,select,input
{
  color: black;
}

pre
{
  font-family: 'courier new', courier, fixed, monotype;
}

hr.mini
{
  color: #dddddd;
  border: 1px dotted;
  margin-left: 3px;
  margin-right: 3px;
}
hr.big
{
  color: #aaaaaa;
  border: 1px dashed;
  margin-left: 1px;
  margin-right: 1px;
}

hr.underline
{
  color: #dddddd;
  border: 1px solid;
  width: 100px;
  margin-left: 2px;
}

p.poststatus
{
	font-size: 70%;
	color: #777777;
}

span.smaller
{
	font-size: 70%;
	color: #777777;
}

body
{
  background: white url("bg-left.png") repeat-y
}

h1,h2,h3,h4,h5,h6,hr
{
  color: #cc6666;
}

img
{
	border: 0px;
	vertical-align: middle;
}

a:link {COLOR: #7799ff;}
a:visited {COLOR: #996622;}
a:active {COLOR: navy;}
a:hover {COLOR: navy;}

div.main
{
	margin-left: 80px;
	border: 1px dashed black;
	background: #f7f9ff;
	padding-left: 5px;
}

div.main_index
{
	position: absolute;
	
	z-index: 1;
	left: 85px;
	margin-top: 5px;
	border: 1px dotted black;
	background: transparent;
	padding-left: 3px;
	padding-right: 3px;
	width: 695px;
}

div.right_column
{
	position: absolute;
	z-index: 1;
	margin-top: 5px;
	left: 795px;
	background: transparent;
	padding-left: 3px;
	padding-right: 3px;
	width: 200px;
}

div.right_box
{
	z-index: 1;
	border: 1px dotted black;
	background: transparent;
	width: 200px;
	margin-bottom: 10px;
	padding-left: 3px;
}

div.noborder
{
	margin-left: 80px;
}

input.txt
{
	border: 1px solid #000077;
	background: #e0f0ff;
}

textarea
{
	border: 1px solid #000077;
	background: #e0f0ff;
	font: 'courier new', courier, fixed, monotype;
}

div.inner_ok
{
	margin-left: 5px;
	border: 1px solid green;
	background: #f7fff9;
}

div.inner_error
{
	margin-left: 5px;
	border: 1px dashed red;
	background: #ffe0e0;
}

div.imgcenter
{
	text-align: center;
}

div.ok
{
	margin-left: 80px;
	border: 1px solid green;
	background: #f7fff9;
}

div.error
{
	margin-left: 80px;
	border: 1px dashed red;
	background: #ffe0e0;
}

div.warning
{
	margin-left: 80px;
	border: 1px dashed yellow;
	background: #ffffe0;
}

select
{
	border: 1px solid #000077;
	background: #e0f0ff;
}

ul.smaller
{
	font-size: 75%;
}

input.sleekb, button
{
	border: 1px dotted #444444;
	background: #cceeee;
}

img.logo
{
	vertical-align: top;
}

div#comment_div
{
	display: none;
}

span.yearblock
{
	display: none;
	margin-left: 15px;
}

span.expanded_yearblock
{
	margin-left: 15px;
}

div.sidethought
{
	position: relative;
	border: 1px dotted black;
	background: transparent;
	margin-left: 580px;
	margin-right: 9px;
	text-align: center;
}
ul.sidethought li,p.sidethought {
/*	font-family: "Cambria, Bookman old style, Gothic, Serif";*/
}

div.bgnd
{
	float: left;
}

div.more
{
	font-size: 80%;
	position: absolute;
	bottom: 0px;
	right: 5px;
}

body.thoughts
{
	background: white url("xbg.gif")
}

div.thoughts
{
	text-align: center;
}

h3.thoughts
{
	font-family: "Bookman old style", Cambria, "Century Gothic", Gothic, Serif;
	color: #303030;
	font-size: 150%;
	font-weight: normal;
	margin-left: 10%;
	margin-right: 10%;
}

table.thoughts
{
	margin-left: auto;
	margin-right: auto;
}

table.thoughts td
{
	width: 120px;
	font-size: 80%;
}

table.thoughts td a:link { color: #cccccc; }
table.thoughts td a:visited { color: #bbbbbb; }
table.thoughts td a:hover { color: #eebbbb; }


