	body {
		margin:0px 0px 10px 0px;
		background: #EEE;
		}
		
	A { font-weight: 13px;
	   color: black;
		text-decoration: none;
        } 
                           
	A:active { color: Black; 
	  font-weight: normal;
	  text-decoration: underline 1px silver;
	  } 
	
	A:hover	{ color: #FF0000; 
	           font-weight:bold;
			     border-bottom: 2px dotted silver;
              }

	
	h1 {
		margin: 0px;
		padding: 0px;
		font-style: 13px;
		font-family:arial;
		color: black;
		}
		
	h2 {
		font-family:arial;
		font-size: 18px;
		font-weight:bold;
		margin: 0px;
		color: Black;
		padding: 0px;
	   }

   h3 {
		margin: 0px;
		padding: 0px;
		font-family:arial;
      font-size: 11px;
		color: #666666;
	   }
		
		h4 {
		font-family:arial;
		color:#666666;
		font-size: 10px;
		}

    img { border: none; }


.searchbox
{
    BORDER-RIGHT: #666666 1px solid;
    BORDER-TOP: #666666 1px solid;
    PADDING-LEFT: 2px;
    BORDER-LEFT: #666666 1px solid;
    BORDER-BOTTOM: #666666 1px solid
}

    .archivemenu {
    	font-family: arial;
    	font-size: 12px;
    	text-decoration: none;
    	}

	#banner {
		font-family: arial;
		color:black;
		font-size:26px;
		font-weight:bold;
		border-bottom:1px solid #666666;
		border-top:3px solid #666666;
      border-left:1px solid #666666;
      border-right:1px solid #666666;
  		background: white;
  		padding-top: 5px;
      padding-right: 10px;
		padding-left: 0px;
      padding-bottom: 5px;
		margin-left:0px; 
		margin-right:0px;  
      letter-spacing: .1em;
 		}	
		
			
	#banner a,
        #banner a:link,
        #banner a:visited,
        #banner a:active,
        #banner a:hover {
		font-family: arial;
		font-weight: bold;
		font-size: 26px;
		color:Black;
		text-decoration: none;
		}

	.description {
		font-family:arial;
		color: silver;
		font-size:16px;
 		background:#FFF;	
  		text-transform:none;
		padding-left: 5px;
      padding-bottom: 5px;
      letter-spacing: 0em;
		}	
		
	.navigate	{ 
		font-family:arial; 
		font-size:12px; 
		color: #666666;
		background-color:white;
		padding-top: 5px;
		padding-left: 10px;
      padding-right: 10px;
      padding-bottom: 5px;
		border-left:1px solid #666666;
      border-right:1px solid #666666;
		border-bottom:1px solid #666666;
		}
		
					
	#content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:200px;
	margin: 0px 0px 0px 180px;
	border-bottom:1px solid #666666;
	border-left:1px solid #666666;
                border-right:1px solid #666666;
                background-color:white;
		padding-top: 12px;
		padding-left: 15px;
		padding-right: 15px;
      padding-bottom: 20px;
     	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
		}

	#links {
	position:absolute;
	width:150px;
	top:125px;
	left:5px;
	background-color:#EEE;
		padding-top: 0px;
		padding-left: 10px;
		padding-right: 10px;
      padding-bottom: 10px;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#links {width:140px;}
		
		
	#links2 { 
	position:relative;
	width:140px;
	top:0px;
	left:5px; 
	right:5px;
	border:0px solid #CCC;
	background-color:#EEE;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	}
