body { background-color: #f5e9d1; color: #333; }

body, p, ol, ul, td {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

h1, h2, h3 {
	color: #8C3B17;
}

h3 {
	margin-top: 24px;
	margin-bottom: 4px;
}

h4, p {
	margin-top: 12px;
	margin-bottom: 0;
}

ul {
	margin-top: 2px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

dt {
  font-weight: bold;
}

a { color: #3f526b; }
/* a:visited { color: #696; } */
a:hover { color: #d35a1f; background-color: #ffeecc; }
a img { border: none; }
h1 a { text-decoration: none; }
h1 a:hover { background-color: transparent; }
a.external { color: #363;}

img {
	vertical-align: bottom;
}

input {
	vertical-align: bottom;
}

.quote {
	margin: 12px 20px;
	padding: 8px;
	border: 2px solid #8C3B17;
	background-color: #ffeecc;
	border-radius: 8px;  /* Will be valid in CSS 3 */
	-moz-border-radius: 8px;  /* Supported now by Firefox and other Mozilla derivatives */
}

.sidecallout {
	margin: 20px auto 0 auto;
	text-align: center;
	background-color: #eef0f2;
	border: 2px solid #bbbbbb;
	width: 80%;
	line-height: 120%;
	padding: 5px;
}

.sidecallout a {
	display: inline !important;
	font-weight: bold;
	text-decoration: underline !important;
}

#page {
	background-color: #ffeecc;
	width: 760px;
	min-height: 640px;
	margin: 0 auto 8px auto;
	border: 1px solid #bbb;
}

#master {
	position: relative;  /* necessary to position validator within this block */
	background-color: white;
}

#brand {
	position: relative;  /* necessary to position motto within this block */
	width: 760px;
	height: 150px;
}

#brand h1 {
	margin-top: 0;
}

.motto {
	position: absolute;
	right: 25px;
	bottom: 25px;
	font-weight: bold;
	color: #ffcc66;
}

#navigation {
	float: left;
	width: 200px;
	min-height: 592px;
	padding: 0 8px;
	border-right: 1px solid #bbb;
}

#content {
	padding-left: 224px;
	padding-right: 8px;
}

#content > h2 {
	margin-top: 8px;
}

#footer {
	clear: both;
	padding: 8px 0;
	text-align: center;
	color: #999;
	font-size: 10px;
	border-bottom: 1px solid white;  /* forces filling the background color to the bottom */
}

#valid {
	position: absolute;
	left: 8px;
	bottom: 8px;
}

.mission {
	font-weight: bold;
}

.person {
	font-weight: bold;
}

.author {
	display: block;
	text-align: right;
	font-style: italic;
}

.face-right {
	width: 100px;
	height: 120px;
	float: right;
	margin: 2px 0 4px 12px;
	border: 2px solid #bbb;
}

.face-left {
	width: 100px;
	height: 120px;
	float: left;
	margin: 2px 12px 4px 0;
	border: 2px solid #bbb;
}

#navmenu {
	margin-bottom: 20px;
}

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

#navmenu h3 {
	margin: 0;
	padding: 2px 5px;
	color: #3f526b;
	border: solid #bbb;
	border-width: 1px 0;
	background: #fbfbfb url(/img/smenu1.gif);
}

#navmenu li {
	background: #eef0f2;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bec9d1;
}

#navmenu a {
	text-decoration: none;
	color: #3f526b;
	display: block;
}

#navmenu li a {
	padding-left: 25px;
}

#navmenu li li {
	background: #f5f7f9;
	padding-left: 15px;
}
	
#navmenu ul ul {
	margin: 0;
}

#navmenu .current {
	font-weight: bold !important;
	color: #8C3B17;
}

#navmenu li.current {
	padding-left: 25px;
}
