@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 {
	font-size: 20px;
	color: #FFF;
	text-align: center;
	font-style: italic;
}
h2 {
	font-size: 18px;
	color: #FFF;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}
h3 {
	color: #03F;
	text-align: center;
}
.twoColFixLtHdr #container {
	width: 920px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #009DDC; 
	padding: 0px 0px 0px 0px;  
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border:#666 ridge;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 0px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FF0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
}
.twoColFixLtHdr #header h2 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
.clearPadding {
	/*margin: 0;*/
	padding-left: -20px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left:thin;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #altContent {
	margin: 0 0 0 220px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left:thin;
	text-align: left;
} 
#mainContent table tr td a   {
	text-decoration:none;
	font-size: 9pt;
} 
.twoColFixLtHdr #homeContent {
	padding: 10px 0px;
	/*height:690px;*/
	text-align: center;
	/*background-color: #1FA149;*/
	color:#ffffff;
	background: white url(images/homeContent4BG.jpg) no-repeat;
	font-weight: bold;
} 
.twoColFixLtHdr #watermark {
	/*padding: 258px 0 0 0;*/
	padding: 225px 0 0 0;
	color:#ffffff;
	/*background-image:url(images/licensed/molecule4.png);*/
	/*background-repeat:no-repeat;*/
	/*background-position: left;*/
} 
.twoColFixLtHdr #funDownSection {
	padding: 225px 0 0 0;
} 
.twoColFixLtHdr #footer { 
	padding: 0 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	border-top-style:groove;
	border-top-color:#0F0
} 
.twoColFixLtHdr #footer td {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	background-color: #FFF;
	font-size:12px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header table tr td {
	text-align: center;
	color:#FFF;
	font-size: 100%;
}
.largerFont {
	font-size: 175%;
}
.lessLargerFont {
	font-size: 135%;
}
.h1Green {
	color: #063;
	text-align: center;
	font-weight: bold;
}
.HeadingRed {
	color: #F00;
	text-align: center;
}
.USATitle {
	color: #00F;
	font-weight: bold;
}
.NJFestTitle {
	color: #063;
	font-weight: bold;
}
.locationAddress {
	font-size: 110%;
	color: #fff;
}
.smallArticle	{
	font-size:95%;

}
#HomeSection {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}
.blackH1 {
	color: #000;
}
.yellowH2	{
	font-size:20px;
	color:#FF0;
}
.whiteBullets {
	font-size: 90%;
	color:#FFF;
}
.DirButton	{
	font-size:24px;
}
.TakeMeToSlides	{
	/*float:left;*/
	position:absolute;
	font-size:12px;
	margin-top:570px;
	margin-left:41px;
	font-size:18px;
	}
.CliftonButton	{
	position:absolute;
	font-size:12px;
	margin-top:485px;
	margin-left:40px;
	}
.DownloadFlyerButton	{
	position:absolute;
	font-size:12px;
	margin-top:485px;
	margin-left:480px;
	}
.CaldwellButton	{
	/*float:left;*/
	position:absolute;
	font-size:12px;
	margin-top:435px;
	margin-left:430px;
	}
.h3Down	{
	/*font-variant:small-caps;*/
	color:#900;
	font-stretch:wider;
	font-style:italic;
}

.location {
	font-size: 165%;
	color: #FFF;
}
.levelHeading	{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#039;
	font-size:18px;
	text-align:center;
	font-weight:bold;
	border:#039 solid medium;
}
.Donors {
	font-size: 80%;
	text-align:left
}
.DonationNote {
	font-size: 85%;
}
.cellBottomBorder	{
	border-bottom:dotted medium #090;
}.SmallerEssex {
	font-size: 9pt;
}
.exhibitDescription {
	font-size: 11px;
	padding:5px;
}
.exhibitSubtitle {
	font-size: 9pt;
	font-weight: bold;
}
.exhibitTitle {
	font-size: 11pt;
	font-weight: bold;
}
.exhibitTitleBorder	 {
	border-bottom:solid thin #666;
}
.Paitchell {
	font-size: 12pt;
}
.Anonymous {
	font-size: 16pt;
}
.centrLogo	{
	text-align:center;
}
.colorchange {
	color: #008040;
}
