em { font-style : italic; }
strong { font-weight : bold; }
ul, li {
	list-style-image : url("images/bullet.gif");
	list-style-position : inside;
}

html, body {
	background-color : #D3B786;
	height : 100%;
	font-family : Helvetica, Arial, sans-serif;
}
h1 {
	font-size : 125%;
	font-weight : bold;
	margin-bottom : 1em;
}
p, blockquote {
	margin-bottom : 1em;
}
blockquote {
	margin-left : 5em;
	margin-right : 5em;
	font-size : 80%;
}
div, td {
	background-repeat : no-repeat;
}
#container {
	margin-left : auto;
	margin-right : auto;
	height : 100%;
}
#left-shade, #right-shade {
	background-repeat : repeat-y;
}
#left-shade {
	width : 8px;
	background-image : url("images/left-shade.gif");
}
#right-shade {
	width : 8px;
	background-image : url("images/right-shade.gif");
}
#page {
	vertical-align : top;
	background-color : #FFF;
	width : 800px;
	height : 100%;
}
#top-banner {
	background-image : url("images/top-banner.gif");
	height : 70px;
}
#cross-bottom {
	background-image : url("images/cross-bottom.gif");
	width : 80px;
	height : 25px;
}
#menu {
	background-image : url("images/menu-background.gif");
	height : 25px;
	width : 720px;
	overflow : hidden;
	text-align : left;
}
#menu a {
	padding-left : .75em;
	padding-right : .75em;
	padding-bottom : 1px;
	padding-bottom : 2px;
	font-weight : bold;
	line-height : 24px;
	font-size : 18px;
	color : #FFF;
	text-decoration : none;
}
#menu a:hover {
	background-color : #036;
}
#header-shadow {
	background-image : url("images/cross-shadow.gif");
	height : 7px;
}
#content {
	width : 100%;
}
#left, #right, #main {
	padding : 10px;
	vertical-align : top;
}
#left {
	width : 150px;
	border-right : 1px solid #DDE;
}
#right {
	width : 160px;
	border-left : 1px solid #DDE;
}
#footer {
	margin-top : 10px;
	margin-bottom : 10px;
	text-align : center;
	font-size : 10px;
}

#nav ul {
	margin-left : 1em;
}
#nav ul li {
	margin-left : 0px;
	list-style-type : none;
	list-style-image : none;
}
#nav a, #nav a:hover {
	text-decoration : none;
}
#nav ul.level1 {
	margin-left : 0px;
}
#nav a {
	color : #036;
}
#nav a:hover {
	color : #369;
	text-decoration : underline;
}