div#navbarFrame {
/*
position: absolute;
top: 80px;
left: 10px;
*/
margin: 0px;
height: 40px;
width: 100%;
background-color: red;
}

div#bannerFrame {
/*
#position: absolute;
#top: 10px ;
#left: 10px ;
*/
width: 100% ;
/*background-color: yellow;*/
}

div#footerFrame {
/*bottom: 10px ;*/
/*left: 10px ;*/
width: 100% ;
/*background-color: green;*/
}

div#contentFrame {
top: 120px ;
left: 10px ;
padding: 10px ;
width 100% ;
min-width: 400px ;
min-height: 500px ;
}
CommissionName {
font-colour: white;
font-size: large;
display: block;
}
a:link
{
	color: rgb(0,0,255); 
}
a:visited
{
	color: rgb(102,0,0); 
} 
a:active 
{
	color: rgb(0,0,200);
}
body
{
	font-family: Arial, Helvetica, Sans;
	background-color: #b7e0ff;
	color: rgb(0,0,102);
}
table
{
	table-border-color-light: rgb(102,153,255);
	table-border-color-dark: rgb(0,0,102); 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, Sans;
}