html, body{
	background:#FFE278;
}
#doc {
	margin-top:10px;
	background-color:#fff;
	border:2px solid #DF8615;
	padding:2px;
}
#hd{
	padding:10px;
	font-size:136%;
	background:#2C1B06;C39139;
	color:#FFE278;
	border-bottom:1px solid #fff;
}
#bd{
	background-color:#F0E6AD;
}
#ft{
	text-align:center;
	background:#C39139;
	padding:10px;
	font-size:85%;
	border-top:1px solid #fff;
}
#yui-main .yui-b {
	padding:0px 10px 40px  10px;
}
#sidebar{
	/*
	background:#8CA780;
	height:600px;
	*/
}
#sideMenu {
	padding:2em;
	background-color:#8CA780;
}
#sideMenu, #sideMenu li {list-style:none;}
#sideMenu li a,#sideMenu li strong{
	color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	padding:.5em;
	display:block;
	text-decoration:none;
	border:1px solid #666;
}
#sideMenu li strong,#sideMenu li a:hover{
	color:#fff;
	background:#000;
	border-top:1px solid #333;
	border-bottom:1px solid #fff;
}

#sideContent {margin-left:25px;}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:197%;
	font-weight:bold;
	letter-spacing:-2px;
	color:#A89C5C;
	border-bottom:1px solid #A89C5C;
	margin-bottom:0.5em;
}
h2 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:136%;
	font-weight:bold;
	letter-spacing:-2px;
	color:#A89C5C;
	margin-top:0.5em;
	margin-bottom:0.2em;
}
img {border:0;}
strong{font-weight:bold;}
.center{text-align:center;}
.right {float:right;}
.left {float:left;}
.imageBorder{
	display:inline-block;
	padding:2px;
	margin-bottom:5px;
	margin-left:5px;
	background-color:#FFF;
	border:1px solid #333;
	font-size:85%;
	color:#666;
	text-align:center;
}
.clear {
	clear:both;
}
div.timeTable{
	text-align:right;
	width:10em;
}
div.timeTable span {float:left;}
a, a:visited {color:#714815;}
.noBorderTable, .noBorderTable td {border:0;} 