/* commonly used colors: */
/* 005471 - dark blue */
/* 713B00 - dark brown */
/* E6EFF7 - light blue */
/* A84D0F - light brown */


copyright {
	margin: 0;
	background-color: #ffffff;
	color: #E6EFF7;
	font-family: Tahoma;
	font-size: 10pt;
        padding-right: 20px;
	}
body {
	margin: 0;
	background-color: #ffffff;
	color: #433D3B;
	font-family: Tahoma;
	font-size: 10pt;
	line-height: 14pt;
	}

.homepagetext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 17px;
	color: #333;
	line-height: 25px;
}
	
.wrapper {
	width: 800px;
	position: relative;
	margin: 0px auto;
	}

.links {							/* top menu */
	font-family: Tahoma;
	font-size: 12pt;
	color: #005471;
	background-color: #FFFFFF;
	text-decoration: none;
    position: relative;
	z-index:3;
	padding-left: 10px;
	}

A.subnavlink:link {					/* top menu */
    font-size: 9pt;
    color: #005471;
    font-family: Tahoma;
    text-decoration: none;
	}

A.subnavlink:visited {
    font-size: 9pt;
    color: #005471;
    font-family: Tahoma;
	text-decoration: none;
	}
	
A.subnavlink:hover {
    font-size: 9pt;
    color: #713B00;
    font-family: Tahoma;
	text-decoration: underline;
	}

td.ltblue {
	background-color: #E6EFF7;
	}
	
INPUT.searchform {
	height: 15px;
	_height: 20px;
	margin-top: 5px;
    margin-right: 5px;
	vertical-align: top;
    width: 100px;
    border: 1px solid #96999A;
	}
	
a:link, a:visited, a:active {
	color: #A84D0F;
	text-decoration: none;
	}

a:hover {
	color: #A84D0F;
	text-decoration: underline;
	}
	
.home_events {
	margin: 5px 10px 5px 10px;
	width: 177px;
	font-size: 9pt;
	}

.leftnav {
	background-color: #E6EFF7;
	height: 22px;
	width: 187px;
	padding-left: 20px;
	margin-top: 5px;
	padding-top: 3px;
	}
	
.footer_sub {
	background-color: #E6EFF7;
	height: 30px;
	padding-right: 20px;
	text-align: left;
	}
	
.leftnav a:link, .leftnav a:visited, .leftnav a:active {
	color: #005471;
	text-decoration: none;
	}

.leftnav a:hover {
	color: #713B00;
	text-decoration: underline;
	}

.footer_sub a:link, .footer_sub a:visited, .footer_sub a:active {
	color: #005471;
	text-decoration: none;
	padding-left: 12px;
	}

.footer_sub a:hover {
	color: #713B00;
	text-decoration: underline;
	padding-left: 12px;
	}
	
td.footer_home {
	height: 30px;
	background-color: #E6EFF7;
	color: #713B00;
	font-size: 13px;
        padding-right: 15px;
	}
	
.title, h1 {
	font-size: 16pt;
	font-weight: normal;
	line-height: 20pt;
	}
	
.book_leftnav {
	font-size: 9pt;
	padding-top: 0;
	}

table.main_content {
	margin-top: 15px;
	}
	
.main_content td {
	padding-left: 15px;
	}
	
.book_info {
	font-size: 9pt;
	padding-right: 10px;
	padding-top: 10px;
	}

.author_photo {
	float: left;
	padding-right: 8px;
	padding-bottom: 3px;
	font-size: 7pt;
	font-style: italic;
	}

.divider {
	border-top: 1px solid #666666;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.blog_meta {
	margin-top: -15px;
	font-size: 9pt;
	color: #999999;
        margin-bottom: 10px;
	}

.text_left {
	text-align: left;
	}



#calendar_gridview {
    width: 700px;
    border: 1px solid #005471;
    font-family: Tahoma;
	color: #433D3B;
    font-size: 9pt;
    }

#calendar_gridview td {
    width: 100px;
    border: 1px solid #005471;
    height: 100px;
    vertical-align: top;
    padding: 5px;
    }

#calendar_gridview th {
    border: 1px solid #7D6B70;
    }

form { margin: 0; padding: 0; display: inline; }

/* remnants I might need... */
	
/* .page-asset {
	min-height: 500px;
	margin: 20px;
	}

h1.asset-name {
	font-family: "Century Gothic", Arial;
	color: #000000;
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 5px;
	} */
	
	/*
.text {
	font-family: "Century Gothic", Arial;
	color: #000000;
	font-size: 9pt;
	line-height: 12pt;
	}

.smalltext {
	font-family: "Century Gothic", Arial;
	color: #000000;
	font-size: 8pt;
	line-height: 10pt;
	}

.smalltextgrey {
	font-family: "Century Gothic", Arial;
	color: #907f83;
	font-size: 8pt;
	line-height: 10pt;
	}


.bookinfo_text {
    font-size: 8.5pt;
    font-weight: 600;
	}

.text_left {
	font-family: "Century Gothic", Arial;
	color: #000000;
	font-size: 9pt;
	line-height: 12pt;
	text-align: left;
	padding-right: 10px;
	}

.credit {
	font-family: "Century Gothic", Arial;
	color: #000000;
	font-size: 7pt;
	line-height: 12pt;
	}
*/