/* Again, "be nice to Opera 5". */
body>#links2 {width:140px;}

		
	.blog {
  		padding-left:0px;
  		padding-top:0px;
  		padding-right:0px;			
		}	
	
	.blogbody {
		font-family:arial;
		color:#333;
		font-size: 12px;
		font-weight:normal;
  		line-height: 140%;	
  		
  		padding-bottom:2px;
		}



	.blogbody a,{ 
                      color:blue;
}
	.blogbody a:link 
	.blogbody a:visited,
	.blogbody a:active {
			color:blue;
                    text-decoration: underline 1px silver;
	}
	.blogbody a:hover {
	   font-weight:bold;
		color:#FF0000;
		text-decoration:underline 1px silver;
	}
	
        .blogbody blockquote {
                margin-right: 2em; 
                margin-left: 2em; 
                padding: 1em; 
                border: dashed 1px silver; 
                background-color: #FFF;
                width: auto;
                font-size: 12px;
                line-height: 140%;
                color: #000;
                }

	.title	{ 
		font-family:arial; 
		font-size: 18px; 
		color: black; 
		font-weight:bold;
		margin-bottom:2px; 	
		}				}	
		
	.topmid	{ 
		font-family:arial; 
		font-size: 18px; 
		color: #black;
		font-weight:bold;
		margin-bottom:2px; 	
		}				}	
		
	.topdefn {
		font-family:arial;
		color:#666666;
		font-size: 12px;
		line-height:140%;
		border-bottom:1px solid #666666;
		margin-bottom:5px; 
		margin-top:0px;
		padding-bottom:10px;	 
		
		}	
		
	#menu {
  		font-family:arial;
      font-size: normal;
      margin-bottom:10px;
		background:#EEE;  							
		}	
		
	.date	{ 
		font-family:arial; 
		font-size:13px; 
		color: black;
		padding: 0px;
		margin-bottom:2px; 
      margin-top: 0px;
		
         		}			
		
	.authdate	{ 
		font-family:arial; 
		font-size: 11px; 
		color: black;
		padding: 0px;
		margin-top:0px; 
		margin-bottom:0px; 
		}


	.smalltxt	{ 
		font-family:arial; 
		font-size: 11px; 
		color:#000000;
		padding: 0px;
		}

	.normaltxt	{ 
		font-family:arial; 
		font-size: 12px; 
		color:#000000;
		padding: 0px;
		}
		
	
	.posted	{ 
		font-family:arial; 
		font-size: 11px; 
		color:#666666;
		padding: 0px;
		margin-top:2px; 
		margin-bottom:10px; 
		border-bottom:1px solid #666666;
		}
		
		
	.calendar {
		font-family:arial;
		color:#666666;
		font-size:11px;
		font-weight:normal;
  		background:#EEE;
  		line-height:140%;
  		padding:1px;
  		align:center;
      border-bottom:1px solid #666666;
		}
		
	.calendar a,
	.calendar a:link,
	.calendar a:visited,
	.calendar a:active,
	.calendar a:hover {
		font-weight: bold;
		color:black;
		text-decoration: none;
	}
	
	.calendarhead {	
		font-family:arial;
		color: black;
		font-size:11px;
		font-weight:normal;
  		background:#EEE;
  		line-height:140%;
  		padding:1px;				
		}	

	.archive_mth {
		font-family:arial;
		color:#666666;
		font-size: 12px;
		background:#EEE;
  		line-height:140%;
  		padding-left:10px;
		}	

	
	.side {
		font-family:arial;
		color:#666666;
		font-size: 12px;
		background:#EEE;
  		line-height:140%;
  		padding:2px;
		padding-top:5px;
      border-bottom:1px solid #666666;
		margin-bottom:5px;
		margin-top:5px; 
		}	

	.sidetxt {
		font-family:arial;
		color:#666666;
		font-size: 12px;
		line-height: 18pt;
		}	

		
	.sidetitle {
		font-family:arial;
		color: #666666;
		font-size:12px;
		font-weight:normal;
  		background:#EEE;
  		line-height:140%;
  		padding:2px;
  		margin-top:2px;
  		letter-spacing: .0em;  					
		}		
	
	.syndicate {
		font-family:arial;
		font-size:11px;
		font-weight:bold;		
		color:#666666;
  		line-height:140%;
  		padding:2px;
  		margin-top:10px;
  		background:#EEE;
      border-bottom:1px solid color:#666666;
		margin-bottom:5px; 	
 		}	
		
	.powered {
		font-family:arial;
		color:#FF0000;
		font-size:11px;
		font-weight:bold;
		border-top:1px solid color:#666666;
		border-bottom:1px solid color:#666666;
		line-height:140%;
		text-align: center;
		background-color: white;  
		padding:2px;
		margin-top:15px;
		letter-spacing: .2em  
		margin-bottom:5px; 	 					
		}	
		
	
	.comments-body {
		font-family:verdana, arial, sans-serif;
		color:#333;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
  		padding:10px;	
  		border-bottom: 1px solid #CCC;	
		}		

	.comments-post {
		font-family:verdana, arial, sans-serif;
		color:#333;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;			
		}	

	.trackback-body {
		font-family:verdana, arial, sans-serif;
		color:#333;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
  		padding:10px;			
		}		

	.trackback-url {
		font-family:verdana, arial, sans-serif;
		color:#333;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;
  		padding:10px;
  		border:1px dashed #CCC;			
		}

	.trackback-post {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;			
		}

		
	.comments-head	{ 
		font-family: arial; 
		font-size: small; 
		color: #666; 
		border:1px solid #999;
		padding:5px;
		font-weight:normal;
		margin-top:10px;		
		}		

	#banner-commentspop {
		font-family: arial;
		color:#FFF;
		font-size:large;
		font-weight:bold;
		border-bottom:1px dotted #FFF;
		border-top:3px solid #99CCFF;
  		background:#336699;
  		padding:15px; 
		}

