/*  CSS rules for document TAGS */

body{
	background-color: #EBDFC2;
	font-size: 9pt;
	color:#1C5D3D;
	margin:0px;
	padding:0px;
	font-family: arial,helvetica,sans-serif;
	line-height: 1.25;
}


h1 {
	font-weight:bold;
	font-size: 10pt;
	color: #1C5D3D;
	margin-bottom:12px;
}

p {
	margin: 0px 4px;
}

a:link		{text-decoration:none;color:#4C9D7D;background-color:transparent;border:0px}
a:visited	{text-decoration:none;color:#4C9D7D;background-color:transparent;border:0px}
a:hover		{text-decoration:underline;color:#4C9D7D;background-color:transparent;border:0px}
a:active	{text-decoration:none;color:#4C9D7D;background-color:transparent;border:0px}

img {
	border: 0px;
}



/* CSS rules for CLASSES */

.footerText {
	font-size: 9pt;
	text-align: center;
	font-family: times,"times new roman", serif;
}

.updateText {
	font-size: 11pt;
}


.initial {
	position: relative;
	top: -22px;
	left: -8px;
	float: left;
	margin-bottom: -30px;
	margin-right: -6px;

} 



.caption {
	text-align: center;
}

.border {
	border-style: solid;
	border-width: 1px;
	border-color: #1C5D3D;
}

.updatePic {
	border-style: solid;
	border-width: 1px;
	border-color: #1C5D3D;
	margin: 5px;
	width: 150px;
	height: 113px;
}

.updatePhoto {
	border-style: solid;
	border-width: 1px;
	border-color: #1C5D3D;
	margin: 5px;
	width: 150px;
	height: 113px;
	text-align: center;
}

.photoContainer {
	width: 160px;
	height: 120px;
	margin-left: 30px;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
	float: left;
}


.background {
	width: 245px;
	background-color: #1C5D3D;
	color: #EBDFC2;
	padding-left: 5px;
}

/* CSS rules and positioning for ELEMENTS */


#content {
	background-color: #FEFBDA;
	border-style: solid;
	border-width: 1px;
	border-color: #1C5D3D;
	position: absolute;
	left: 50%;
	width: 720px;
	height: 780px;
	margin-left: -350px;
	margin-bottom: 10px;
	z-index: 10;

}

#updateContent {
	background-color: #FEFBDA;
	border-style: solid;
	border-width: 1px;
	border-color: #1C5D3D;
	position: absolute;
	left: 50%;
	width: 720px;
	height: 1200px;
	margin-left: -350px;
	margin-bottom: 10px;
	z-index: 10;

}

#updateContent1500 {
	background-color: #FEFBDA;
	border-style: solid;
	border-width: 1px;
	border-color: #1C5D3D;
	position: absolute;
	left: 50%;
	width: 720px;
	height: 1500px;
	margin-left: -350px;
	margin-bottom: 10px;
	z-index: 10;

}

#updateContent2550 {
	background-color: #FEFBDA;
	border-style: solid;
	border-width: 1px;
	border-color: #1C5D3D;
	position: absolute;
	left: 50%;
	width: 720px;
	height: 2550px;
	margin-left: -350px;
	margin-bottom: 10px;
	z-index: 10;

}



#menu {
	width: 720px;
	height: 32px;
	border: 0px;
}

#mainText {
	width: 340px;
	position: relative;
	left: 50px;
	top: 50px;
}

#update {
	width: 660px;
	position: relative;
	left: 30px;
	top: 50px;
}

#updateSet {
	width: 400px;
	position: relative;
	left: 20px;
	top: 70px;
}

#footer {
	position: absolute;
	bottom: 10px;
}

#borderR {
	width: 20px;
	height: 782px;
	position: absolute;
	left: 50%;
	margin-left: 370px;
}

#borderL {
	width: 20px;
	height: 782px;
	position: absolute;
	left: 50%;
	margin-left: -370px;
}

#photos {
	position: absolute;
	top: 180px;
	left: 430px;
}

#siteplan {
	position: absolute;
	top: 180px;
	left: 30px;
	width: 350px;
}


