/* html element styles */
body {
  margin: 0px 0px 0px 0px;
	background-image: url(images/bkgd_body.jpg);
	background-repeat: repeat-y;
	background-color: #b2c5b5;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
h1,h2,h3 {
	color: #000000;
}
ul {
	text-align: left;
	margin-top: 2px;
}
li {
	list-style: square;
	font-size: 14px;
	font-weight: normal;
}
a {
  color: #186b52;
}
.navDirPrompt a {
  color: #cede8c; /*#186b52;*/
}
/* specific named styles	*/
#pagecontainer {
	height: 100%;
	width: 100%;
}
#leftsidenav {
	height: 100%;
	width: 250px;
}
#pagecontent {
	position: absolute;
	top: 0px;
	left: 251px;
	width: 750px;
	padding: 10px 10px 10px 25px;
	height: 650px;
	/* background-image: url(images/bkgd_logo1.jpg);
	background-repeat: repeat-y; */
}
/* class styles  */
a.menuitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.menuitem:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
a.currmenuitem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #a7a9ac;
	text-decoration: none;
}
a.currmenuitem:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #a7a9ac;
	text-decoration: underline;
}
a.contactmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a.contactmenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.contactmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.mainhdr {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.subhdr1 {
	vertical-align: top; 
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.list {
	vertical-align: top; 
	text-align: center;
}
.hiddenTag {
  display: none;
}
.dirName, .navDirName {
  font-weight: bold;
}
.dirTitle {
  font-weight: bold;
  font-style: italic;
}
.dirPrompt, .navDirPrompt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
  width: 85px;
}
.navDirPrompt {
  margin-left: 10px;
}
.dirInfo, .navDirInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}
.navDirInfo, .navDirName, .navDirPrompt {
  color: #bbbbbb;
}
.hints {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

