body {
	background-image: url(images/deerbkg150.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}
table {
	border: medium ridge #1E2E22;	/* provides dark green outline to all tables (including page table) */
}
a {									/* All link attributes (left content area link attributes defined later in sheet)*/
	font-weight: bold;
}
a:link {							/* Unvisited link attributes */
	color: #1E2E22;					/* Camo dark green */
}
a:visited {							/* Visited link attributes */
	color: #4B5B41;					/* Camo medium green */
}
h1  {								/* Used for page titles */
	font-size: 22pt;
	color: #6F0000;					/* Maroon contrast color */
	font-weight: bold;
	text-align: center;
}
h2  {								/* Used for in-page subtitles */
	font-size: 16pt;
	color: #6F0000;					/* Maroon contrast color */
	font-weight: bold;
	text-align: center;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* #maincontent Defines style for main editable content area (white portion of page) */
/* Maximum safe width = 590px (column is ~623px minus two margins of 15px) */
#maincontent {
	margin:15px;
	text-align: left;
	font-size: 12pt;
	color: #1E2E22;					/* Camo dark green */
	font-weight: normal;
}
.Maroon16B  {
	font-size: 16pt;
	color: #6F0000;					/* Maroon contrast color */
	font-weight: bold;
}
.DkGreen14B  {
	font-size: 14pt;
	color: #1E2E22;					/* Camo dark green */
	font-weight: bold;
}
.MedGreen12B  {
	font-size: 12pt;
	color: #4B5B41;					/* Camo medium green */
	font-weight: bold;
}
.LtGreen14B  {
	font-size: 14pt;
	color: #8C9557;					/* Camo light green */
	font-weight: bold;
}
.DkGreen10  {
	font-size: 10pt;
	color: #1E2E22;					/* Camo dark green */
	font-weight: normal;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* #leftcontent Defines style for left editable content area (dark green area under buttons) */
/* Maximum safe width = 165px (column is 200px minus two margins of 15px) */
#leftcontent {
	font-size: 10pt;
	color: #FFFFFF;					/* White default text color */
	font-weight: normal;
	margin:15px;
	text-align:left;
}
#leftcontent a{						/* All left content area link attributes */
	font-weight: bold;
}
#leftcontent a:link{				/* Unvisited left content area link attributes */
	font-size: 10pt;
	color: #D6CF86;					/* Camo light light green-yellow */
}
#leftcontent a:visited{				/* Visited left content area link attributes */
	font-size: 10pt;
	color: #8C9557;					/* Camo light green */
}
.LeftWhite12 {
	font-size: 12pt;
	color: #FFFFFF;					/* White */
	font-weight: normal;
}
.LeftWhite12B {
	font-size: 12pt;
	color: #FFFFFF;					/* White */
	font-weight: bold;
}
.LtLtGreen12 {
	font-size: 12pt;
	color: #D6CF86;					/* Camo light light green-yellow */
}
.LtLtGreen12B {
	font-size: 12pt;
	color: #D6CF86;					/* Camo light light green-yellow */
	font-weight: bold;
}

