/* ************** For Popup Event Window ************** */
	#backgroundPopup{   
		display:none;   
		position:fixed;   
		_position:absolute; /* hack for internet explorer 6*/  
		height:100%;   
		width:100%;   
		top:0;   
		left:0;   
		background:#FED837;   
		border:1px solid #cecece;   
		z-index:1;   
		}   
	#popupContact{   
		display:none;   
		position:fixed;   
		position:absolute; /* hack for internet explorer 6*/  
		top:35px;
		//height:90%;   
		width:650px;   
		background:#FFFFFF;   
		border:2px solid #cecece;   
		z-index:10;   
		padding:12px;   
		font-size:13px;   
		}   


body.inside
{
	text-align: left;
	font-family: geneva,tahoma,verdana,sans-serif;
	color: #333333;
	font-size: 10pt;
	/* background-image:url('../images/PageBackground.png');*/
	background:#FED837;
	background:#D1EA41;   
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 150%;
}

#wrapper
{
	position: relative;
	width: 800px;
	margin: 0 auto;
}

.footer
{
	color: #990000;
	font-size: 8pt;
}

.newstitle
{
	width: 200px;
	line-height: 190%;
}

.newsheader
{
	width: 200px;
	font-size: 10pt;
	font-weight: bold;
}

.newstext
{
	width: 200px;
	font-size: 9pt;
	line-height: 130%;
}

.newslink
{
	color: #c90000;
	width: 200px;
	font-size: 9pt;
	text-align: right;
	font-weight: bold;
}

a:link
{
	color: #c90000;
	text-decoration: none;
}

a:visited
{
	color: #c90000;
	text-decoration: none;
}

a:hover
{
	color: #c90000;
	text-decoration: underline;
}

a:active
{
	color: #c90000;
	text-decoration: underline;
}

.hometext { width: 260px; }
.insidetext { width: 540px; }
.insidetextneighborhood { width: 400px; }

.insideheader
{
	font-size: 11pt;
	font-weight: bold;
}

.insideheadersub
{
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}

.flushright { text-align: right; }

.italic { font-style: italic; }

.bold { font-weight: bold; }

------------------


		h1{
			font-family: geneva,tahoma,verdana,sans-serif;
			font-size:130%;
			border-bottom:1px solid #999;
		}

		h2{
			font-family: geneva,tahoma,verdana,sans-serif;
			font-size: 11pt;
			font-weight: bold;
		}

		h3{
			font-family: geneva,tahoma,verdana,sans-serif;
			font-size:100%;
			font-weight: normal;
		}

		h4{
			font-family: geneva,tahoma,verdana,sans-serif;
			color: #CCCCCC;
			font-size:100%;
			font-weight: normal;
		}

		h1 code, h2 code, h3 code{
			font-family: geneva,tahoma,verdana,sans-serif;
			font-weight: normal;
			font-size: 10pt;
			font-style:italic
				}

		h4 code{
			font-family: geneva,tahoma,verdana,sans-serif;
			color: #CCCCCC;
			font-weight: normal;
			font-size: 10pt;
			font-style:italic
				}

		h2 img{border:none;padding-right:.5em;}

		h1 code{
			font-family: geneva,tahoma,verdana,sans-serif;
		}

		#download h2{
			background:#369;
			color:#fff;
			font-size:90%;
			padding:0 .5em;
			margin:.5em 0 0 0;
			border-bottom:1px solid #036;
			border-right:1px solid #036;
			border-top:1px solid #69c;
			border-left:1px solid #69c;
		}

