html, body {
	margin: 0;
	padding: 0px 0;
	font-family: tahoma,verdana,sans-serif;
	background-color: rgb(157,183,167);
	color: rgb(100,100,100);
	text-align: center;
}

#all {
	width: 663px;
	background-color: transparent;
	font-size: small;
	padding: 0px;

}

h3 {
	font-size: small;
	
}

#title {
	font-size: x-small;
	background-color: transparent;
	color: rgb(110,110,110);
	text-align: left;
	float: left;
	border-bottom: 0;
}

#timedate {
	text-align: right;
	font-size: x-small;
	background-color: transparent;
	/*float: right; commenting this makes it work in Firebird*/
	text-transform: lowercase;
}

#topnav {
	background-color: rgb(0,0,0);
	font-size: small;
	text-align: center;
	width: 100%;
	border: solid 1px rgb(200,200,200);
	border-bottom: 0;
}

#bottomnav {
	width: 100%;
	background-color: rgb(0,0,0);
	text-align: center;
	border: solid 1px rgb(200,200,200);
	border-top: 0;
}

div#content {
	background-color: rgb(255,250,245);
	height: 100%;
	width: 100%;
	padding: 0;
	border-right: solid 1px rgb(200,200,200);
	border-left: solid 1px rgb(200,200,200);
	/*height: 400px;
	overflow: auto;*/

}

.item {
	text-align: justify;
	padding : 7px 15px;

}

div#strip {
	/*width: 100%;*/
	text-align: center;
	margin: 0x;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 2px;
	
}

div#blurb {
	text-align: justify;
	padding: 0px;
	
}

a:link {
	text-decoration: none;
	font-weight: bold;
	color: rgb(211,211,211);

}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: rgb(190,190,190);
}

a:hover {
	text-decoration: none;
	border-top: solid 1px rgb(200,200,200);
	border-bottom: solid 1px rgb(200,200,200);
	font-weight: bold;

}

a:active {
	text-decoration: none;
	border-top: solid 1px rgb(100,60,60);
	border-bottom: solid 1px rgb(100,60,60);
	font-weight: bold;


}

a.nav:link {
	text-decoration: none;
	padding: 0 3em;
	color: rgb(211,211,211);
	font-weight: normal;
}

a.nav:visited {
	text-decoration: none;
	padding: 0 3em;
	color: rgb(190,190,190);
	font-weight: normal;
}

a.nav:hover {
	background-color: rgb(255,250,245);
	color: black;
	border: 0;
}

a.nav:active {


}

a.navcurrent:link {
	background-color: rgb(255,250,245);
	padding: 0 3em;
	color: black;
	font-weight: normal;
	border: 0;
}

a.navcurrent:visited {
	background-color: rgb(255,250,245);
	padding: 0 3em;
	color: black;
	font-weight: normal;
	border: 0;
}

a.navcurrent:hover {
	background-color: rgb(255,250,245);
	padding: 0 3em;
	color: black;
	font-weight: normal;
	border: 0;
}

a.navcurrent:active {
	background-color: rgb(255,250,245);
	padding: 0 3em;
	color: black;
	font-weight: normal;
	border: 0;
}
