html, body
{
	margin: 0em;
	padding: 0em;
	background-color: #FFFFFF;
}

div
{
	margin-bottom: 1em;
	margin-top: 1em;
}

table.noborder
{
	border: none;
}

table.noborder TD
{
	border: none;
}

ol, ul
{
	list-style-position: inside;
}

img[ismap], img[usemap]
{
	cursor: crosshair;
}

#thetop
{
	margin: 0em 0em .5em 0em;
	padding-bottom: 0em;
	text-align: center;
	background-color: #f2f2ea;
	color: black;
}

#thetop a {
	color: blue;
	text-decoration: underline;
}

#topnav {
	background-color: rgb(249,249,246);
	margin: 0em;
}

#breadcrumb {
	background-color: #FFEEEE;
	padding-bottom: .1em;
	margin: 0em;
	border-top: 1px solid red;
}

.cSection, .nSection {
	padding-left: 1em;
	padding-right: 1em;
}

.cSection {
	background-color: #FFEEEE;
	border-top: 1px outset red;
	border-left: 1px outset red;
	border-right: 1px outset red;
	border-bottom: 1px solid #f2f2ea;
}

.nSection {
	border-left: 1px solid #dddddd;
}

.cSection + .nSection {
	border-left: inherit;
}

.nSection:last-child {
	border-right: 1px solid #efefef;
}

#search {
	float: right;
	padding-right: 1em;
	margin: 0px;
	color: #000000;
}

#logo {
	background-color: #f2f2ea;
	padding: 0px;
	margin: 0em;
	text-align: left;
}
/*
#ad {
	width: 34%;
	text-align: left;
	background-color: #FFFFFF;
	color: #000000;
	padding: 0em 0em 0em 1em;
	float: left;
	margin: 1%;
}

#message
{
	padding: 0em;
	text-align: center;
	width: 60%;
	background-color: #d7e8d3;
	float: left;
	margin: 1%;
}
*/

div.bround , #leftcol div.bround {
	margin: 0em;
	padding: 0em;
	text-align: left;
}

#footer
{
	clear: both; 
	text-align: center;
	margin: 1em 0em 0em 0em;
}

#columns
{
	margin: 0em;
	padding: 0em;
	clear: both;
}

#leftcol
{
	float: left;
	width: 15%;
	margin: 0% 1% 0% 1%;
	background-color: #f2f2ea;
}

#leftcol div
{
	padding: .25em;
	margin-top: 0em;
}

#leftcol div a
{
	padding-left: .25em;
	padding-right: .25em;
}

#leftcol div.section
{
	border-top : 1px dotted black;
	padding: .25em;
	
}

#thecontent
{
	width: 80%; 
	float: right; 
	padding: .25em;
	margin: 0% 1% 0% 0%;
}

q {
	font-style: italic;
}

/* Google and Yahoo Search cache easter egg */

font > i {
	color: black;
}

font > i:after {
	content: " Except for the secret subliminal messages we have inserted into the page."
}
