/*******************GLOBAL PARAMETERS**********************/

body {
	margin: 0;
	background: #eee; /*was fff*/
/*	padding: 0; Doesn't seem to do anything */
/*	font-size: 12px;*/
/*	font-family: helvetica, georgia, times, serif;*/
}

img {
	display: block;
}

a {
	text-decoration: none;  /*Takes away the underline */
/*	color: #555; Doesn't seem to be necessary*/
/*	font-weight: bold;*/
}

.none {
	display: none;
}
/*******************END OF GLOBAL PARAMETERS***************/

/*******************HEADER*********************************/
#header {
	position: relative;
	margin: 0;
	font: bold 12px helvetica, georgia, times, serif;
	color: maroon;
/*	padding: 35px; Doesn't seem to do anything */
/*	background-image:  url(../images/bg.gif); There is no background image at present */
}

/*All Together Now toward a better world*/
#header h1 {
	font-size: 36px;
	margin: 0;
	padding: 24px;
}

#saying {
	margin: -.75in 0 0 60%;
	font-style: italic;
	padding: 0 10px 0 0;
	text-align: right;
}

#sayer {
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
}

#date {
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	color: black;
}
/*******************END OF HEADER**************************/

/*******************HORIZONTAL NAVIGATION BAR**************/
#topnav {
	position: relative;
/*	border-top: 1px solid #ddd;*/   /* Not visible */
/*	background: #EB9500;		/* Orange background */
        background: lime;               /* lime background */
	padding: 3px 20px 3px 20px;     /* Overall padding of bar */
}

/* Anchor tags (links) in the orange bar */
#topnav a {
        font: bold 12px helvetica, georgia, times, serif;
	color: #111;
	background: transparent;
	border-right: 1px solid #ddd;
        padding: 3px 8px;              /* Padding for each link */
}

/* When hovering over links in the bar */
#topnav a:hover {
	color: #eee;                    /* Hovering turns text almost white */
	background: #000;               /* Hovering turns background black */
/*	border-right: 1px solid #ddd;*/ /* Unnecessary to preserve border on right */
}

/*This provides the first item on the orange menu with a left border */
#topnav a.firsta {
	border-left: 1px solid #ddd;
}

/*
Not sure these are necessary
.topnone {
	display: inline;
	voice-family: "\"}\"";
	voice-family: inherit;
	display: none;
}
html>body .topnone {
	display: none;
}
*/
/*******************END HORIZONTAL NAVIGATION BAR**********/


/*******************LEFTCONT[ENT] DIV**********************/
/* General settings for left column */
#leftcont {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	color: #eee;
	background: #555;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 220px;
	padding-bottom: 10px;
}

/* Tags heading */
#leftnav h2 {
	margin: 0;
	padding: 5px 0px 10px 5px;
	font-size: 18px;
/*	border: 0 none;*/
}

/* General tag settings */
#leftnav a {
        font-family: helvetica, sans-serif, times new roman, serif;
	text-decoration: none;
/*	border-bottom: 1px solid #ddd;*/
/*	background: #777;*/
/*	display: block;*/
	color: #eee;
/*	margin: 0;*/
/*	padding: 0px 0px 0px 5px;*/
/*	font-weight: bold;*/
	width: 220px;
	line-height: 160%;
/*	voice-family: "\"}\"";
	voice-family: inherit;*/
/*	width: 180px;*/
}

#leftnav a:hover {
	color: #fff;
	background: #888;
}

/* Top-level tag link */
#leftnav a.navparent {
         font-size: 12px;
         padding: 0px 0px 0px 5px;
}

/* Second-level tag link */
#leftnav a.navchild {
         font-size: 10px;
         padding: 0px 0px 0px 15px;
}

html>body #leftnav a {
	width: 180px;
}
/*******************END OF LEFTCONT[ENT] DIV***************/


/*******************CONTAINER DIV**************************/
/* This div wraps centercont. Don't know why it was required in the original style sheet */
#container {
	background: #ccc;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

/*******************CENTERCONT[ENT] DIV********************/
/* General settings */
#centercont {
	color: #000; /* This is the text font in the blog section: it was 334 */
	background: #eee;
	border-top: 1px solid #ddd;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 190px;
	margin-bottom: 0px;
	margin-left: 220px;
	line-height: 120%;
	padding: 0px 20px 10px 20px;
	position: relative;
}
/* News heading */
#centercont h1 {
	font-size: 22px;
	margin: 5px 0px;;
	padding: 0 35px 0 0;
	font-family: georgia, serif;
	color: #333;
}

