html, body {
	margin: 0;
	padding: 0;
	font-size:18px/24px;
	font-family: georgia, arial, helvetica, sans-serif;
	background-color:#eee;
	color: #333;
	}

h1 {
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:#111;
}
	
h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
        padding-top:4px;
	font-size:18px;
	line-height:22px;
	font-weight:900;
	color:#ccc;
}
	
p {
	font-size:18px/24px;
	font-family: georgia, arial, helvetica, sans-serif;
	margin:0px 0px 4px 0px;
	padding:0px;
        padding-top;4px;
}

#content>p {margin:0px;}
#content>p+p {text-indent:30px;}

a {
	color:#063; /* purple: #63c; dark green: #063; */
	text-decoration:none;
	font-size:18px;
	font-weight: normal;
	font-family: georgia, arial, helvetica, sans-serif;
}

a:link {color:#063;}
a:visited {color:#093; /* purple: #9966cc; */}
a:hover {background-color:#fff;}

.linkLike {
	color:#063;
	background-color:#fff;
	font-size:18px;
	text-decoration:none;
	font-weight:600;
	font-family: georgia, arial, helvetica, sans-serif;
}

.hiddenLink {
	text-decoration:none;
	border:none;
}

#nav {
	width: 120px; /* adjust #content: margin-left if you change this */
	background-color:#eee;
	line-height:17px;
	float: left;
	margin-left: -1px;
	padding: 10px;
}
	
	
#nav>a {
	font-size:14px;
	font-weight:600;
	font-family:georgia, arial, helvetica, sans-serif;
}
#nav>.linkLike {
	font-size:14px;
	font-weight:600;
	font-family:georgia, arial, helvetica, sans-serif;
}

#content {
	font-weight: normal;
	padding: 10px;
	margin-left: 140px; /* more than #nav: width, please */
	border-left: 1px solid #006;
        /*background-color: white;*/
	background-color: white;
	background-image: url(KnotBorderVertical.jpg);
	background-repeat: repeat-y;
	background-position: 97% 0%; /* how-far-right how-far-down */

}

#innerContent {
        background-color: white;
	margin-right: 7em;
}

#header {
	background: white url(banner.jpg) no-repeat center;
	height: 73px; /* the height of the background image, please */
	color: #006;
	border-bottom: 1px solid #006;
	margin-bottom: 0px;
	border-style:solid;
	border-color:black;
	border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
	line-height:11px;
	}
	
#footer {
	background-color: #eee;
	color: #006;
	border-top: 1px solid #006;
	font-size: 11px;
	text-align: center;
	padding: 2px 10px 0 0;
	clear: both;
	}

#footer>p, #footer>p>a {
	font-size:11px;
	font-weight:600;
	line-height: 14px;
	font-family:georgia, arial, helvetica, sans-serif;
}

.spacer {
	clear: both;
	}
	
p {
	padding: 0;
	margin-top: 0px;
	font-weight: normal;
	font-family: georgia, arial, 'Lucida Grande', Geneva, Lucida, Helvetica, sans-serif;
	}
