body, form, div, h1, h2, h3, h4, h5, table, tr, th,  dl, li, dt, dd, img, input {
	margin: 0;
	padding: 0;
}
body {
	background-color:#c7c1a7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
/*	line-height:120%;
	letter-spacing:1px;
*/	color:#333;
}
a:link, a:visited, a:active {
	color:black;
	text-decoration:none;
}
a:hover {
	color: #82952C;
	text-decoration:underline;
}
.backgroundcolor {
	background-color:#D0D293;
}
.sidecolumns {
	background-color:#c7c1a7;
}
.maincontent {
	padding-left:25px;
	padding-right:75px;
}
/* Different browsers use different methods to pad or indent a list. Mozilla and Netscape 6+ browsers indent a list on the padding; IE and Opera pad a list on the margin. Set one of these to zero, and use the other for the indent.
Margin-top:0 removes the empty blank line after <ul> */
ul {
/*	margin-left:3em;
	padding-left:0em;*/
	margin-top:0;
}
li {
	list-style-type:disc;
	list-style-image:url(../picts/bluedot.gif);
}
.sectionhead { 
	color:#3d5c5c;
	font-weight:bold;
}
.leftpadding { padding-left:10px;}
.currentpage {color: #82952C;}
/* Original color no longer used
.sidecolumns {
	background-color:#D6B48F; Peach
	background-color:#c7c1a7;
}*/
