/* global */

body {
	font: 11px/1.4 Arial, Verdana, sans-serif;
	background-image: url(../images/pagebkgd.jpg);
	margin: 0px;
	background-repeat: repeat-x;
	background-position: left top;
}
.noborder {
	border: 0px 0 0;
}

a {
	color: #795983;
}

/* main content */

#maincontent {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	color: #666666;
	text-align: justify;
	text-indent: 15px;
	margin-top: 8px;
	margin-right: 14px;
	margin-bottom: 8px;
	margin-left: 14px;
}

#maintable {
	border: 1px solid #666666;
}

#middletable {
	background-color: #ffffff;
	border: 1px solid #999999;
}

h1 {
	font-family: "Lucinda Handwriting", "Apple Chancery", "Comic Sans MS", cursive;
	font-size: 24px;
	color: #666666;
	text-align: left;
	background-color: transparent;
	font-weight: normal;
	margin: 2px 2px 4px 12px;
	padding: 0px;
}

h2 {
	font-family: "Lucinda Handwriting", "Apple Chancery", cursive;
	font-size: 24px;
	color: #7F5F87;
		background-color: transparent;
	font-weight: normal;
	margin: 3px 2px 0px 0px;
	padding: 0px;
}
h3 {
	font-family: "Lucinda Handwriting", "Apple Chancery", "Comic Sans MS", cursive;
	font-size: 21px;
	color: #666666;
	text-align: left;
	background-color: transparent;
	font-weight: normal;
	margin: 15px 2px 0px 0px;
	padding: 0px;
}


h4 {
	font-family: "Lucinda Handwriting", "Apple Chancery", "Comic Sans MS", cursive;
	font-size: 22px;
	color: #666666;
	text-align: left;
	background-color: transparent;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}
h5 {
	font-family: "Lucinda Handwriting", "Apple Chancery", "Comic Sans MS", cursive;
	font-size: 16px;
	color: #666666;
	text-align: left;
	background-color: transparent;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
}

h6 {
	font: 13px/1.4 Arial, Verdana, sans-serif;
	font-color: #666666;
	background: transparent;
	color: #473D4A;
	margin: 12px 0px 2px;
	padding: 0px;
}
.byline {
	font-size: 95%;
	color: #333333;
	letter-spacing: 2px;
}

#publisher {
	color: #ffffff;
	background-color: #454545;
	text-align: center;
	vertical-align: middle;
}

.blurb {
	color: #333333;
	text-align: right;
	vertical-align: middle;
	line-height: 15px;
}

/* home page navigation */

#nav {
	
	color: #ffffff;
	text-align: right;
	list-style-type: none;
	width: 140px;
	margin: 0px;
	padding: 0px;
}

#nav a {
	display: block;
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
}

#nav a:hover {
	color: #D5B5BE;
	text-decoration: underline;
}

#middletable {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.homebkgd {
	background-image: url(../images/homebkgd.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


/* sub page navigation */

#topnav {
margin-top: 8px;
}

#topnav td {
	font-family: "Myriad Roman", "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 11px;
	
	
}

#topnav td a {
	color: #473D4A;
	text-decoration: none;
}

#topnav td a:hover {
	color: #84648e;
	text-decoration: underline;
}

.leftlink  {
    padding-right: 6px;
	padding-left: 2px;
	padding-bottom: 3px;
	vertical-align: top;
	text-align: right;
	color: #84648E;
}

.rightlink {
	padding-right: 3px;
	padding-left: 3px;
	color: #666666;
    text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D2AAB6;
	vertical-align: middle;
}

