html {  
	margin-bottom: 1px; min-height: 100%;
	}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;
	background-color: #666666;
}
p {
	margin-top: 1em;
}
h2, h3, h4, h5, h6 {
/* box */
	margin-top: 1em;
/* font; text */
	font-family: Georgia, Times, "sans serif";
/* colour; background */
	color: #FF0000;}
h1 {
	font-family: Georgia, Times, "sans serif";
	color: #FF0000;
	font-size: 200%;	}
h2 {
	font-size: 140%;	}
h3 {
	font-size: 110%;	}
a:link {
	color: #333333;
	font-weight: bold;
}
a:visited {  color: #333333;
	font-weight: bold;
}
a:hover {
	color: #333333;
	text-decoration: none;}
a:active {  
	color: #333333
}
.small {font-size: 90%}
.bold {font-weight: bold;}

#page {
	background-color: #FFFFFF;
	min-height: 150px;
}

#wNav {
/* box */
	float: left;
	width: 150px;
/* font; text */
/* colour; background */
	background-color: #ffffff;
}

#navigation, #navigation2 {
/* box */
	padding: 0.20em;
/* font; text */
	text-align: left;
/* colour; background */
}

#navigation li, #navigation2 li {
/* box */
	margin: 0.10em 0 0.20em 0;
/* font; text */
/* colour; background */
}

#navigation a, #navigation2 a {
/* box */
	display: block;
	width: 90%;
	padding: 0.10em 0.30em;
	border-top:    1px solid #cccccc;
	border-left:   1px solid #cccccc;
	border-bottom: 1px solid #999999;
	border-right:  1px solid #999999;
/* font; text */
	font-size: 0.9em;
	text-decoration: none;
}

#navigation a {
	background-color: #FF0000;
	color: #FFFFFF;
}
#navigation a:hover {
/* box */
/* font; text */
/* colour; background */
	background-color: #CCCCCC;
	color: #FF0000;
}
#navigation2 a {
	background-color: #CC9999;
	color: #FFFFFF;
}
#navigation2 a:hover {
/* box */
/* font; text */
/* colour; background */
	background-color: #CCCCCC;
	color: #FF0000;
}
#all{
	margin: 0 auto;
	margin-right: 75px; 
	margin-left: 75px
}
#content ul { 
	padding-left: 40px; 
	margin-top: 1em}
#content ul li { 
	list-style: disc outside none; } 

#content{
	background-color: #CCCCCC;
	margin-left: 150px;
	margin-right: 150px;
	padding: 10px 10px;
	min-height: 150px
}
#imageplace{
	float: right;
	width: 150px;
	background-color: #ffffff;
	}
#header, #footer, #header1, #footer1{
	background-color: #FFFFFF;
	color: #FF0000;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header2, #footer2{
	background-color: #FF0000;
	color: #FFFFFF;
	text-align: right;
	padding: 2px;
	font-weight: bold;
}
.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;
}