body {

	background: #e6e5c7 url(../images/bg2.jpg) top repeat-x;
	font-family: Arial;
	font-size: 11px;
}

table.linkbackground td{
	background-color: #e6e5c7;
	filter:alpha(opacity=100);
	opacity: .7;
	-moz-opacity: .7;
}

td.shadow_right {
	background-image: url(images/shadow_left.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

td.shadow_left {
	background-image: url(images/shadow_right.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

td.body_content {
	padding: 5px;
	background-color: #000000;
	background-repeat: repeat;
	font-family: magneto;
	font-color: #FFFFFF;

}

h3.heading {
	font-family: Edwardian Script ITC;
	font-color: #FFFFFF;
	font-size: 35px
}

h4.heading {
	font-family: Amazone BT;
	font-color: #FFFFFF;
	font-size: 25px
}

a.main_link:active,a.main_link:visited,a.main_link:link{
	font-weight: bold;
	text-decoration: none;
	font-family: Amazone BT;
	font-size: 25px;
	display: block;
	width: 100%;
	color: #000000;
	line-height: 50px;

}

a.main_link:hover{
	background-color:#ABCDEF;
	color: #000000;

}

a.bottom_link:active,a.bottom_link:visited,a.bottom_link:link{
	font-family: times new roman;
	text-decoration: none;
	color: #1d5380;
}
a.bottom_link:hover{
	color: #333333;
	background-color: #000000;
}

ul{
list-style-type: dot;
}

li{
border: 0px solid #000;
margin: 1em;
padding: 1px;
font: 12pt;
font-family: Arial;
color: #000000;

}

div.bottom_content{
	color: #FFFFFF;
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}
div.navigation {
	height: 50px;
	vertical-align: middle;
	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: #e6e5c7;
padding: 5px;
left: -1000px;
border: 2px solid #546c8e;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -150px; /*position where enlarged image should offset horizontally */

}

#coolmenu{
border: 2px solid #546c8e;
width: 100%;
background-color: #FFFFFF;
}

#coolmenu a{
font: bold 16px Amazone BT;
padding: 4px;
padding-left: 14px;
display: block;
width: 100%;
color: black;
text-decoration: none;
border-bottom: 1px solid #546c8e;
}

html>body #coolmenu a{ /*Non IE rule*/
width: auto;
}

#coolmenu a:hover{
background-color: #abcdef;
color: black;
}

#tabledescription{
width: 100%;
font: 16px Amazone BT;
height: 6em;
padding: 2px;
filter:alpha(opacity=0);
-moz-opacity:0;
}