/* main tabbed navigation bar.  Hide the display and layout tabs */
#tabs h5 {
	display: none;
}

#tabs ul {
	padding: 3px 0 0 0;
	margin: 0 10% 0 15%;
	border-bottom: 1px solid #778;
	font: bold 12px Verdana, sans-serif;
}

#tabs li {
	list-style: none;
	margin: 0;
	display: inline;
}
#tabs ul li a {
	padding: 3px 0.5em 0px 0.5em;
	margin: 0px 0px 0px 3px;
	border: 1px solid #660000;
	border-bottom: none;
	background: #cc6600;
	text-decoration: none;
}

#tabs ul li a:link {
	color: #330000;
}

#tabs ul li a:visited {
	color: #990000;
}

#tabs ul li a:hover {
	color: #000000;
	background: #ffcc00;
	border-color: #990000;
}

#tabs ul li a#current {
	background: #FFFFD0;
	border-bottom: 1px solid #ffffd0;
}
/* end main tabbed navigation bar.  Hide the display and layout tabs */
/* sidebar */
#sidebar {
   float: left;
   width: 15%;
} 

#sidebar h5 {
   display: none;
}

#sidebar ul {
	margin: 40px 0 0 0;
	font: 9px Verdana, sans-serif;
	text-align: right;
}

#sidebar li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

#sidebar a {
	display: block;
	border: 1px solid #660000;
	border-right: none;
	background: #cc6600;
	padding: 10px;
	text-decoration: none;
}
#sidebar ul li a:link {
	color: #330000;
}

#sidebar ul li a:visited {
	color: #990000;
}

#sidebar ul li a:hover {
	color: #000000;
	background: #ffcc00;
	border-color: #990000;
}

#sidebar li a#current {
	background: #FFFFD0;
}

/* footer */
#footer { 
	margin: 0px 10% 0px 15%;
	border-top: 1px solid #990000;
	padding-top: 20px;
	text-align: center;
	font-family: Trebuchet, Verdana, sans-serif;
	font-size: 70%;
}

#footer h5  {
	display: none;
}

#footer li	{
	display: inline;
}


/* main body */
body {
	background-color: #FFCC33;
}

/* horizontal rules */
hr	{
	width: 80%;
	height: 3px;
	background-color: #660000;
}

/* special header styles */
h2		{
		text-align: right;
		padding: 0;
		margin: 0 10% 5px 0;
}
h3		{
		text-align: right;
		padding: 0;
		margin: 0 10% 20px 0;
}
h1		{
		text-align: right;
		padding: 0;
		margin: 0 10% 0 0;
                font-family: "Lucida Handwriting", serif;
}
h4		{
		font-family: "Trebuchet", "Verdana", sans-serif;
		font-size: 110%;
}
h5		{
		font-family: "Trebuchet", "Verdana", sans-serif;
		font-size: 105%;
}
h6	{
		font-family: "Trebuchet", "Verdana", sans-serif;
		font-weight: bold;
		font-size: 100%;
}

/* content section */
/* this css is from http://glish.com/css/7.asp --
   I need to understand it and its workarounds
*/
/* child of main */
#content {
		background-color: #FFFFD0;
		border-left:2px solid #000000;
		border-bottom:2px solid #000000;
		border-top: 1px solid #ffffd0;
	margin: 0px 10% 0px 15%;
		padding: 0 10px 20px 5px;
}

li.inline {
   display: inline;
   font-size: 90%;
}
ul.inline {
	list-style: none;
   font-size: 90%;
	margin: 0;
}

.plain {
   clear: both;
   position: relative;
}

.left {
   position: relative;
   float: left;
   padding-right: 3px;
}

.right {
   position: relative;
   float: right;
}

div.item {
   border-bottom: 1px solid #778;
   clear: both;
   position: relative;
   width: 80%;
}

td, .caption {
   font-size: 80%;
   width: 89px;
}

/* end main content seciotn */

/* General Link decoration */
a:link		{ 
		text-decoration: underline;
		color: #8B4513;
		font-weight: bold;
		}

a:visited	{
		color: red;
		}

a:hover		{
		text-decoration: underline overline;
		}

a:active	{
		text-decoration: underline overline;
		}

/* definition list used in bibliography pages */
dt	{
	padding-top: 10px;
	}

dd	{
	font-size: 80%;
	}

/* breadcrumbs lists */
.breadcrumbs {
   list-style: none;
   padding: 0;
   margin: 0;
   text-align: center;
   font-family: Trebuchet, Verdana, sans-serif;
   font-size: 70%;
   display: inline;
}

#breadcrumbs {
   list-style: none;
   padding: 0;
   margin: 0;
}

#breadcrumbs li {
   text-align: center;
   font-family: Trebuchet, Verdana, sans-serif;
   font-size: 70%;
   display: inline;
   padding: 0;
   margin: 0;
}

