@charset "utf-8";
/* CSS Document */


body {font-family:Verdana, Georgia, "Times New Roman", Times, serif;color:#fff;background-color:#007c00;font-size:75%;}
a:link, a:visited {color:#fff;text-decoration:underline;}
a:hover {text-decoration:none;}

.homepageHeader{font-size:200%}
h1{font-size:150%}

h2{font-size:130%}

.theBreaker
{
 height: 1px;
 clear: both;
 overflow: hidden;
}







	/* jQuery lightBox plugin - Gallery style */
	#gallery {

	}
	#gallery ul { list-style: none; }
	#gallery ul li { display: block;margin:0 10px 15px 0;width:50px;height:50px;overflow:hidden; border: 5px solid #3e3e3e;border-width: 5px;float:left;}
	#gallery ul a {display:block;width:50px;height:50px;
		
	}
	#gallery ul a:hover img {
		border: 5px solid #fff;
		border-width: 5px;
		color: #fff;
	}
	#gallery ul a:hover { color: #fff; }