html, body {
	margin		: 0px;
	padding	: 0px;
	font-size	: 90%;
	font-family	: Verdana, Trebuchet, Helvetica, Sans-Serif;
	background-color: #DCE5F3 ;
	background-color: #B9CBE8 ;
/*	background-image: url(/lotusguru/LGBlog.nsf/2/KPET-6FNVCX/$File/BlueTexture_Background.gif);

	background-repeat: repeat;*/
}

body {
	font-size: 70%; /* for IE/Win */
}

html>body {
	font-size: 97%; /* for Opera */
}
head:first-child+body {
	font-size: 70%; /* for Mozilla, IE/Mac */
}

#logoborder {
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
/*	border-top : 2px groove #c7c9cc;
/*	border-right : 2px solid #3E4144;
/*	border-bottom : 2px solid #3E4144;
/*	border-left : 2px groove #c7c9cc;
/*	background-color: #f1f1f1;
/*	border-top: 2px solid #CCCCFF;
/*	border-right: 2px solid #0000CC;
/*	border-bottom: 2px solid #0000CC;
/*	border-left: 2px solid #CCCCFF;
	background-color: #CCCCFF;
	background-image: url(/lotusguru/LGBlog.nsf/2/KPET-6FK2AB/$File/Fractaltile_Bkgd.gif);
	background-repeat: repeat;*/
}

/* this helps keep the search block clean, and might need to be added as a default */
form {
margin: 0px;
padding: 0px;
}

.StoryBlockDate {
/* Begin Blue 3-D Banner */
border-bottom: 2px solid #000099;
background-color: #0033FF;
/* End Blue 3-D Banner */
padding: 1px 3px 1px 3px;
color: white;
font-weight: bold;
font-family: Tahoma, Arial, Sans Serif;
}

<style type="text/css">
.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#ECECFF;
color:#000000;
width:140px;
padding:2px;
text-align:left;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}

.submenu{
margin-bottom: 0.5em;
}
</style>

<script type="text/javascript">

/***********************************************
* Switch Menu script- by Martial B of http://getElementById.com/
* Modified by Dynamic Drive for format & NS4/IE4 compatibility
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

var persistmenu="yes" //"yes" or "no". Make sure each SPAN content contains an incrementing ID starting at 1 (id="sub1", id="sub2", etc)
var persisttype="sitewide" //enter "sitewide" for menu to persist across site, "local" for this page only

if (document.getElementById){ //DynamicDrive.com change
document.write('<style type="text/css">\n')
document.write('.submenu{display: none;}\n')
document.write('</style>\n')
}

function SwitchMenu(obj){
	if(document.getElementById){
	var el = document.getElementById(obj);
	var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change
		if(el.style.display != "block"){ //DynamicDrive.com change
			for (var i=0; i<ar.length; i++){
				if (ar[i].className=="submenu") //DynamicDrive.com change
				ar[i].style.display = "none";
			}
			el.style.display = "block";
		}else{
			el.style.display = "none";
		}
	}
}

function get_cookie(Name) { 
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) { 
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}

function onloadfunction(){
if (persistmenu=="yes"){
var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
var cookievalue=get_cookie(cookiename)
if (cookievalue!="")
document.getElementById(cookievalue).style.display="block"
}
}

function savemenustate(){
var inc=1, blockid=""
while (document.getElementById("sub"+inc)){
if (document.getElementById("sub"+inc).style.display=="block"){
blockid="sub"+inc
break
}
inc++
}
var cookiename=(persisttype=="sitewide")? "switchmenu" : window.location.pathname
var cookievalue=(persisttype=="sitewide")? blockid+";path=/" : blockid
document.cookie=cookiename+"="+cookievalue
}

if (window.addEventListener)
window.addEventListener("load", onloadfunction, false)
else if (window.attachEvent)
window.attachEvent("onload", onloadfunction)
else if (document.getElementById)
window.onload=onloadfunction

if (persistmenu=="yes" && document.getElementById)
window.onunload=savemenustate

</script>

p{font		: normal 1.0em/1.6em verdana;
text-align	: justify;
margin-top	: 0px;
margin-bottom	: 0px;		}
h1{font: normal 1.0em/1.0em Verdana, Trebuchet, Helvetica, Sans-Serif; vertical-align: top;
margin:0px 0px 18px 0px;}
h2{font: normal 1.0em Verdana, Trebuchet, Helvetica, Sans-Serif; vertical-align: top;
margin:0px 0px 6px 0px;}
h3{font: bold 1.0em/1.6em Verdana, Trebuchet, Helvetica, Sans-Serif; vertical-align: top;
padding-bottom:0px;
margin-bottom:0px;}
a:link{color           : #000000;
text-decoration : underline;}
a:visited{color           : #000000;
text-decoration : underline;}
a:hover{color           : #000000;
text-decoration : underline;}
a:active{color           : #000000;
text-decoration : underline;}
.clearing{height: 0; clear: both;}


.floatleft{float: left;
text-align: left;}
.floatright{float: right;
text-align: right;}
#Header{
margin: 0px 5px 0px 5px; 
/*border-top : 2px solid #c7c9cc;
/*border-right : 2px solid #3E4144;
/*border-bottom : 2px solid #3E4144;
/*border-left : 2px solid #c7c9cc;
background-color: #DCE5F3;*/
color: black;
font-size: 100%;
font-family: Tahoma, Arial, Sans Serif;
margin-left:60px;  
margin-top:0px;
 width:750px;  height:120px;}
