/*
	3 words: Netscape 4 SUX!
 */
td,body,li,ul,ol,a,p
.header,
.logo,
.ideaslink,
.ideas,
.footer,
.menu,
.navbar,
.navmenu,
.navitem
{
	font-family: Georgia, "Times New Roman", Times, serif;
}
.bgblack {
	background-color: #000000;
}
.bgwhite {
	background-color: #FFFFFF;
}
.bggray {
	background-color: #CCCCCC;
}
/* body stuff */
.intro {
	clear: both;
}
.intro:first-letter {
	font-size: 200%;
}

ol {
	list-style-type: upper-roman;
}
ol ol {
	list-style-type: upper-alpha;
}
ol ol ol {
	list-style-type: decimal;
}
ol ol ol ol {
	list-style-type: lower-roman;
}
ol ol ol ol ol {
	list-style-type: lower-alpha;
}

li li {
	font-size: 90%;
}

li li li {
	font-size: 90%;
}

li li li li {
	font-size: 90%;
}

.headline {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; font-weight: bold}

.footer {
	font: normal 10px Georgia, "Times New Roman", Times, serif;
	color: #999999;
	text-align: center;
}
div.ideaslink,
div.ideaslink:active,
div.ideaslink:link,
div.ideaslink:visited {
	text-decoration: none;
	font-size: 9px;
	margin-right: 1em;
}
div.ideaslink:hover {
	color: #FF0000;
	text-decoration: none;
}
div.ideaslink:first-letter {
	font-size: 10px;
	font-weight: bold;
}

/* header stuff */
.header {
	border-bottom: 1px dotted black;
	padding: 0.5em;
	height: 6em;
}

.logo {
	float: left;
	vertical-align: middle;
}
.ideas {
	margin-left: 1em;
	border: 2px dotted #CCC;
	padding: 5px;
	width: 10%;
}

.navmenu {
	display: block;	
	margin-left: 10px;
	border: 1px solid black;
}
.navitem {
	display: block;
	margin: 0px;
}
.navitem img {
	margin-right: 3px;
	width: 23px;
	display: none;
	border-style: none;
	margin: 0px;
}

img, image {
	border-style: none;
}

img, image {
	border-style: none;
	margin: 10px;
}

.caption img {
	text-align: center;
	float: center;
}

.caption {
	text-align: center;
	float: center;
}
.foo {
	display: table-row;
}