/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body {
	background: white;  /* outside area bg color */
    color: #5f5f5f;   /* body text color */
	font: normal 75% Arial, Helvetica, sans-serif;  /* text size throughout document */
    line-height: 1.6em;
}

p  {
    padding-top: 6px;
    padding-bottom: 6px;
}

h1 {
	font: normal 1.7em "Times New Roman",serif;
    color: #7f212c;
    border-bottom: solid 2px #68A300/*#b4ba47*/;
	margin-bottom: 6px;
}

h2  {
	font: normal 1.3em "Times New Roman",serif;
    color: black;
    margin-bottom: 6px;
}

    
h3 {
	font: bold 1.1em "Times New Roman",serif;
	margin-bottom: 6px;
}
h4 {
    font: normal 1px Arial, Helvetica, sans-serif;
    line-height: 1 px;
    color: white;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}



h1,h2,h3 {padding-top: 6px;}

.indent  {
	margin-left: 3em;
    margin-right: 4em;
}
img.photo1 {
      float: right;
      border: none;
      margin: 10px 12px 10px 0;
/*      margin-right: 12px;
      margin-top: 10px;*/
}



/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: white; /* border of entire frame */
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 20px 10px 20px;
	width: 765px;
    border-left: 1px solid silver;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
}



/* sub navigation */
#nav2 {
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav2 li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav2 a {
	display: block;
	font-size: 11px;
	color: white;
	text-decoration: none;
	background-color: #F20A30/*#fd7c28*/;
	padding: 2px 6px 2px 6px;
	width: auto;
	margin-left: 2px;
	border-right: 1px solid #68A300/*#c1cc18*/;
	border-bottom: 1px solid #68A300/*#c1cc18*/;
	font-weight: bold;
	margin-bottom: 2px;
}

#nav2 a:hover {
	background: #68A300/*#c1cc18*/;
	border-right: 1px solid #F20A30/*#fd7c28*/;
	border-bottom: 1px solid #F20A30/*#fd7c28*/;
	color: white;
}



/* side navigation */
.sidenav {
	float: right;  
	width: 250px;
    margin-left: 10px;
    background: #EAC95E/*#63020d*/;
}
.sidenav h2 {
	color: #68A300/*#c1cc18*/; /* text color on side nav bar headings */
	font-size: 1.2em;
    font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding-left: 6px;
}
.sidenav p  {
    padding-left: 10px;
    padding-right: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid white; /* rules on side nav bar below headings */
}
.sidenav li {border-bottom: 1px solid white;} /* rules on side nav bar below items */
.sidenav li a {
	font-size: 1em;
	color: black; /* text color on side nav bar items */
	display: block;
	padding: 0px 0px 0px 3%;
	padding-left: 15px;
	text-decoration: none;
/*	width: 98%; */
}
.sidenav li a:hover {
	background: #68A300/*#c1cc18*/; /* bg hover color on side nav bar items */
	color: #EAC95E/*#63020d*/; /* text hover color on side nav bar items */	
}

