/*
Title:      Styles for Sharp Quill/main
Author:     Martin Caton, martin@catondesigns.com
Updated:    April 2006
*/

/* STRUCTURE styles */

body      {
	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	line-height: 16px;
	background-color: #342215;
	color: #00386a;
	margin:0px; padding:0px;
	}
#content {
	position:relative;
	left:50%;
	width:612px;
	margin-top:25px; 
	margin-bottom:25px; 
	margin-left:-306px;
	background-image: url(../images/parchment.jpg);
	}
.indexsymbol       {
	background-image: url(../images/backsymbol.gif);
	background-repeat: no-repeat;
	background-position: 320px 50px;
}
.tblindent       {
	padding-top: 7px;
	padding-left: 42px;
	padding-right: 42px;
}
hr {
  border: 0;
  color: #dbd6c6;
  height: 1px;
  background-color: #dbd6c6;
}

/* NAV styles */

a:link   { color: #00386a; text-decoration: underline}
a:visited   { color: #a1bfd4; text-decoration: underline}
a:hover     { color: black; text-decoration: underline; }

a.tip:visited   { color: #00386a; text-decoration: underline}
a.txt:hover, a.tip:hover     { color: black; text-decoration: underline; background-color: #ccd7df }

/* TEXT styles */

.cr    {
	font-size: 85%;
	margin-bottom: 10px;
}
.indextxt        {
	font-size: 110%;
	line-height: 125%;
	font-weight: bold; 
}
