html, body, ol, ul, li, dl, dt, dd, img {
	margin: 0; 
	padding: 0;
	border: 0;
	list-style: none;
}

/* 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: 90.02%;
	text-align: center; /* this centers the wrappers in older IEwin versions */
	background: #666333;
}
		
#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: white;
	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: #668866;
	padding-top: 3em;
	padding-bottom: 10em;
	background: url(images/bgn.jpg) 100% 0 repeat-y;
}

#content {
	width: 65%;
	margin-right: 5%;
	text-align: left;
	float: right;
	display: inline; /* IEwin doubled margin bug fix */
	padding-bottom: 10em;
	padding-top: 2.5em;
}

#footer { 
	clear: both; 
	width: 90%;
  	padding: 0.5em 0 0.5em 0; 
	margin: 1em 5% 1em 5%; 
	border-top: 3px solid black; 
	font-size: x-small;
	color: #668866;
}
	
.bpalogo {
	position: absolute;
	bottom: 15px;
	right: 20px;
}

.sidenav li a {
	display: block; 
	border: 2px solid #dcd3c2;
	text-decoration: none;
	background: url(images/butn.jpg);
	padding: 4px 5px 4px 10px;
	font-family: tahoma, arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	min-height: 1%;
}

.sidenav li a:hover {
	border-color: #fef5e4 #d4cab9 #c2b9a8 #ece3d2;
	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;
}
.green {
	color: #668866;
}
.back {
	background: #d7e260;
}
img.left {
	float: left;
	margin-right: 6px;
}
img.rite {
	float: right;
	margin-left: 6px;
}
br#imgclr {
	clear: left, right;
}
.red {
	color: #8B0000;
}
.tan {
	color: #D2B480;
}
.sien {
	color: #666633;
}
.u {
	text-decoration: underline;
}
.b {
	font-weight: bold;
}
.lg {
	font-size: 120%;
}
.sm {
	font-size: 80%;
}
.smb {
	font-size: 80%;
	font-weight: bold;
	line-height: 140%;
}
.numb {
	line-height: 160%;
}
.cent {
	text-align: center;
}
.left {
	text-align: left;
}
.rite {
	text-align: right;
}
.blck {
	margin-right: 36px;
}
.blck2 {
	margin-left: 36px;
}
a:link { 
	color: #666633; 
}
a:visited { 
	color: #8B0000; 
}
a:hover { 
	color: #668866; 
}
a.white:link { 
	color: #FFFFFF; 
}
a.white:visited { 
	color: #D2B480; 
}
a.white:hover { 
	color: #7FFF00; 
}