/* CSS Document */

body {
	text-align:center;
	margin:20px;
	padding:0;
	font:normal 1em/1.2em Georgia, "Times New Roman", Times, serif;
	background-image: url("/images/typewriter-duotone.jpg");
	background-position: right bottom;
	background-repeat: no-repeat;
}
a {
	text-decoration:none;
	border-bottom:1px dotted;
}

a:hover {
	text-decoration: underline;
}

hr {
	width: 75%;
	color: #fff;
	background-color: #fff;
	border-top: 1px solid #444;	
	border-bottom: 0px none;
	border-right: 0px none;
	border-left: 0px none;
	margin: 10px auto;
}

img {
	border: 0;
}

#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background-image: url(/images/quotebar-bg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background-image: url(/images/body-bg-tile-grad-left.gif);
	background-repeat: repeat-y;
	background-position: left top;
	}
#header {
	background-color: #036;
	height:64px;
	margin:0;
	text-align:center;
	color:#FFF;
	}
#header #keys {
	float: right;
}

#header a, #header a:visited, #header a:hover, #header a:link {
	text-decoration:none;
	border-bottom: 0px none;
}

#header #logo {
	border:0;
	text-decoration:none;
	margin-top: 5px;
}

#maincol {
	position:relative;
	margin:0;
	padding: 10px;
	}

.headline {
	background-image: url(../images/fountain-pen.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

.headline h1 {
	border-bottom: 1px solid #abc;
	padding-bottom: 6px;
	color: #567;
	font-weight: normal;
}

#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	z-index:100;
	}
#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:165px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:145px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	z-index:99;
	}
#centercol {
	position:relative;
	padding:0 260px;
	}
#centercol a {
	color:#036;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}


#footer {
	position:relative;
	top:1px;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color: #444;
	border-bottom: 1px solid #036;
}

#footer a, #footer {
	color: #444;
	font-size: 90%;
}

#ball {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
}


#pullquote {
	background-image:url(../images/closequotes.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #d6d88c;
	border-top: 1px solid #f8f8ea;
	border-left: 1px solid #f8f8ea;
	border-right: 1px solid #8d9000;
	border-bottom: 1px solid #8d9000;
}

#pullquote p {
	font-style: italic;
	text-align: center;
	padding: 5px;
}

/***********************
 * navigation bar code */

#navlist {
	width: 220px;
	font-family: Courier New, Courier, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	text-indent: 0;
	float:left;
	margin: 42px 15px 0 15px;
	background-image:url(../images/typewriter-larger.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 140px ! important;
	padding-bottom: 144px;
}

#navlist a {
	color: #444;
	font-weight: bold;
}

#thelist ul {
	padding: 10px;
	margin: 0;
	list-style: none;
	background-color: #ebebc2;
	background-image: url(../images/corner-fold.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#thelist ul ul {
	border: none;
	background-image: none;
	list-style-type: circle;
	margin-left: 5px;
}

#thelist ul li strong {
	background-color: #ddde9d;
	display: block;
}

#thelist {
	padding: 0 31px 0 25px;
}
