html {  margin-bottom: 1px; min-height: 100%;}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #336666;
	background-color: #339999;
	margin-top: 30px;
	margin-bottom: 30px;
}
h1 {
	font-size: 160%;
	font-family: Georgia, Times, "sans serif";
	color: #339999;
}
h2 {
	font-size: 140%;
	font-family: Georgia, Times, "sans serif";
	color: #339999;
}
h3 {
	font-size: 110%;
	font-family: Georgia, Times, "sans serif";
	color: #339999;
}
a:link {
	color: #339999;
	font-weight: bold;
}
a:visited {  color: #339999;
	font-weight: bold;
}
a:hover {
	color: #339999;
	text-decoration: none;}
a:active {  
	color: #339999
}
.small {font-size: 80%}
.bold {font-weight: bold;}

#page {
	background-color: #CCFFFF;
	min-height: 200px;
}
#footer {
	text-align: right;
	color: #FFFFFF;
	font-size: 90%;
	background-color: #339999
	}
#footer a:link {	text-decoration: none; color: #FFFFFF}
#footer a:visited { text-decoration: none; color: #FFFFFF}
#footer a:hover { text-decoration: none;	color: #339999; background-color: #CCFFFF;}
#footer a:active { text-decoration: none; color: #FFFFFF}
#navigation {
	text-align: right;
	color: #FFFFFF;
	background-color: #339999;
}
#navigation li { display: inline; white-space: nowrap;}
#navigation ul {margin: 0;}
#navigation a:link {	text-decoration: none; color: #FFFFFF}
#navigation a:visited { text-decoration: none; color: #FFFFFF}
#navigation a:hover { text-decoration: none;	color: #339999; background-color: #CCFFFF;}
#navigation a:active { text-decoration: none; color: #FFFFFF}

#all{
	margin-right: 100px; 
	margin-left: 100px
}
#content{
	margin-left: 200px;
	padding: 10px;
}
#imageplace{
	float: left;
	width: 200px;
}
#header{
	background-color: #FFFFFF;
	color: #FFFFFF;
}
#header2{
	background-color: #CCFFFF;
	color: #339999;
	height: 20px;
; font-size: 80%
	}
#wHeader, #wFooter {
/* box */
	height: 20px;
/* font; text */
/* colour; background */
	background-color: #CCFFFF;
}
.corner {
/* box */
	width: 23px;
	height: 20px;
/* font; text */
/* colour; background */
	background-repeat: no-repeat;
}
#topLeft {
	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;
}

