html, body, ul, li, dl, dt, dd, img {
	margin: 0; 
	padding: 0;
	border: 0;
	list-style: none;
}
#block {
	width: 90%;	
}
.blck {
	margin: .5em 2em;
}
.form { 
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: bold; 
	text-align: center;
	color:#008521; 
	background-color:#fff; 
} 

/* Jello */
body {
	padding: 0 350px 0 350px; /* these side paddings together determine the natural min-width */
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 100.02%;
	text-align: center; /* this centers the wrappers in older IEwin versions */
	background: #008521;
}
		
#sizer {
	margin: 0 auto 0 auto; /* this centers the wrappers in standards browsers */
	padding: 0;
	width: 60%; /* here is the critical value for customizing the Jello behavior */
	max-width: 300px;  /* version for IE is at the bottom of this style block */
}

#expander {
	background: #008521;
	margin: 0 -350px 0 -350px; /* these side margins should be the same or slightly less than body paddings */
	min-width: 700px; /* This prevents Safari from losing the negative margins in narrow windows */
	position: relative;
	min-height: 1px;
}

/* Holly hack for IE. Must be zero, not the usual 1% value, due to IE bug \*/
* html #expander { height: 0; }
/* */

/* helps IE get the child percentages right. */
#wrapper { width: 100%; } 

#sidebar {
	width: 22%;
	float: left;
	display: inline; /* IEwin doubled margin bug fix */
	text-align: left;
	margin-left: 5%;
	color: #000000;
	padding-top: 1em;
	padding-bottom: 2.5em;
}

#content {
	width: 65%;
	margin-right: 5%;
	float: right;
	display: inline; /* IEwin doubled margin bug fix */
	text-align: left;
	padding-bottom: 4em;
	padding-top: 1em;
	background: url(images/psbak.gif);
}

#footer { 
	clear: both; 
	width: 90%;
  	padding: 0.5em 0 0.5em 0; 
	margin: 1em 5% 1em 5%; 
	border-top: 3px solid black; 
	text-align: right;
	font-size: x-small;
	color: #000000;
}
	
.psmlogo {
	position: absolute;
	top: 10px;
	left: 36px;
}

.sidenav li a {
	display: block; 
	border: 2px solid #C1DCC5;
	text-decoration: none;
	background: url(images/butn.jpg);
	padding: 4px 5px 4px 7px;
	font-family: tahoma, arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	min-height: 1%;
}

.sidenav li a:hover {
	border-color: #E6FEEA #B9D4BD #A8C2AC #D0EBD4;
	background-position: -1px -1px;
	padding: 3px 6px 5px 9px;
}

.sidenav li a:active {
	border-width: 3px 1px 1px 3px;
	border-color: #c2b9a8 #ece3d2 #fef5e4 #d4cab9;
	background-position: 0 0;
	padding: 4px 5px 4px 10px;
}
.textpadder {
	padding: 8px;
}


/* http://positioniseverything.net/easyclearing */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* \*/
* html #wrapper,
* html .sidenav li a 
{height: 1%;}
/* Holly hack */

h1, h2, h3, h4, h5, h6	{
	font-family: tahoma, arial, helvetica, sans-serif;
}
A:link { 
	color: #006B50; 
}
A:visited { 
	color: #856300; 
}
A:hover { 
	color: #850021; 
}
A.white:link { 
	color: #DDFFD1; 
}
A.white:visited { 
	color: #D2B480; 
}
A.white:hover { 
	color: #FFC8B8; 
}
.hblack {
	color: #000000;
	height: 3px;
}
.hgreen {
	color: #008521;
	height: 1px;
}
.green {
	color: #008521;
}
.red {
	color: #850021;
}
.black {
	color: #000000;
}
.tan {
	color: #856300;
}
.dkteal {
	color: #006B50;
}
.u {
	text-decoration: underline;
}
.b {
	font-weight: bold;
}
.l {
	line-height: 140%;
}
.min {
	font-size: 90%;
}
.sm {
	font-size: 80%;
}
.lg {
	font-size: 120%;
}
.smb {
	font-size: 80%;
	font-weight: bold;
	line-height: 140%;
}
.lgb {
	font-size: 120%;
	font-weight: bold;
	line-height: 140%;
}
.cent {
	text-align: center;
}
.algrt {
	text-align: right;
}
img.left {
	float: left;
	margin-right: 8px;
}
img.right {
	float: right;
	margin-left: 8px;
	margin-top: 15px;
	margin-bottom: 25px;
}
br#imgclr {
	clear: left;
}