body {
/* Spring: */
/*	background: #AECB9B url(./media/graphics/RCG002.jpg) top left repeat-x; */
/* Summer: */  
	background: #e1e0ce url(./media/graphics/RCG002.jpg) top left repeat-x;
/* Summer green: */  
/*	background: #d4d8a9 url(./media/graphics/RCG002.jpg) top left repeat-x;
/* Autumn */
/*	background: #E3E0C1 url(./media/graphics/RCG002.jpg) top left repeat-x;
/* Winter */	
/*	background: #B1C8D6 url(./media/graphics/RCG002.jpg) top left repeat-x; */
	color: black;
	font-family: Verdana, Helvetica, Arial,sans-serif;
	font-style: normal;}
body a {
	color: #1F4813;
}
body a:hover {
	color: #00885B;
}
a:link {
	text-decoration: underline;
	color: #123C00;
}
a:visited {
	text-decoration: underline;
	color: #123C00;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


h4 {
		font-size:x-small;
}

h5 {
		font-size:x-small;
}


.rightside {
	position: absolute;
	right:0px;
	top:160px;
	width:230px;
	font-family: Verdana, Helvetica, Arial,sans-serif;
	font-style: normal;
	font-size: xx-small;
}

.maintext {
	position: absolute;
	left:175px;
	top:180px;
	margin-right:20px;
	
}

.maintext p {
	margin-bottom: 8px;
}


.frontpage {
	position: absolute;
	left:175px;
	top:160px;
	right:240px;
}

.frontcenter {
	text-align: center;
}

.imgcenter {
	width: 290px;
	margin-left: auto;
	margin-right: auto;
}

.leftside {
	position: absolute;
	left:0px;
	top:100px;
	width:160px;
}


.foot {	font-size: 7pt;
	text-align: center;
	}

.logo { position: absolute;
	left:420px;
	top:300px;
	width:526px;
}

.membername { font-variant: small-caps;
}

.memberpos { color: #265726;
}

blockquote {
	margin-left: 40px;
}

IMG.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: groove black 6px;
}

p.centered { text-align:center; }


.heading {
	font-family: Verdana, Helvetica, Arial,sans-serif;
	font-weight: bold;
	font-size: 16pt;
	}



.pagesubtitle {
	font-size:110%;
	font-weight:bold;
	font-variant:small-caps;
}

.pageheadline {
	font-size:110%;
	font-weight:bold;
	font-variant:small-caps;
}

.pagebyline {
	font-size:80%;
	font-style:italic;
}


.formlabel {
	position:relative;
	width:175px;
	left:0px;
	font-weight:bold;
	float:left;
	text-align:right;
}

.formbox {
	position:relative;
	left:4px;
}

.stdformbox {
	position:absolute;
	left:175px;
}

.formrow {
	position:relative;
	height:20px;
}

.formtext {
	position:relative;
	height:120px;
}

.formcont {
	position:relative;
}


table {
	empty-cells: show ;
}


.thetext {
	margin-left:20px;
	margin-right:20px;
}

input, select {
   border-style: solid;
   border-width: 1px; 
   border-color: black; 
   font-size: 8pt;
   cursor: pointer;

}

