/* General page styles ---------------------------------------------------- */
body, html {
	margin: 0px;
	padding: 0px;
	color: black;
	background-color: #fffccc;
	font-size: 85%;
}

body, input, textarea, select, option {
	font-family: verdana, arial, helvetica, sans-serif;
}

h1, h2, h3, h4{
	font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
	letter-spacing:0.1em;

}

img {
	border: 0px;
}

a, a:visited, a:hover {
	color: #000099;
	background-color: transparent;
}

a:active {
	color: #0000ff;
	background-color: transparent;
}

/* browsers handle this differently
input.max, textarea.max, select.max {
	width: 100%;
}
*/

#headnav, #footnav{
	background-color: #dded86;
	border-color: #dded86;
}

/* Content area styles ----------------------------------------------------- */
#content {
	padding: 10px;
}
#content h1 {
	margin-top: 0px;
}

/* 3px IE bug hack hidden from IE5-mac \*/
* html #content { height: 1%; }
/* End hide from IE5-mac */ 


#leftbar {
	float: left;
	width: 186px;
	padding: 5px;
	font-size: smaller;
}

#leftbar a{
	display: block;
	text-decoration: none;
	line-height: 20px;
	padding: 5px;
	margin: 2px;
	color: #000;
	text-align: right;
    background: #ffeeee;
}
#leftbar a:hover { background: #ffffff; }


#layout_3 #content {
	margin-left: 196px;
	margin-right: 196px;
}

/* Header navigation area ------------------------------------------------- */
#headnav {
	color: inherit;
	height: 67px;
	position: relative;
}

#headmenu {
	position: absolute;
	bottom: 0px;
	right: 5px;
	text-align: right;
	padding-left: 126px;
}



/* Footer navigation area ------------------------------------------------- */
#footnav {
	color: inherit;
	border-width: 1px 0px;
	border-style: solid;
	text-align: right;
	padding-right: 6px;
}
#pagefooter {
	position:relative;
	font-size: 75%;
	color: inherit;
	width: 100%;
}

#footnav a, #headmenu a {
	font-size: 100%;
	text-decoration: none;
}

/* Source code outputs  ------------------------------------------------- */

.code {
font-family:   Courier, monospace;
   color: #0000BB;
   border-style: solid;
   border-color: black;
   background-color: #DDDDDD;
   padding: 10px;
   max-width: 100%;
}

.blue {
   color: #0000BB
}

.red {
   color: #DD0000
}

.orange {
   color: #FF8000
}

.green
{
   color: #007700
}

/* Org Chart output  ------------------------------------------------- */
#tree {
	font-size: 100%;
}
