body {
	background: #FFFFF0;
}

body * ul.nav, body * ul.nav * {
	line-height: 175%;
}

em {
	font-style: italic;
}

h2 {
	color: #800000;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 122%;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

strong em, em strong {
	font-style: italic;
	font-weight: bold;
}

.center {
	text-align: center;
}

.navbutton{
display: block;
background-color: #870C3D;
border: 2px #870C3D outset;
padding: 1px 4px;
color: #EBDB37;
width: 130px;
height:20px;
text-decoration: none;
text-indent: 5px;
font: bold 100% "Trebuchet MS", sans-serif;
}

.navbutton:visited{
color: #EBDB37;
}

.navbutton:hover{
border-style: inset;
background-color: #700A32;
color: #EBDB37;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.navbutton:active{
color: #FFFFFF;
}

.thumbnail {
	padding: 10px 5px 10px 5px;
}

.yui-b, #ft {
	padding-left: 1em;
	padding-right: 1em;
}

#doc {
	background: #FFFFFF;
	border: 5px solid #FFD700;
	margin-bottom: 1em;
	margin-top: 1em;
}

#ft img {
	border: 0;
	height: 53px;
	width: 200px;
}

#hd img {
	border: 0;
	height: 209px;
	width: 200px;
}

#hd h2 {
	color: #870C3D;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
}

div#copyright a,div#copyright a:hover{
	color:#fffff0;
	text-decoration:none;
}
div#copyright a:hover{
	text-decoration:underline;
}

#hd, #ft {
	padding-bottom: 1em;
	padding-top: 1em;
}

#yui-main blockquote {
	margin: 1em 3em;
}

#yui-main h1 {
	font-family: serif;
	font-size: 167%;
	margin: 0.5em 0;
}

#yui-main p {
	margin: 0.5em 0;
}

#yui-main ul {
	list-style: disc;
	margin: 0.5em 1em 0.5em 2em;
}

