body {
margin: 0; /* zeroes the margins on the body */
padding: 0; /* zeroes the padding on the body ~ Opera carries a default padding and requires this zeroing */
border: 0; /* zeroes off any existing border */
text-align: center; /* Hack to center the wrapper in IE5.x pc */
min-width: 765px; 
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
width: 767px;/*sets the width for IE5.x's broken box model*/
w\idth: 765px; /* sets the width of the wrapper for compliant browsers*/
margin: 15px auto;/* centers the wrapper. First value - 5px - is applied to the top and bottom margins, auto sets the excess space on the view port evenly to the left and right*/
border: 1px solid #000; /* sets a border to all 4 sides */
text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
background-color: #FFE6CC;
}

#banner {
	background-color: #FFE6CC;
}

#leftcol { /* Begin laying out the leftcol div */
float: left; /* Floats the div to the left to make a column */
font-size: 10pt;		
		width: 150px;
		background: #FFE6CC;
		padding: 15px 3px 15px 15px;

}

#content { /* Begin laying out and styling the content div */
width: 560px; /* sets the width of our content*/
margin-left: 169px; /* this left margin clears the leftcol div and allows our content div to become a second column */
}

#footer { /* Begin laying out and styling the footer div */
clear: left; /*clears any floats to the left - our leftcol div in this instance*/
background-color: #FAF0E5;
border-top: 1px solid #888888;
        padding: 8px 7px 2px 10px;
        margin-top: 20px;
        text-align: center;
        font-size: 75%;
		line-height: 1.1em;
}

p.none	{
	padding: 0;
	margin: 0;
	border: 0;
}

p.itemdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	color: #006633;
	padding-top: 5px;
	margin-bottom: 2px;
	margin-right: 5px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

.entrycontent	{
	font-size: 10pt;
}

#button {
	width: 11em;
	border-right: 1px solid #999;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #5A8439;
	color: #333;
	font-size: 85%;
	}

#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;

		}
		
#button li {
		border-bottom: 1px solid #CCCCCC;
		margin: 0;

		}
		
#button li a {
		display: block;
		padding: 3px 3px 2px 0.5em;
		background-color: #5A8439;
		color: #fff;
		text-decoration: none;
		width: 100%;

		}

html>body #button li a {
		width: auto;
		}
#button li a:hover {

		background-color: #2586d7;
		color: #fff;
		}

		
table.dude td	{
	border: 0px solid #ccc;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.normalp {
	padding-bottom: 1.5em;
}

