BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	background: White;
	margin-left: 10px;
	margin-right: 10px;
	scrollbar-3dlight-color : #2f4f4f;
	scrollbar-arrow-color : #990000;
	scrollbar-base-color : #EEF2F7;
	scrollbar-darkshadow-color : #2f4f4f;
	scrollbar-face-color : #EEF2F7;
	scrollbar-highlight-color : #EEF2F7;
	scrollbar-shadow-color : #EEF2F7;
	scrollbar-track-color : #EEF2F7;
}
A, P, TD, DIV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
}
.section {
	font-size: 18px;
	color: #3A4451;
	font-weight: bold;
	margin-top : 1px;
	margin-left : 2px;
	padding-left : 10px;
	border-top : thick solid #72752E;
	background-color : White;
}
.section_title {
	font-weight : bold;
	font-size : 16px;
	padding-left : 5px;
	margin: 10px 3px 20px;
	color: #3A4451;
	border-top : 1px solid #72752E;
	border-left : 4px solid #72752E;
}
html>body .section_title	{
	margin-bottom: 40px;
}

a:active, a:focus {
	outline: 0;
}
A {
	text-decoration: none;
}
A:hover {
	color: #3A4451;
	text-decoration: underline;
}
.nobr {
	white-space : nowrap;
}
HR {
	color : #72752E;
}
.photo_left {
	float : left;
	margin-right : 15px;
	margin-left : 10px;
}
.photo_right {
	float : right;
	margin-right : 0px;
	margin-left : 10px;
	margin-top : 10px;
	margin-bottom : 10px;
}
.tangent_title {
	width : 100%;
	border-bottom : 1px silver solid;
	border-top : 1px silver solid;
	font-weight : bold;
}
.tangent_box {
	margin-left : 20px;
	padding : 0 10px 5px 12px;
	border-left : 2px #eaeaea solid;
}
.textlink {
	font-family : "Book Antiqua", "Courier New", Courier, monospace;
	font-weight : bold;
	color: #3A4451;
}
a.textlink {
	font-family : "Book Antiqua", "Courier New", Courier, monospace;
	font-weight : bold;
	color: #3A4451;
}
A.textlink:hover {
	color : White;
	background-color: #3A4451;
	text-decoration: underline;
}
.intro {
	margin-left : 100px;
	margin-right : 100px;
	text-align : center;
	font-variant : small-caps;
}
.indent {
	position : relative;
	margin-left : 40px;
	margin-bottom : -10px;
}
CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  border: 1px solid #72752E;
}
TEXTAREA {
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  font-size: 11px;
  border: 1px solid #72752E;
}
.brackets {
	padding: 3px 3px 3px 3px;
	text-align: center;
	border-left: 3px double #EFDD9C;
	border-right: 3px double #EFDD9C;
	border-bottom : 3px double #EFDD9C;
	border-top : 3px double #EFDD9C;
}
LI {
	list-style-type : square;
}
.box {
	float : right;
	margin-right : 0px;
	margin-left : 10px;
	margin-bottom : 20px;
	margin-top : -27px;
	padding : 10px 10px 10px 10px;
	font-size : 14px;
	font-weight : normal;
	border-left : thin solid #72752E;
	border-right : medium solid #72752E;
	border-top : thick solid #72752E;
	border-bottom : thin solid #72752E;
	line-height : 20px;
	position: relative;
	background-image : url("graphics/boxbg.jpg");
}

.navlink {
	border-left : 1px solid White;
	border-top : 1px solid White;
	border-right : 2px solid White;
	border-bottom : 2px solid White;
	padding : 2px 4px 3px 4px;
	margin-top : 10px;
	text-decoration : none;
	margin-bottom : 5px;
	font-family : "Book Antiqua", "Courier New", Courier, monospace;
	font-weight : bold;
	background-image : none;
}
.navlink:hover {
	background-image : url("graphics/boxbg.jpg");
	color : Black;
	border-left : 1px solid #72752E;
	border-top : 1px solid #72752E;
	border-right : 2px solid #72752E;
	border-bottom : 2px solid #72752E;
	padding : 2px 4px 3px 4px;
	margin-top : 10px;
	text-decoration : none;
	margin-bottom : 5px;
	font-family : "Book Antiqua", "Courier New", Courier, monospace;
	font-weight : bold;
}

input, textarea	{
	font-family : Courier, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* Mike Hammond */

.bad{
	border: 1px solid #FF4500;
	background-color: #FFD700;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Red;
	font-weight: bold;
}
.good{
	border: 1px solid Lime;
	background-color: #DCDCDC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Black;
	font-weight: bold;
}


.slideShow	{
	width: 900px;
	height: 600px;
	padding: 0;
	text-align: center;
}
.slides	{
	width: 900px;
	height: 600px;
	margin: 0 0 20px 20px;
	text-align: left;
}
