
body {
	background-image: url(../images/shared/back01.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #f6f4eb;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


/* default global link style */

a:link, a:visited, a:active, a:hover {
	color: #0073a3;
	text-decoration: none;
	}

	a:hover {
		color: #000;
		text-decoration: underline;
		}


.topLinksSmall, .topLinksSmall a:link, .topLinksSmall a:visited, .topLinksSmall a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #929292;
	text-decoration: none;
}
.topLinksSmall a:hover{
	color: #000000;
}
.lowerLinksSmall, .lowerLinksSmall a:link, .lowerLinksSmall a:visited, .lowerLinksSmall a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0073a3;
	text-decoration: none;
}
.lowerTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
}

.lowerLinksSmall a:hover{
	color: #000000;
}

.mainBodyLinks, a.mainBodyLinks:link, a.mainBodyLinks:visited, a.mainBodyLinks:active, a.mainBodyLinks:hover {
	color: #0073a3;
	text-decoration: none;
	font-size: 12px;
	}

	a.mainBodyLinks:hover {
		color: #000;
		text-decoration: underline;
		}

.dropDownMenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.boldText{
	font-weight: bold;
}
.goButton {
	background-image: url(../images/shared/go.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.mainBodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}
.subBodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 19px;
	color: #333333;
}
.boldHeadline{
	font-size: 18px;
	color: #0073a3;
	font-family: Arial, Helvetica, sans-serif;
}
.mainHomeLinks {
	color: #0073a3;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.newsDates {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.homeBlogHeadlines {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
	font-weight: bold;
}
.bookHeadline {
	font-size: 36px;
	color: #0073a3;
	font-family: Arial, Helvetica, sans-serif;
}
.authorNames {
	font-size: 16px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


/*****  Changes below are by Andrew Childs  *****/

hr {
	display: none;
	}

div.hr {
	height: 1px;
	margin: 15px 0;
	border-top: 1px dashed #666666;
	}

.imageFloatLeft {
	float: left;
	margin: 0 10px 10px 0;
	}

.imageFloatRight {
	float: right;
	margin: 0 0 10px 10px;
	}

.newsCallout {
	font-size: 13px;
	font-weight: bold;
	}

.ACtable {
	font-size: 11px;
	line-height: 17px;
	}

.ACtable td {
	padding: 5px 8px;
	vertical-align: top;
	}

.ACtable th {
	background: #777;
	color: #FFF;
	padding: 6px 8px 2px 8px;
	border-bottom: 3px solid #000;
	}

.ACodd td {
	background: #F3F3F3;
	}
