/* styles for main pages */


body {  background: #000000;
	text-align: center;
     } 


a:link, a:active, a:visited   { color: #333333 }

div#pagewrap {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 852px;
}
#pagetext {
	position: absolute;
	top: 100px;
	left: 100px;
	width: 550px;
	padding: 30px;
	font: 11px arial;
	color: #000;
	z-index: -1;
}
#pagetext a:link, #pagetext a:visited, #pagetext a:hover, #pagetext a:active {
	color: #000
}


.copytext  {
	font-family: Arial; 
	font-weight: normal; 
	font-size: 10px; 
	color: #333333;
	}

.gbtext  {
	font-family: Arial; 
	font-weight: normal; 
	font-size: 10px; 
	color: #666666;
	}

.formtextfield	{
	font-family: Verdana;
	font-size: 10pt;
	color: #999999;
	background: transparent;
	width:250;
	height:22;
	}

.formtextarea	{
	font-family: Verdana;
	font-size: 10pt;
	color: #999999;
	background: transparent;
	width:480;
	height:105;
	}

.formtextarea2	{
	font-family: Verdana;
	font-size: 10pt;
	color: #999999;
	background: transparent;
	width: 575;
	height: 125;
	}

#contactform {
	margin: 0px;
	padding: 0px;
	width: 510px;
	height: 338px;
}
/* layers for contact pages */
#nameLayer, #orgLayer, #telLayer, #emailLayer, #subLayer {
	position: absolute;
	left: 10px;
	width: 240px;
	height: 23px;
}
#nameLayer {
	top: 58px;
}
#orgLayer {
	top: 82px;
}
#telLayer {
	top: 106px;
}
#emailLayer {
	top: 130px;
}
#subLayer {
	top: 154px;
}

#commentLayer {
	position: absolute;
	top: 196px;
	left: 10px;
	width: 374px;
	height: 100px;
}
#checkboxLayer  {
 	position: absolute;
	top: 310px;
	left: 456px;
	width: 55px; 
	height: 18px 
}
#sendbutton {
 	position: absolute;
	top: 309px;
	left: 10px;
}


/* layers for guestbook form */
#gbnameLayer  { visibility: visible; position: absolute; top: 230px; left: 153px; width: 240px; height: 23px }
#gborgLayer  { visibility: visible; position: absolute; top: 254px; left: 153px; width: 240px; height: 23px }
#locLayer  { visibility: visible; position: absolute; top: 278px; left: 153px; width: 240px; height: 23px }
#gbemailLayer    { visibility: visible; position: absolute; top: 302px; left: 153px; width: 240px; height: 24px }
#gbcommentLayer   { visibility: visible; position: absolute; top: 359px; left: 153px; width: 500px; height: 113px }


div#announcewrap {
	position: relative;
	width: 100%;
}
#announce {
	position: absolute;
	top: 50px;
	left: 585px;
	width: 260px;
	height: 125px;
	color: #ccc;
	font-family: verdana;
	font-size: 10px;
	letter-spacing: .5px;
}
a.linkmore, a.linkmore:visited {
	font-size: 9px;
	color: #b43404;
	text-decoration: none;
}
a.linkmore:hover {
	color: #e63d00;
	text-decoration: underline;
}
.red {
	color: #b43404;
}
#annhead {
	color: #b43404;
	font-weight: bold;
	padding-bottom: 10px;
}
#annhead a, #annhead a:visited, #annhead a:hover {
	color: #b43404;
	text-decoration: none;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}