@charset "UTF-8";
/* CSS Document */

.thumbnail{
	height: 100px;
	width: 100px;
	padding: 5px;
	margin: 5px;
}


.thumbnail:hover {
	background-color: transparent;
	height: 318px;
	width: 280px;
	padding: 0px;
	margin-top: -106px;
	margin-right: -70px;
	margin-bottom: -106px;
	margin-left: -70px;
	visibility: visible;
	z-index: 1;
	position: relative;
}

  

body,td,th {
	color: #AA3C2A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align: top;
	text-align: center;
}
body {
	background-color: #ECD7BD;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/main/bg.jpg);
	background-repeat: repeat;
}
a:link, a:visited, a:active {
	color: #AA3C2A;
	text-decoration: underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:hover {
	text-decoration: none;
	color: aa3c2a;
}
.footer{
	background-image: url(images/main/footer.jpg);
	text-align: center;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-color: #A03724;
}
.footerlink{
	color: #FFF;
	text-align: center;
	font-size: 12px;
	vertical-align: middle;
}
.footerlink a:link, .footerlink a:visited{
	color: #FFF;
	text-decoration: underline;
	vertical-align: middle;
}
.footerlink a:hover, .footerlink a:active {
	text-decoration: none;	
}
.header{
	background-image: url(images/main/header.gif);
	text-align: right;
}

.headertext{
	color: #FBE8C5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
	padding-right: 50px;
	padding-bottom: 20px;
}
.headertext a:link, .headertext a:visited{
	color: #FBE8C5;
	text-decoration: none;
}
.headertext a:hover, .headertext a:active {	
	text-decoration: underline;
}
.headerselect {
	text-decoration: underline;
}
.subspace{
	background-image: url(images/main/sub_space.jpg);
	background-repeat: repeat-x;
}
.tablebig{
	border: 2px solid #AA3C2A;
	background-color: #FBE8C5;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-transform: none;
	text-align: center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
}

.contentlink {
	font-size: 12px;
	display: block;
	width: 150px;
	padding: 5px;
	margin: 5px;
	font-weight: bold;
	color: #FEE8C1;
	background-color: #AA3C2a;
	text-decoration: none;
	text-align: center;
}

.contentlink a:link, .contentlink a:visited{
	color: #FEE8C1;
	text-decoration: none;	
}
.contentlink a:hover, .contentlink a:active {
	text-decoration: underline;
	color: #FFF;
	text-align: center;
}
.center {
	text-align: center;
}
.contact {
	display: block;
	width: 80px;
	padding: 4px;
	text-align: right;
	float: left;
	color: #FEE8C1;
	background-color: #aa3c2a;
}
.contact2 {
	display: block;
	width: 280px;
	padding: 4px;
	text-align: left;
	float: left;
	font-weight: bold;
}
.tablebig tr td #Table_01 tr td table tr td h1 {
	text-align: center;
}


/*

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image
	position: absolute;
	background-color: #fbe8c5;
	padding: 5px;
	left: -1000px;
	border: 1px dashed #aa3c2a;
	visibility: hidden;
	color: #aa3c2a;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image
	padding: 2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover
	visibility: visible;
	top: -80px;
	left: 40px; /*position where enlarged image should offset horizontally 
} */
.Categories {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
}


.MagnifImage{background-color:#fff; color:#00f; font-weight:bold; border:4px outset #ccc; 
text-align:center; padding:0;margin:0; }
.invisibletext {
	color: #FCECCF;
}
.leftjust {
	text-align: justify;
}