#LeftColumn{z-index:2;
position: absolute;
left:60px;
top:120px;
width:150px;}
#RightColumn{z-index:2;
position: absolute;
width:170px;
margin-left: 810px;
margin-right:11px;
top:0px;}
#MainContent{z-index:1;
width:570px;
margin-left: 220px;
margin-right:110px;
}
.BlockSearch{width: 117px}
.gobutton{margin: 0px;
width: 35px;
position: relative;
bottom: 2px;}
.brlink{margin-left: 16px;
text-indent: -8px;}
.BlockOutline{/*border: 1px solid black;*/}
.BlockTitle{background-color: #DCE5F3;*/
/* Begin Yellow 3-D Banner */
/*border-top: 2px groove #FFFFCC;
/*border-right: 2px solid #CC9900;
/*border-bottom: 2px solid #CC9900;
/*border-left: 2px groove #FFFFCC;
/*background-color: #FFCC33;
/* End Yellow 3-D Banner */
padding: 3px;
color: black;
text-align: left;
font-size: 90%;
font-weight: bold;}
.BlockContents{background-color: #f1f1f1;
padding: 3px;
color: black;}
.BlockSpacer{padding: 5px;
margin:0px 0px 0px 0px;}
.StoryBlockOutline{/*border: 1px solid black; */
/*background-color: #E7E7E7;
background-color: #f1f1f1*/}
.StoryBlockTitle{/*border-bottom: 1px solid black;*/
/* Begin Yellow 3-D Banner */
/*border-top: 2px groove #FFFFCC;
/*border-right: 2px solid #CC9900;
/*border-bottom: 2px solid #CC9900;
/*border-left: 2px groove #FFFFCC;
background-color: #DCE5F3;
/* End Yellow 3-D Banner */
/*padding: 3px 3px 3px 3px;
color: black;
font-size: 100%;
font-weight: bold;
font-family: Tahoma, Arial, Sans Serif;}
.StoryOutline{/*border: 2px solid #f1f1f1;
margin: 0px 3px 3px 3px;
/*border-top : 2px groove #c7c9cc;
/*border-right : 2px solid #3E4144;
/*border-bottom : 2px solid #3E4144;
/*border-left : 2px groove #c7c9cc;}
.StoryDate{/*border: 1px solid black;*/
/* Begin Blue 3-D Banner */
/*border-top: 2px groove #6699FF;
/*border-right: 2px solid #000099;
/*border-bottom: 2px solid #000099;
/*border-left: 2px groove #6699FF;
background-color: #0033FF;
/* End Blue 3-D Banner */
padding: 3px 5px 3px 5px;
margin: 2px 2px 7px 2px;
color: white;
font-size: 80%;
font-weight: bold;
font-family: Tahoma, Arial, Sans Serif;}
.StoryTitle{background-color: #C9C5EB ;
padding : 2px 5px 1px 5px;
/*margin: 0px 5px 0px 5px;*/
height: 20px;
font-size: 120%;
font-family: Tahoma, Arial, Sans Serif;}
.StoryTitleText{font-weight: bold;
font-family: Tahoma, Arial, Sans Serif;}
.StoryContents{/*border : 1px solid #CCCCCC;
margin: 0px 5px 0px 5px;*/
padding : 5px 5px 5px 5px;
background-color: #f1f1f1;
background-color: white;
/*border-top: 1px solid #3E4144;
font-size: 80%;
/*border-right : 1px solid #3E4144;
/*border-bottom : 1px solid #3E4144;
/*border-left : 1px solid #c7c9cc;*/}
.StoryContentsText{font-size: 80%;

/*body {
	font-size: 50%; /* for IE/Win */
}}
.StorySpacer{padding:2px;
margin:0px 0px 0px 0px;}
#calendar{margin : 20px 0px 20px 0px;}
.calendar th{text-align:center;font-size:10px;}
.calendar td{text-align:center;font-size:10px;color:#c0c0c0;}
.calendar caption{text-align:center;font-size:10px;}
.calendar a{color:#000;font-weight:bold;}
.calendar a:visited{color:#000;font-weight:bold;}
.CalendarWeekday{background:#fff;
z-index:2;}
.buttonOvr{POSITION: RELATIVE;BACKGROUND-COLOR: #c0c0c0;border-style: solid;border-width: 1px;border-color: #e0e0e0 #808080 #808080 #e0e0e0;TOP: 1px; HEIGHT: 23px; WIDTH: 23px;}
.buttonPress{POSITION: RELATIVE;BACKGROUND-COLOR: #e8e8e8; border-style: solid;border-width: 1px;border-color: #808080 #e0e0e0 #e0e0e0 #808080;TOP: 1px;HEIGHT: 23px; WIDTH: 23px;}
.buttonNor{POSITION: RELATIVE;BACKGROUND-COLOR: #c0c0c0; border-style: solid;border-width: 1px;border-color: #c0c0c0 #c0c0c0 #c0c0c0 #c0c0c0;TOP: 1px;HEIGHT: 23px; WIDTH: 23px;}
.buttonSep{BORDER-LEFT: buttonshadow solid 1px;BORDER-RIGHT: buttonhighlight solid 1px; FONT-SIZE: 0px; TOP: 1px;HEIGHT: 23px; WIDTH: 1px; }
.toolbar{POSITION: RELATIVE;BACKGROUND-COLOR: #c0c0c0; border-style: solid;border-width: 1px;border-color: #e0e0e0 #808080 #808080 #e0e0e0;HEIGHT: 25px; TOP:0;LEFT:0;}
.small{font-size: 0.8em;
line-height: 1.4em;}
.label{margin-top: 15px;}
.AdSense{/*background-color: #c7b7c7;*/
/* Begin Yellow 3-D Banner */
border-top: 2px groove #FFFFCC;
border-right: 2px solid #CC9900;
border-bottom: 2px solid #CC9900;
border-left: 2px groove #FFFFCC;
background-color: #FFCC33;
/* End Yellow 3-D Banner */
padding: 3px;
color: black;
text-align: left;
font-size: 90%;
font-weight: bold;
display:block;

height: 60px;

clear: both;}
.PageCount{background-color: #a7b7c7;
 padding : 5px 5px 5px 5px;
margin: 0px 5px 0px 5px;
height: 25px;
font: bold 0.9em verdana;}
.PhotoAlbum{padding:2px 2px 2px 10px;
background: #dfb;
font-size:1.1em;}

.AlbumTitle{padding:2px 2px 2px 10px;
background: #dfb;
font-size:1.1em;
background-color: #C9C5EB ;
padding : 2px 5px 1px 5px;
/*margin: 0px 5px 0px 5px;*/
height: 20px;
font-family: Tahoma, Arial, Sans Serif;}
.Thumbtainer{width: 98%;
margin: 0px 0px 1px 0px;}
.PictureThumbnail{padding: 1px 2px 2px 0px;
width: 175px;
height: 220px;
float: left;}
.showThumbs{margin: 0px 15px 5px 0px;}
.PictureCopyright{color : #000;
font-size:0.9em;}
.PictureEXIFInformation{color : #000;
font-size:0.9em;}

.PictureNavigation{clear: both;
border-bottom: 1px solid #47b;
font-size: 0.9em;
padding: 0px 3px 6px 3px;}
.PictureTitle{height: 20px;
background: #dfb;
border-bottom: 0px solid #47b;
padding: 2px 2px 2px 10px;
color : #000; 
font-size: 0.9em;}

.SlideshowCaptions{height: 20px;
background: #dfb;
border-bottom: 0px solid #47b;
padding: 2px 2px 2px 10px;
color : #000; 
font-size: 0.9em;}
.BlockPollContents{vertical-align: text-top;}
.PollButton{background:	transparent}
.PercentageImage{height:		8px;}
.PollLogoImage{border:none;
float:right;
width:60%;
position:absolute;
bottom:1px;
right:1px}

.PollQuestion{font-weight	:	bold;}









.news{text-align:justify;font-size:1.0em;line-height:1.6em;}

.small{ font-size:0.8em;line-height:1.4em;}

.smallbold{ 	font-size	: 0.8em;	line-height	: 1.4em;	}

.left{text-align	: left;}

.center{	text-align	: center;	}

.right{text-align	: right;}

.required{color		: red;}

.small-left{ text-align	: left;font-size	: 0.8em;	line-height	: 1.4em;	}

.title{font-size	: 2.1em;line-height	: 2.1em;margin-top	:  0px;margin-bottom	: 18px;vertical-align	: top}

.title2{font-size	: 1.8em;line-height	: 1.8em;margin-top	:  0px;margin-bottom	:  0px;}

.threadmap, #threadmap{font-size       : 0.9em;line-height     : 1.8em;text-align: left;}

acronym, abbr { border-bottom: 1px dotted black; cursor : help;}

.articleinfo{height		:100px;font-size	: 0.8em;}

pre, tt, code {font-weight: bold;font-family: monospace;white-space: pre;text-align:left;}
		
input {font: normal 0.9em/1.2em Verdana, Tahoma, Trebuchet, Arial, Sans-Serif;margin: 3px}

input.button {
/* Begin 3-D Border */
border-top : 2px groove #c7c9cc;
border-right : 2px solid #3E4144;
border-bottom : 2px solid #3E4144;
border-left : 2px groove #c7c9cc;
background-color: #f1f1f1;
/* End 3-D Banner */
height: 24px;
padding-bottom: 2px;
margin: 0px
}

textarea          {
                  font				: normal 0.9em/1.5em Verdana, Tahoma, Trebuchet, Arial, Sans-Serif;
                  margin			: 0px;
}

select.select2    {
                  color           : #999;
                  background-color: #f1f1f1;
}

select.multi      {
                  color           : #000;
                  background-color: #fff;
}

				
table             {
                  background-repeat : no-repeat;
                  margin            : 0px 0px 0px 0px;
                  padding           : 0px 0px 0px 0px;
}
	
table td {
	font		: normal 0.8em/1.2em verdana;
}
	
.toolbar-button   {
		  background-color	:#f1f1f1 ; 
		  border	: 1px solid buttonface;
		  margin	: 1px; 
}
			
.toolbar-raised	  { 
		  border-top	: 1px solid buttonhighlight;
		  border-left	: 1px solid buttonhighlight;
		  border-bottom	: 1px solid buttonshadow;
		  border-right	: 1px solid buttonshadow;
		  background-color	: #f1f1f1;
		  margin	: 1px;
}
			
.toolbar-pressed  {
		  border-top	: 1px solid buttonshadow;
		  border-left	: 1px solid buttonshadow;
		  border-bottom	: 1px solid buttonhighlight;
		  border-right	: 1px solid buttonhighlight;
		  background-color	: #f1f1f1;
		  margin	: 1px;
}


.row {
 		clear: none;
 		padding		: 0px 0px 5px 0px;
  }

.numberlinkcol	{
		text-align	: left;
		margin-left: 20px;
		}
		
.viewlinkcol	{
		text-align	: left;
		margin-left: 160px;
		}
		


.footer		{
		background-color	: #044B3C;
		font  				: normal 0.8em verdana, serif;
		color 				: #fff;
		height				: 35px;
		padding				: 5px 5px 5px 5px;
		}

.footer a:hover{
		color           : #fff;
		text-decoration : underline;
		}

.footer a:link	{
		color           : #f0b000;
		text-decoration : underline;
		}

.footer a:visited {
		color           : #f0b000;
		text-decoration : underline;
		}
		


.outline		{
		border			: 1px solid #c0c0c0; 
		}

.quotebox, blockquote, quote, q
		{
		margin			:0px 10px 0px 35px;
		line-height		:1.3em;
		padding		:15px;
		text-align		:left;
		background-color	:#fffdf2;
		border-left		:1px solid #BFCB25;
border-top		:1px solid #BFCB25;
border-right		:1px solid #BFCB25;
border-bottom		:1px solid #BFCB25;
		font-style		:italic;
		}

select		{
			color           : #fff;
			font				 : normal 0.8em Verdana, Tahoma, Trebuchet, Arial, Sans-Serif;
			background-color: #004B6C;
		}

.smallmessagebox
		{
		margin				:0px 0px 0px 0px;
		font					:normal 0.8em/1.0em verdana;
		padding	  			:10px;
		text-align			:left;
		background-color	:#fffdf1;
		border				:1px dashed #BFCB25;
		}

.titlebar	{
		background-color	: #f1f1f1;
		padding		: 5px 5px 5px 5px;
		}		
		
.update		{
		background-color: transparent;
		color           : #c30;
		}

#webpoll{}

#webpollBox{
font	: normal 90% verdana;
border	: 1px solid #c0c0c0;
border	: 1px solid #ccc;
}

#webpollBody{
padding	: 0px 5px 5px 10px;
}

#webpollBody h1{
font	: bold 1.4em verdana;
}

#webpollBody h2{
font	: italic 1.2em verdana;
}

#webpollHeader{
height		: 20px;
background-color	: #f1f1f1;
border-bottom	: 1px solid #ccc;
vertical-align	: middle;
padding-left	: 5px;
}

#webpollHeader h1{
display	: inline;
font	: normal 1.0em verdana;
}

.Picture {
padding: 2px 2px 2px 10px;
width : 95%;
}

/* This is a "missing" piece of the CSS and affects the overall settings of the center story column
#Story {
background-color: white;
}
*/

