body {
	background-color: #474E38;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: normal;
	color: #000000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	font-variant: normal;
	margin: 20px;
	background: #cccccc url("../images/bg_grad.jpg") fixed;
	border-color: #000000;
	border-top-width: thin;
	border-style: solid;
	border-width: 1px;
}

/*body, td, th {
	color: #666633;
}*/

h1 {
	font-size: 12pt;
	font-style: normal;
	color: #505D43;
}

h2 {
	font-size: 9pt;
	font-style: normal;
}

h3, h4, h5, h6 {
	color: #996633;
}

a {
  color: #336600;
}


#photoHeader{
	margin-bottom: 4px;
	border: solid 1px gray;
	padding: 1px;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}

#addr{
	margin-bottom: 4px;
	/* border: solid 1px black; */
	/* background-color: #F7F7D4; */
	/* padding: 5px; */
	/* border: 2px outset; */
	/* border: solid 1px black; */
	/* background-color: #F7F7D4; */
	padding: 1px;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}

#desc {
	margin-top: 6px;
	/* border: 2px outset; */
	/* border: solid 1px black; */
	/* background-color: #99AA88; */
	padding: 1px;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
}

#emailLink {
	font-size: 9pt;
  color: black;
}

/* template elements */

#banner {
	background-color:#1a220b;
}

#menu{
	background-color:#ABB89D; /* light green */
}

#belowmenu {
	background: #cccccc url("../images/menuRamp.jpg") fixed;
}

#main{
	background-color: #95A27F;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding: 30px;
	border-bottom: 3px solid; /* this creates horizontal line below main text area */
	border-color: #19220B;
}

#projectPhoto {
	border-style:inset;
	border-width:2px;
}

#readingArea {
	background-color:#B8C3AC;
	padding: 20px;
	/* border: 1px solid black; */
	border-style:inset;
	border-width:2px;
}

#homePage {
	padding: 0px;
}

#photo {
	border-style:inset;
	border-width:2px;
}

#groupPhoto {
	border-style:inset;
	border-width:2px;
	margin: 15px;
	/* background-color:white; */
}

#thumb {
	padding: 3px;
	background-color:white;
	border-style:inset;
	border-width:2px;
}

#footer {
	background-color:#19220B;
	border-top: 5px solid;
	border-top-color: #95A27F;
	border-bottom: 30px solid;
	border-bottom-color: #19220B;
	color: #95A27F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-indent: 10px;
	/* margin-top: 2px; */
	line-height: 2.8;
}

#copyright{
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-indent: 10px;
	margin-top: 3px;
}


/* navlist */
#navlist
{
margin: 0;
padding: 0 25px 20px 10px;
/* border-bottom: 1px solid #000; */
border-bottom: 2px solid black; /* line underneath menu */
border-top: 6px solid #ABB89D; /* line above menu - this usually matches menu background color*/
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: right; /* menu is right-aligned or left-aligned */
line-height: 14px;
font-size: 12px;
font-weight: bolder;
margin: 0 5px 4px 10px;
text-decoration: none;
/* color: #999; */
color: black; /* color of the menu items */
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #F7F1D4; /* color of the underlined menu item */
padding-bottom: 2px;
background: transparent;
color: black; /* color of the selected menu item */
}

#navlist a:hover { color: #F7F1D4; } /* color of a menu item when it is hovered over */
