html {  margin-bottom: 1px; min-height: 100%;}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #006400;
	background-color: #669900;
	margin-top: 30px;
	margin-bottom: 30px;
}
h1 {
	font-size: 160%;
	font-family: Georgia, Times, serif;
	color: #333333;
}
h2 {
	font-size: 140%;
	font-family: Georgia, Times, serif;
	color: #333333;
}
h3 {
	font-size: 110%;
	font-family: Georgia, Times, serif;
	color: #333333;
}
a:link {
	color: #006400;
	font-weight: bold;
	}
a:visited {  color: #006400;
	font-weight: bold;}
a:hover {
	color: #006400;
	text-decoration: none;}
a:active {  color: #006400
}
.small {font-size: 80%}
.bold {font-weight: bold;}
.grey {
	color: #AAAAAA;
}
#page {
	min-height: 190px; 
	background-color: #ccffcc;
	}
#footer {
	text-align: right;
	color: #FFFFFF;
	font-size: 90%
	}
#footer2 {
	background-color: #FFFFFF;
	text-align: right;
	}
#navigation{
	text-align: right;
	background-color: #669900;
	color: #FFFFFF;
	font-variant: small-caps;
	font-weight: bold
}
#navigation a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #006400;}

#navigation a:link {	text-decoration: none; color: #FFFFFF}
#navigation a:active {  text-decoration: none; color: #FFFFFF}
#navigation a:visited {  text-decoration: none; color: #FFFFFF}
#all{
width: 90%; margin: 0 auto;
}
#content{
	margin-left: 190px;
	padding: 10px;
}
#imageplace{
	float: left;
	width: 190px;
}
#header{
	background-color: #FFFFFF;
	color: #FFFFFF;
}
.corner {
/* box */
	width: 23px;
	height: 20px;
/* font; text */
/* colour; background */
	background-repeat: no-repeat;
}
#wHeader, #wFooter {
/* box */
	height: 20px;
/* font; text */
/* colour; background */
}
#topLeft {
/* box */
	float: left;
/* font; text */
/* colour; background */
	background-image: url(../images/topLeft.gif);
	background-position: top left;
}

#topRight {
/* box */
	float: right;
/* font; text */
/* colour; background */
	background-image: url(../images/topRight.gif);
	background-position: top right;
}

#bottomLeft {
/* box */
	float: left;
/* font; text */
/* colour; background */
	background-image: url(../images/bottomLeft.gif);
	background-position: bottom left;
}

#bottomRight {
/* box */
	float: right;
/* font; text */
/* colour; background */
	background-image: url(../images/bottomRight.gif);
	background-position: bottom right;
}
.quotation {
	background-color: #FFFFFF;
	font-family: Georgia, Times, "sans serif";
	text-align: justify;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}