

/**
 * Global Layout CSS Settings
 */

.tdHeader {
	background-color: #555555;
	color: #ffffff;
	padding: 10px;
	font-size: 12px;
	line-height: 150%;
	}
	
.tdFooter {
	padding: 5px;
	font-size: 10px;
	}
	
.tdMenu {
	font-size: 12px;
	padding: 10px;
	line-height: 150%;
	background-color: #ebebeb;
	}
	
.tdMenu a:link, .tdMenu a:visited {
	color: #000;
	text-decoration: none;
	}
	
.tdMenu a:hover {
	color: #000;
	text-decoration: underline;
	}

.maintable {
	border: 1px solid #000000;
	}
	
.bodyContent {
	font-size: 11px;
	padding: 10px;
	}
	
/**
 * Global CSS Text Settings
 */
	
.breadcrumb {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #c0c0c0;
	margin-bottom: 5px;
	}
	
.breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
	color: #0054a6;
	}
	
.smallText {
	font-size: 11px;
	}
	
a:link, a:visited, a:active {
	text-decoration: none;
	color: #0054a6;
	}
a:hover {
	text-decoration: underline;
	color: #0054a6;
	}
	
/**
 * Blog CSS Settings
 */
	
.blogLink {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	}
	
.blogCategories {
	font-size: 12px;
	line-height: 150%;
	}
	
.blogTable {
	border: 1px solid #c0c0c0;
	}
	
.blogTitle {
	font-size: 22px;
	font-family: Georgia;
	}
	
.blogAuthor {
	font-size: 11px;
	line-height: 16px;
	}
	
.blogDate {
	font-size: 11px;
	line-height: 16px;
	}
	
.blogArticle {
	line-height: 150%;
	}
	
.blogPrint {
	float: right;
	font-weight: bold;
	display: block;
	padding: 5px;
	border: 1px solid #c0c0c0;
	margin-left: 5px;
	background-color: #f8f8f8;
	}
	
/**
 * Gallery CSS Properties
 */

.galleryAlbum {
	font-weight: bold;
	background-color: #f5f5f5;
	font-size: 12px;
}

.galleryCategory {
	font-weight: bold;
	background-color: #f5f5f5;
	font-size: 12px;
}

.galleryViewAll {
	text-align: right;
	font-size: 11px;
	font-weight: bold;
}
	
/**
 * News CSS Settings
 */
	
.newsLink {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	}
	
.newsCategories {
	font-size: 12px;
	line-height: 150%;
	}
	
.newsTable {
	border: 1px solid #c0c0c0;
	}
	
.newsTitle {
	font-size: 22px;
	font-family: Georgia;
	}
	
.newsAuthor {
	font-size: 11px;
	line-height: 16px;
	}
	
.newsDate {
	font-size: 11px;
	line-height: 16px;
	}
	
.newsArticle {
	line-height: 150%;
	}
	
.newsPrint {
	float: right;
	font-weight: bold;
	display: block;
	padding: 5px;
	border: 1px solid #c0c0c0;
	margin-left: 5px;
	background-color: #f8f8f8;
	}

/**
 * Content Module
 */

.contentPrint {
	float: right;
	font-weight: bold;
	display: block;
	padding: 5px;
	border: 1px solid #c0c0c0;
	margin-left: 5px;
	background-color: #f8f8f8;
	}
	
/**
 * Pagination CSS Settings
 */

#paginationControl {
	border: 1px solid #c0c0c0;
	padding: 5px;
	text-align: center;
	background-color: #f8f8f8;
	font-size: 11px;
	font-weight: bold;
	}