body {
	margin: 0 0 0 0;
	background-color: white;
	background-image: url(images/menu/bg_tile.gif);
	background-repeat: repeat-x;
	}
.times{
	position: absolute;
	top: 5px;
	right: 5px;
	float: right;
	width: 30%;
	text-align: right;
	color: #0054a6;
	font-size: 12px;
	
}
.topdiv{
	position: absolute;
	top: 190px;
	left: 0px;
	width: 100%;
}
.headingbig{
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	font-size: 20pt;
	font-weight: bold;
	color: #0054a6;
	}
.heading{
	color: #0054a6;
	font-size: 14pt;
	font-weight: bold;
}
.image{
	position: relative;
	top: 55px;
}
.list{
	position: relative;
	top: 60px;
	left: 12px;
	color: #0054a6;
	font-size: 14pt;
}
.texthead{
	position: relative;
	top: 50px;
	left: 10px;
	color: #0054a6;
	font-size: 14pt;
	font-weight: bold;
}
.text{
	font-size: 14px;
	color: #0054a6;
	}
.abouttext{
	font-size: 14px;
	color: #0054a6;
	margin-right: 5px;
	}
.textsmall{
	font-size: 10px;
	color: #0054a6;
}
.right{
	float: right;
	margin: 0 0 0 20px;
	}
.left{
	margin-left: 50px;
	}
	
.hidden1{
	display: none;
	background-image: url(images/menu/home_f2.gif);
}
.hidden2{
	display: none;
	background-image: url(images/menu/media_f2.gif);
}
.hidden3{
	display: none;
	background-image: url(images/menu/about_f2.gif);
}
.hidden4{
	display: none;
	background-image: url(images/menu/direct_f2.gif);
}
.hidden5{
	display: none;
	background-image: url(images/menu/contact_f2.gif);
}
.hidden6{
	display: none;
	background-image: url(images/menu/donate_f2.gif);
}
.hidden7{
	display: none;
	background-image: url(images/menu/link_f2.gif);
}
.button{
	position: relative;
	top: 145px;
	}
.title{
	position: relative;
	left: -7px;
	display: block;
	width: 342px;
	height: 187px;
	float:left;
	margin: 0 0 0 0;
	background-image: url(images/menu/header.gif);
	}

.home {
    display: block;
	width: 57px;
    height: 42px;
	float: right;
	background-image: url(images/menu/home.gif);
    margin: 145 0 0 0;
}
.home:hover {
	background-image: url(images/menu/home_f2.gif);
}
.about {
    display: block;
	width: 54px;
    height: 42px;
	float: right;
	background-image: url(images/menu/about.gif);
	 margin: 145 0 0 0;

}
.about:hover {
	background-image: url(images/menu/about_f2.gif);
}
.media {
    display: block;
	width: 56px;
    height: 42px;
	float: right;
	background-image: url(images/menu/media.gif);
    margin: 145 0 0 0;
}
.media:hover {
	background-image: url(images/menu/media_f2.gif);
}
.direct {
    display: block;
	width: 89px;
    height: 42px;
	float: right;
	background-image: url(images/menu/direct.gif);
    margin: 145 0 0 0;
}
.direct:hover {
	background-image: url(images/menu/direct_f2.gif);
}
.donate {
    display: block;
	width: 64px;
    height: 42px;
	float: right;
	background-image: url(images/menu/donate.gif);
    margin: 145 0 0 0;
}
.donate:hover {
	background-image: url(images/menu/donate_f2.gif);
}
.contact {
    display: block;
	width: 75px;
    height: 42px;
	float: right;
	background-image: url(images/menu/contact.gif);
    margin: 145 0 0 0;
}
.contact:hover {
	background-image: url(images/menu/contact_f2.gif);
}
.link {
    display: block;
	width: 51px;
    height: 42px;
	float: right;
	background-image: url(images/menu/link.gif);
    margin: 145 0 0 0;
}
.link:hover {
	background-image: url(images/menu/link_f2.gif);
}
.alt { display: none; }
.bottom{
	position: absolute;
	bottom: 0px;
	width: 100%; 
	text-align: center;
	font-size: 10pt;
}
.bottommenu{
	margin-top: 50px;
	text-align:center;
		
}
.address{
	position: absolute;
	top: 130px;
	right: 5px;
	float: right;
	width: 40%;
	text-align: right;
	color: #0054a6;
	font-size: 12px;

}