@charset "utf-8";
/* CSS Document */
html, body { height:100%; }

body {
	margin: 0;
	padding: 0;
	background: #b5bcde;
	font-size: 80%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: url(/img/bg1.jpg) repeat-y;
	min-height: 100%;
}

#content {
	margin: 0 50px;
	padding: 1em 0;
}

.clearing {
	clear:both;
	height:1px;
	overflow:hidden;
}

h1 {
	color: #AA0000; /* ff9900 */
	font-size:1.7em;
	font-weight: bold;
	letter-spacing:-1px;

/*	font: 1.3em bold italic Geneva, Arial, Helvetica, sans-serif; */
}

h2 {
	font-weight: bold;
	font-size:1.3em;
	font-style:italic;
	letter-spacing:-1px;
	text-align: center;
}

h3 {
	font-size:1.6em;
	color: #990033;
	font-weight: bold;
	text-align: center;
}

h4 {
	font-size:1.2em;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}

.large {
	font-size:1.5em;
}

.larger {
	font-size:110%;
}

.emph1 {
	color: #990033;
	font-weight: bold;
}

ul {
	list-style-image:url(/img/trianglebullet1.jpg);
	margin-left: 1em;
}

li {
	margin-bottom: 0.5em;
	line-height: 20px;
	margin-left: 1em;
}

p {
	font-size: 1.0em;
	line-height: 1.25em;
	margin: 0.75em 0em;
/*	background-color: #FFFFCC; */
}

.arrow {
	position: relative;
	top: -28px;
/*	left: 10px; */
	z-index:10;
}

#menu ul {
	list-style-image: none;
	list-style-type: none;
	float: right;
}

#menu li {
	float: left;
	margin-right: 0.5em;
}

#seriesmenu {
	margin: 0;
	padding: 0;
	text-align:center;
}
/* EOF */