body {
	margin: 0px;
	padding: 0px;
	background: #202020;
}

body, p, html, table, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#centercolumn {
	border: 0px solid #666666;
	margin-left: 10px;
	margin-right: 201px;
	padding: 10px 4px;
}

#header {
  background-image: url("../pivot_images/brain.gif");
  background-repeat: no-repeat;
  background-position: right;
        top: 5px;
        left: 50px;  
        height: 28px;
  margin-top: 10px;
        margin-left: 50px;
        margin-right: 250px;
  border-left: 5px double #777;
	padding: 15px 20px 15px 20px;
}

#rightcolumn {
	position: absolute;
        top: 30px;
	right: 0px;
	width: 150px;
	margin-top: 4px;
        padding: 20px 0px 20px 0px;
  border-left: 3px dashed #333333;
}

#rightcolumn, #rightcolumn p { 
	font-size: 11px;
	line-height: 16px;
}


#footer {
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin-bottom: 10px;
        padding: 5px;
        font-family: Comic Sans MS, Arial;
        font-size: 10px;
        letter-spacing: .2em;
	color: #C8C8C8;
	clear: both;
}


.rightblock {
        position: static;
}

.about {
        font-family: Comic Sans MS, Arial;
        text-align: justify;
        color: #C8C8C8;
	margin:6px 6px 12px 6px;
	padding: 4px;
	background: #202020;
	border: 1px solid #999;
}

.block {
        font-family: Arial;
        color: #C8C8C8;
	margin:6px 6px 12px 6px;
	padding: 4px;
	background: #202020;
	border: 1px solid #999;
}


.block H3, .about H3 {
	font-family: Arial;
	background: #101010;
	color: #888;
	margin: -4px -4px 4px -4px;
	padding: 2px;
	border-bottom: 1px solid #999;
	font-size: 12px;
}

.block P {
	margin: 0px;
}

.content {
	padding: 4px;
        color: #C8C8C8;
	background: #202020;
/*        border-left: 3px double #000070;     
        border-right: 1px dashed #000070;  */

        border-top: 2px double #444;
        border-bottom: 2px double #444;
        padding: 1em;
}

.entrycontent {
	padding: 12px;
        font-size: 16px;
        line-height: 25px;
        color: #C8C8C8;
	background: #202020;
}


.content p {
	margin: 4px 2px 4px 2px;
}


H1 {
	font-size: 26px;
	margin: 4px;
	color: #F0F0F0;
		display: inline;
}


H2 {
	font-size: 18px;
	font-family: Comic Sans MS, Arial;
	margin:0px;
	padding: 2px;
	color: #C8C8C8;
}

H3 {
	font-size: 18px;
}

H4 {
	font-size: 18px;
	margin: 4px;
	color: #FFF;
	display: inline;
	font-style: italic;
}

.date {
	color: #666;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.date_linkdump {
	color: #666;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	float: right;
}

.entryfooter {
	color: #666;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	clear: both;
}

.entryfooter_linkdump {
	color: #666;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	text-align:right;
	margin: 0px;
	padding: 6px 0px;
	border-bottom: 1px dashed #666;
}

.entryfooter A, .date A, .entryfooter_linkdump A, .date_linkdump A {
	text-decoration: none;
	font-weight: bold;
	color: #999;
}

.entryfooter a:hover, .date a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #ddd;
}

a {
 color: #999;
}
a:hover {
  color: #ddd;
}

.prevnext_links {
  position: absolute;
  right: 5px;
	color: #FFF;
}

H1 A, .prevnext_links A {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

H1 A:hover, .prevnext_links A:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

/* these styles are for the search boxes */
.searchbox { 
	width: 10em; 
	font-size: 10px;
        background-color: #202020;
        color: #FFFFFF;
}

.searchbutton {
	border: 1px solid #000;
	font-size: 10px;
}

.pivot-search label { visibility:hidden; display:none; }
.pivot-search legend { visibility:hidden; display:none; }
.pivot-search fieldset { border:0; padding:0; margin:0; }
