html {  
	margin-bottom: 1px;
	min-height: 100%
	}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333366;
	background-color: #CCCCFF;
}
p {
	margin-top: 1em;
}
h2, h3, h4, h5, h6 {
	margin-top: 1em; /* font; text */
	font-family: Georgia, "Times New Roman", Times, serif; /* colour; background */
	color: #FF6699;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333366;
	font-size: 170%;
	font-weight: bold;
}
h2 {
	font-size: 140%;	
	font-weight: bold;}
h3 {
	font-size: 110%;
	font-weight: bold}
a:link {
	color: #FF6699;
	font-weight: bold;
}
a:visited {  color: #FF6699;
	font-weight: bold;
}
a:hover {
	color: #FF6699;
	text-decoration: none;}
a:active {  
	color: #FF6699
}
.small {font-size: 90%}
.bold {font-weight: bold;}

#page {
	background-color: #FFFFFF;	
	min-height: 100%
}

#wNav {
/* box */
/* font; text */
/* colour; background */
	background-color: #ffffff;
/* box */
	float: left;
	width: 180px;
}

#navigation, #navigation2 {
	padding: 0.40em; /* 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: #FF6699;
	color: #FFFFFF;
}
#navigation a:hover {
	/* colour; background */
	background-color: #FFCCFF;
	color: #FF6699;
}
#navigation2 a {
	background-color: #FF99FF;
	color: #FFFFFF;
}
#navigation2 a:hover {
/* box */
/* font; text */
/* colour; background */
	background-color: #FFCCFF;
	color: #FF6699;
}
#all{
	margin: 0 auto;
	margin-right: 100px; 
	margin-left: 100px;	
	background-color: #ffffff;
}
#content ul { 
	padding-left: 40px; 
	margin-top: 1em}
#content ul li {
	list-style: disc outside none;
} 

#content{
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	margin-left: 180px;
	margin-right: 180px;
	padding: 10px 10px;
}
#imageplace{
	float: right;
	width: 180px;
	background-color: #ffffff;
	}
#header, #footer, #header1, #footer1{
	background-color: #FFFFFF;
	color: #FF66CC;
}
#header2{
	background-color: #FF6699;
	color: #FFFFFF;
	text-align: right;
	padding: 2px 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;
}#footer2 {
	background-color: #FF6699;
	color: #FFFFFF;
	text-align: right;
	padding: 2px 2px;
} 