body
{
	margin: 0 auto 2em;
	margin-top:0;
	padding: 0;
	font-size: 80%;
	font-family: Verdana, georgia, times, "times new roman", serif;
	color: #000;
	background-color: #fff;
/* attemp to constrainm width */
	min-width:24em; max-width:61em;
	position:relative;
}
		
a:link, a:visited 
{ 
	color: #663300; 
	text-decoration: none;
}

div#banner
{
	color: #fff;
	background-color: #663300;
}
		
#banner a:hover, a:active
{
	color: #fff;
	background-color: #663300;
}
		
div#container
{
	background-position: top right;
/*	background-attachment: fixed; */
	background-repeat: repeat-y;
	background-image: url(border.jpg);
}
		
div#navigation
{
	float: left;
	width: 150px;
	padding-top: 1em;
}
		
div#navigation ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

/* cancel dotted underline under link */
#navigation a
{
	border-bottom: white;
}
		
div#navigation ul li { margin-top: 4px; }
		
#navigation ul li a
{
	display: block;
	width: 135px;
	padding: 3px 5px 3px 2px;
	text-decoration: none;
	color: #000;
/*	background-image: url(nav_brown.jpg); */
 	background-image: url(nav_base.jpg);
	background-repeat: repeat-y;
}
		
#navigation ul li a:hover
{
	color: #fff;
	background-color: #ccc;
	background-image: url(nav_base2.jpg);
	background-repeat: repeat-y;
}

		
div#content
{
	margin-left: 170px;
	margin-right: 10px;
	line-height: 120%; 
}


#content  a
{ 
	border-bottom: 2px dotted #cc6600;
}

		
div#content p 
{
	margin-right: 30px;
}

div#content h2
{
	font-size: 1.2em;
	color: #036;
	margin: 0;
	padding-top: 0.7em;
	font-weight: normal;
}
		

span.date 
{     
        font-weight:bold;
	font-family:Arial;
	color:#808080;
	background-color:#e5e3e0;
}

p 
{
	padding: 0em;
}

p.headline 
{    
	padding: 0em;
	font-size: 0.7em;
	color: black;
	font-family: verdana;
}

a.headline 
{
        font-weight:bold;
        font-family:Arial, Helvetica, sans-serif;
	margin: 0;
}

img.headline 
{
	float: left;
	margin: 0px 10px 0px 0px;
	width: 80px;
}

.floatleft
{
	float: left;
	margin: 0px 10px 0px 0px;
/*  width: 80px; */
}

#cleardiv
{
	clear: both;
	height: 1em;
}
		
div#footer
{
	clear: both;
	padding: .5em 1em;
	border-top: 1px solid #999;
	text-align: center;
	background: white;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(nature-stamp.gif);
}
		
div#footer ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
		
div#footer li
{
	display: inline;
	margin-right: 1em;
}

FORM {margin-bottom: 0px; margin-top: 0px;}
INPUT {
	margin: 0px; 
	border: thin solid black;
	background-color:#cc9966;
	color: #fff;
      }

span.dropcap
{
	display:block;
	float: left;  
/*
	width: .7em;
*/
	font-size: 4em;
	line-height: 83%;
	font-family: Tahoma;
	font-weight: bold;
	color: brown;
	padding-right: 0.2em;
}

span.dropcap span 
{	
	display:none;
}

.navbar
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
}

#pipe ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#pipe ul li {
	margin-left: 0;
	padding: 0px 10px;
	border-left: 1px solid #663300;
	list-style: none;
	display: inline;
	}

#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

span.name {
        color: grey;
}

div.cite {
        color: green;
}

/*core drop shadow rules*/
.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/} 

.wrap1 {
	float:left;
	background:url(img/shadow.gif) right bottom no-repeat;}
.wrap2 {background:url(img/corner_bl.gif) -12px 100% no-repeat;}
.wrap3 {
	padding:0 16px 16px 0;
	background:url(img/corner_tr.gif) 100% -12px no-repeat;}
.wrap3 img {
	display:block;
	border:1px solid #ccc;
	border-color:#efefef #ccc #ccc #efefef;
}

#bullet-inside ul 
{
	list-style-type: disc;
	list-style-image: url(img/37a.bullet.gif);
	list-style-position: inside;
	padding-left: 0;
}

#bullet ul 
{
	list-style-image: url(img/37a.bullet.gif);
	list-style-position: outside;
}

