/* Inside pages */

.topnav .anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	z-index: 100;
	background-color: #C2A389;
	width: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 4px;
}

.topnav .anylinkcss a:link, .topnav .anylinkcss a:visited {
	width: 150px;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid black;
	font-weight: normal;
	text-indent: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	text-decoration: none;
}

.topnav  .anylinkcss a:hover{ /*hover background color*/
	background-color: #DDa951;
	color: #000000;
	text-decoration: none;
}

/* Homepage */

.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	z-index: 100;
	background-color: #C2A389;
	width: 150px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	margin-top: 4px;
}

.anylinkcss a{
	width: 150px;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid black;
	font-weight: normal;
	text-indent: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	text-decoration: none;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #DDa951;
	color: #000000;
	text-decoration: none;
}


div#designedBy {
	text-align: center;
	color: #C4B08C;
	font-size: 8pt;
}