html, body {
	color: #99FFFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: "Comic Sans MS", Arial, sans-serif;
	background: blue;
	overflow: auto; 
      }
        
div.topmenu {
        background: blue;
        color: #99FFFF;
        height: 100%
}
      
div.sidemenu {
        background: blue;
        color: #99FFFF;
        float: left;
        height: 75%;
        width: 20%;
}
      
div.content {
        background: blue;
        color: #99FFFF;
        overflow: auto;
        height: 75%;
        padding-left: 1em;
        padding-right: 1em;
}

div.left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 432px;
}

div.top {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 580px;
	height: 150px;
}

div.main {
	position: absolute;
	top: 150px;
	left: 200px;
	width: 580px;
	height: 282px;
}


td.mainmenubutton {
	background-color: yellow;
	color: black;
	border-color:black;
	border-style:solid;
	width:70px;
	border-width:3px;
	font-family:"Comic Sans MS", Arial, sans-serif;
	font-size:100%;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

td.sidemenu {
	background-color: yellow;
	color: black;
	border-color:black;
	border-style:solid;
	width:120px;
	border-width:2px;
	font-family:"Comic Sans MS", Arial, sans-serif;
	font-size:90%;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
}

td.feemenu {
	background-color:blue;
	color: #99FFFF;
	font-family:"Comic Sans MS", Arial, sans-serif;
	font-size:90%;
	text-align: center;
}

td.policymenu {
	background-color:blue;
	color: #99FFFF;
	font-family:"Comic Sans MS", Arial, sans-serif;
	font-size:95%;
	text-align: center;


}

td.thememenu {
	background-color:blue;
	color: #99FFFF;
	font-family:"Comic Sans MS", Arial, sans-serif;
	font-size:90%;
	text-align: center;
}

td.fundersmenu {
	background-color:blue;
	color: #99FFFF;
	width:300px;
	border-width:2px;
	font-size:110%;
}

td.advertise{
	background-color:blue;
	color: #99FFFF;
	width:150px;
	border-width:2px;
	font-size:100%;
}

td.footertable {
	background-color:blue;
	color: #99FFFF;
	width:150px;
	font-size:80%;

}

td.bulletinboard {
	background-color:#99FFFF;
	color: blue;
	border-color:black;
	border-style:solid;
	border-width:4px;
	font-size:80%;
	text-align: left;
	width:300px;
}

table.indexpagetable {
	width: 100%; 
	height: 100%; 
} 

td.indexpagetable { 
	vertical-align: middle; 
} 


li {
	line-height: 1.9;

}

p.lineheight {
	line-height: 1.7;
}

a:link, a:visited, a:background {
	color: black;
	text-decoration: none;
}

a:active {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: none;
}

a.otherlink:link, a.otherlink:visited, a.otherlink:active {
	color: #FFFF00;
	text-decoration: underline;
} 


a.otherlink:hover {
	color: #FF0505; 
} 

a.bulletinlink:link, a.bulletinlink:visited, a.bulletinlink:active {
	color: black;
	text-decoration: underline;
}

a.bulletinlink:hover {
	color: #FF0000;
}


h1 {
	font-size: 225%;
	text-align: center;
	font-weight: normal;
}

h2 {
	text-align: left;
	text-decoration: underline;
	font-size: 125%;
	font-weight: normal;
}

h3 {
	font-size: 110%;
	font-weight: normal;
	text-align: left;
}

h4 {
	text-align: center;
	text-decoration: underline;
	font-size: 125%;
	font-weight: normal;
}

div.footer {
	
	
	bottom:0;
	left:0;
	width:100%; 
	height:8%; 
	overflow:auto;
	font-size: 80%;
	background:blue;
}
