
body { 	
	color : #000;
	/*background-color : #a6cded; */
	/* darker */
	/*background-color : #f8ce0b;*/
	/* brighter */
	background-color : #f8d530;
	font: 16px sans-serif;
/*
	margin-left: 70px;
	margin-right: 70px;
*/
}

div, p, th, td, li, dd, dl, dt { /* redundant selectors to help NS4 not forget */ 
	color : #000;
	/* font: 12px/14px sans-serif;  */
	font: 16px sans-serif;

}

a:link {
	color: #0000bb;
/*   color: #008000; */
   font-weight: bold;
}
a:visited {
/*   color: #22225c; */
   color: #656565;
   font-weight: bold;
}
	
h1	{
	font-size:	2em;
	line-height:	117%;
	}
h2	{
	font-size:	1.75em;
	}
h3	{
	font-size:	1.5em;
	}
h4	{
	font-size:	1.25em;
	}
h5	{
	font: .8em Georgia, Times New Roman, Times, serif;
	}
h6	{
	font-size:	0.8em;
	}	
h1, h2, h3, h4, h5, h6	{
/*	font-family:	arial, helvetica, sans-serif; */
	font-family:	sans-serif;
	color : #000;
	}

h1.title  {	
	line-height:	10px;
	font-size : 30px;
	text-align : center; }

ul.menu {	
	text-align : center;
	font-weight : bold; 
	list-style-type: none;
	list-style-position: inside;
	/*margin: 0 15px 10px 0; */
	margin: 0 0 0 0;
	padding-left: 0;
	border: solid 1px #ccc;
	font: normal 10px geneva, verdana, sans-serif; 
}

div.titlearea {
        position: absolute;
        top: 0;
        left: 0;
        height: 200px;
        width: 100%;
	padding-top: 5px;
}

div.textarea {
        position: absolute;
        top: 210px;
        left: 220px;
	right: 0;
        padding: 15px;
	padding-right: 10%;
	background-color : #ff8040;
/*
	lightish green
	background-color : #649d64;

	orage we like
	background-color : #ff8040;

	okay with white text
	background-color : #357e35;
*/
}
div.leftmenu {
        position: absolute;
        top: 210px;
        left: 0;
        width: 220px;
}

div.leftmenu ul {
	padding-left: 1em;
	padding-right: 1em;
	list-style-position: inside;
	list-style-type: none;
}

div.leftmenu ul li a {
   display: block;
   padding: 5px;
   margin: 0;
/*   background: #489f48; better */
/*   background: #3a8e3a; too dark? */
   background: #008000;
   color: #ccc;
   border-top: solid 1px #999;
   border-bottom: solid 1px #ccc;
   text-decoration: none;
}
div.leftmenu ul li a:hover {
   /* background: #333; */
   background: #aaa;
   color: #008000;
   text-decoration: underline;
}




div.footer {
	position: fixed;
	bottom: 2px;
	right:  0;
	width: 18%;
}



ul.menu li a {
   display: block;
   padding: 5px;
   margin: 0;
   background: #666;
   color: #000;
   border-top: solid 1px #999;
   border-bottom: solid 1px #ccc;
   /*font: normal 10px geneva, verdana, sans-serif; */
   text-decoration: none;
}
ul.menu li a:hover {
   background: #333;
   text-decoration: underline;
}


p.smallprint {
	font-size: 0.7em;
}

.contentText {	
	color : black;
	}

.sidebar { 
padding: 2em;
float: right; }


.ahem {
	display : none}

div.thumbleft {
	/*padding: 2em; */
	float: left;
	display: inline-block;
	 width: 200px;
	 border: 1px solid #999;
	 /*margin: 0 15px 15px 0; */
	 padding: 5px;
}

td.thumbnail {
	width: 250px;
	border: 1px solid #999;
	margin: 4px 4px 6px 6px;
	padding: 5px
}

