@charset "utf-8";
/* CSS Document */
#banner	 {
	background-image:url(Assests/Banner.jpg);
	height:150px;
	background-position:center top;
	background-repeat:no-repeat;
	
}

/* Navigation Bar */
#home	{
	display:block;
	width:137px;
	height:112.5px;
	background:url(Assests/Home.gif) no-repeat 0 0;
}

#home:hover	{
	background-position:0 -112.5px;
}

#home span	{
	position:absolute;
	top:-999em; /*This moves the link text way above the top edge of the browser window, effectively hiding the link text for browsers that support CSS and images.*/
}

#trips	{
	display:block;
	width:137px;
	height:112.5px;
	background:url(Assests/Trips.gif) no-repeat 0 0;
}

#trips:hover	{
	background-position:0 -112.5px;
}

#trips span	{
	position:absolute;
	top:-999em; /*This moves the link text way above the top edge of the browser window, effectively hiding the link text for browsers that support CSS and images.*/
}

#join	{
	display:block;
	width:137px;
	height:112.5px;
	background:url(Assests/JoinUs.gif) no-repeat 0 0;
}

#join:hover	{
	background-position:0 -112.5px;
}

#join span	{
	position:absolute;
	top:-999em; /*This moves the link text way above the top edge of the browser window, effectively hiding the link text for browsers that support CSS and images.*/
}

#laws	{
	display:block;
	width:137px;
	height:112.5px;
	background:url(Assests/ByLaws.gif) no-repeat 0 0;
}

#laws:hover	{
	background-position:0 -112.5px;
}

#laws span	{
	position:absolute;
	top:-999em; /*This moves the link text way above the top edge of the browser window, effectively hiding the link text for browsers that support CSS and images.*/
}

#contact	{
	display:block;
	width:137px;
	height:112.5px;
	background:url(Assests/ContactUs.gif) no-repeat 0 0;
}

#contact:hover	{
	background-position:0 -112.5px;
}

#contact span	{
	position:absolute;
	top:-999em; /*This moves the link text way above the top edge of the browser window, effectively hiding the link text for browsers that support CSS and images.*/
}

#conf	{
	display:block;
	width:137px;
	height:112.5px;
	background:url(Assests/Conferences.gif) no-repeat 0 0;
}

#conf:hover	{
	background-position:0 -112.5px;
}

#conf span	{
	position:absolute;
	top:-999em; /*This moves the link text way above the top edge of the browser window, effectively hiding the link text for browsers that support CSS and images.*/
}


	

.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.bodyText_starter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #990000;
}
.Title_Red {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}
.Title_Black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

