/* F.G. Currie */
body {
	background-color: #ffffff;
	background-image: url(bgnd.jpg);
	background-repeat: repeat-y;
	font-family: "Times New Roman", Times, serif;
	margin-top: 0.1em;
	margin-right: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 0.1em;
	font-size: 90%;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}
td, th {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	font-weight: normal;
	font-style: normal;
}
a:link {
	color: #0000CD;
}
a:visited {
	color: #990000;
}
a:active {
	color: #FF0000;
}

.medium {
	font-size: .8em;
}
.small {
	font-size: .7em;
	color: #000000;
	font-weight: 500;
}
.large {
	font-size: 1.3em;
}
.excerpt {
	text-indent: 25px;
}
.footer {	
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: .7em;	
	color: #CCCCCC
}
.pagetitle {
	color: #e27a5f;
	text-align: right;
	margin-right: 50px;
	font-style: italic;
}


#hometop {
	position: relative;
	border: 0;
	z-index: 2;
}
#lefcol {
	float: left;
	margin: 0px;
	width: 125px;
	background-color: transparent;
	position: relative;
}
#links {
	width: 110px;
	text-decoration: none;
	background-position: center;
	margin-top: 50px;
}
#links a {
	display: block;
	text-align: left;
	font-family: Garamond,"Times New Roman",Times, serif ;
	font-size: 1em;
	font-weight: bolder;
	text-decoration: none;
	color: #505050;
	background-color: #e2e2ed;
	width: 110px;
	height: 20px;
	margin-top: 5px;
	padding: 3px 0px 0px 2px;
	border: 2px solid #e27a5f;
}
#links a:hover {
	color: #000000;
	background-color: #edb7b7;
	border: 2px inset Gray;
}
#maincol {
	margin-left: 140px;
	background-color: transparent;
	text-align: left;
	position: relative;
	overflow: visible;
	z-index: 1;
}
#footlyr {
	border-top: 1px solid #8F8F8F;
	background-color: #ffffff;
	clear: both;
	margin-left:0;
	margin-top: 10px;
	padding-bottom: 10px;
  padding-top: 10px;
	width: 99%;
}
#wrapper {
  position: relative;
  width: 800px;
}