body{ 
	background-color: white;
	font-family:tahoma, verdana, arial, sans-serif;
	font-size: 11pt;
	margin:0px;
	padding:10px;
	color: #48633f;
}

h1 {font-size: 150%}
h2 {font-size: 120%}
h4 {font-size: 100%;}


h1 {
	font-size: 150%;
}



#pagecontainer {
	margin: 0px auto;
	border: 0px solid #48633f; 
	position: relative;
}


#leftcolumn {
	position: absolute;
	width: 205px;
	border-right: 1px solid #48633f;
	left: 50px;
	top: 50px;
	text-align: left;
	height: 550px;
}



#menu {
	margin-top: 5px;	
} 


/* style, color and size links and headings to suit */
#menu a {
	display: block;
	background-color: #9dc48b;
	color: #48633f;
	text-decoration: none;
	line-height: 200%;
	text-align: right;
	font-size: 120%;
	border-bottom: 0px solid white;
}


#menu a:hover {
	background-color: #48633f;
	color: #9dc48b;
	line-height: 200%;
}	

#rightcolumn {
	position: absolute;
	width: 850px;
	border: 0px solid #336699; 
	padding: 20px;
	left: 250px;
	top: 50px;
	font-size: 100%; 
	font-style: normal;
	height: 660px;
}

#rightcolumnheader {
	position: absolute;
	border: 0px solid #336699; 
	height: 95px;
	width: 500px;
	margin-left: 0px;
	top: 0px;	
}

#mainimagebox {
	position: absolute;
	border: 0px solid #336699; 
	margin-top: 95px;
	margin-left: 0px;
}



#mainimagecaption {
	position: absolute;
	width: 402px;
	height: 100px;
	border: 0px solid #336699; 
	margin-top: 500px;
	margin-left: 0px;
	text-align: right;
	font-size: 8pt;
}

#reviewcaption {
	position: absolute;
	width: 270px;
	height: 100px;
	border: 0px solid #336699; 
	margin-top: 500px;
	margin-left: 0px;
	font-style: italic;
}



#arrowprev {
	position: absolute;
	left: 785px;
	top: 123px;
	border: 0px solid #336699; 
}

#arrowprev a img {
	text-decoration: none;
	border: 0px;
}

#arrownext {
	position: absolute;
	left: 785px;
	top: 167px;
	border: 0px solid #336699; 
}

#arrownext a img {
	text-decoration: none;
	border: 0px;
}

.righttextcontainer {
	position: absolute;
	width: 800px;
	height: 200px;
	border: 0px solid #336699;  
	margin-top: 95px;
	margin-left: 0px;
}

ul.righttextcontainerlist {list-style-type: square}

.texta {
 font-size: 12pt;
 border: 1px solid #48633f;
}




a.linkspage {text-decoration:none;color:#48633f;font-style:normal}
a.linkspage:link {text-decoration:none;color:#48633f;font-style:normal}
a.linkspage:visited {text-decoration:none;color:#336699;font-style:normal}
a.linkspage:hover {text-decoration:none;color:#336699;font-style:normal}