/* Links in blog */
#centercont a {
	text-decoration: none;
	color: #666;
	font-weight: bold;
/*	border-bottom: 1px dotted #666;*/
}

/* Hover over links in blog */
#centercont a:hover {
	text-decoration: none;
	color: #e60;
/*	border-bottom: 1px dotted #666;*/
}

/* News Item Headlines */
#centercont h2 {
	margin: 15px 0px 3px 0px;
	padding: 3px 21px;
	font-size: 16px;
	color: #000; /* was 333 */
	background:  url(../images/arrow.gif) no-repeat 2px 4px #ddd;
	border: 1px solid #bbb;
}

/* News Items */
.blok {
	border: 1px solid #bbb;
	padding: 5px 9px;
	background: #fafafa;
	font-family: rockwell, palatino linotype, century, century schoolbook, georgia, bookman old style, times new roman, arial, verdana, sans-serif;
	font-size: 14px;
}

/* NEWS TAGS */
#centercont span.tags {
	text-align: right; /* doesn't seem to work */
	font-size: 10px;
	font-weight: bold;
	font-family: verdana, new times roman;
	color: maroon;
}

/* NEWS DATE POSTED */
#centercont span.date {
	border: 1px solid #bbb;
	color: #e60;
	background: #eee;
	padding: 1px 4px;
	position: relative;
	top: -4px;
	left: -18px;
	font-weight: bold;
	font-size: 12px;
}

/* NEWS PARAGRAPHS */
#centercont p {
	margin: 10px 0px;
	clear: both;
}

/* NEWS IMAGES */
#centercont img {
	margin-right: 15px;
	float: left;
	width: 150px;
}

/* NEWS URLS */
#centercont .blokurl {
	text-align: right;
}

/**************************END MAIN BLOG SECTION***********/



#centercont strong {
	font-weight: bold;
}

#footnotes {
        font: 10px helvetica, georgia, times, serif;
        text-align: center;
}
/*******************END OF CENTERCONT[ENT] DIV*************/


/*******************RIGHTCONT[ENT] DIV*********************/
#rightcont {
	position: absolute;
	right:0px;
	top:0px;
	width:190px;
	margin: 0;
	padding: 0 0 10px;
	color: #334;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #999;
}
#rightcont h2 {
	margin: 0;
	padding: 2px 5px 2px 20px;
	font-size: 12px;
	color: #eee;
	background: #666;
	border: 0 none;
}
#rightcont a {
	text-decoration: none;
	border-bottom: 1px solid #fff;
	color: #666;
	background: #ddd;
	display: block;
	margin: 0;
	padding: 2px 20px 2px 20px;
	font-weight: bold;
	width: 190px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 150px;
}
html>body #rightcont a {
	width: 150px;
}
#rightcont a:hover {
	text-decoration: none;
	color: #444;
	background: #ccc;
}

/*******************END OF RIGHTCONT[ENT] DIV**************/

/*******************NOT SURE YET WHAT THESE ARE************/
p {
	margin: 0 0 20px;
	padding: 0;
}

form {
padding: 0;
margin: 0;
}
input, textarea, select {
	padding: 2px;
	margin: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999;
}

a#sw1 {
	color: #e50;
	background: #ccc;
}
a#sw2 {
	color: #45632D;
}
a#sw3 {
	color: #333;
}



/* Classes are denoted by a period
p.bordered
	{
	border-style: solid groove;
	border-width: thin thick;
	border-color: blue maroon green red;
	} */

/* ID's are denoted by a #
div#nav {
	float: left;
	margin-right: 10px;
	background-color: orange;
	padding-right: 10px;
	} */

/* This colors class.offsite links green. Probably not worth the bother.
a.offsite:link {
	color: green;
	font-weight: bold;
	} */

/* Pseudo-classes are denoted by a colon. There are only three in CSS1; :hover is from CSS2
a:link {
	color: #903;
	text-decoration: none;
	font-weight: bold;
	}

a:visited {
	color: #c66;
	text-decoration: none;
	font-weight: bold;
	}
a:active {
	color: #999;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	color: red;
	} */

/*
ul {list-style-image: url(../images/whirlybullet.jpg);}
li {list-style-image: url(../images/whirlybullet.jpg);}
*/

/*.hide	{
	display: none;
	}

img {
	display: block;
	border: