/* newstyle */
/* Updated 07Feb2005: changed to terminal amber/green/white scheme. */
/* 23Feb05 - changed to allow ul for pages and articles */
/* 17Feb06 - new age style that doesn't work in IE....yet */
.title {
	text-align: center;
}
body {
	background-color: white;
	color: black;
	font-family: sans-serif;
}
/* HACK alert */
div#backgr {
	width: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: 0;
}
.hundimg {
	width: 100%;
	height: 100%;
}
div#maincontent {
	z-index: 1;
	position: absolute;
}
body.frontpage {
	/* Happy St Paddy's Day
	background-color: lime;
	color: black;
	*/
}
img.webbutton {
	width: 88px;
	height: 31px;
	border: 0px;
}
img.webbutton-80x15 {
	width: 80px;
	height: 15px;
	border: 0px;
}
.conf {
	border: 1px;
	border-style: solid;
	width: auto;
	font-family: fixed, sans-serif;
}
.vsepbar {
	height: 3px; /* fixed height! ahh! */
}
div#sepbar {
	display: table-cell;
	background-color: transparent;
	width: .3%;
}
div#recart, div#links {
	border: 0px;
	border-style: solid;
	background-color: #ddddee; 
	color: black;
	padding-bottom: .1%;
	display: table-cell;
	/* try this for IE:
	float: left;
	display: inline;
	*/
}
div#recent {
	background-color: #ddddee; 
	color: black;
	border: 1px;
	border-style: solid;
}
div#recart {
	width: 68%;
}
div#links {
	margin-top: 2%;
	width: 30%;
}
div#recent, div#articles {
	height: 50%;
}
table#mtabl {
	width: 80%;
	margin-left: auto;
	border: outset 1px;
	margin-right: auto;
}
ul#linksul {
}
ul#articlesul {
}
ul#recentul {
}
p#pfooter,hr#pfhr {
	padding: 0% 0% 0% 0%;
}
.disclaimer {
	font-size: xx-small;
}
.credits {
	font-size: small;
}
.copyright, .update {
	font-size: small;
}
a {
}
a:visited {
}
.captionbelow {
	padding: 0% 0% 0% 0%;
	font-size: x-small;
}
pre#fortune {
	font-size: x-small;
}
.dmcawarning {
	font-size: xx-small;
}
.lihead {
	background-color: black;
	color: lime;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	font-variant: small-caps;
}
#nav {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
