/* CSS Document */

body {
	background-image: url(../images/bg_brown.jpg);
	padding: 0px;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 0px;
}
td {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #A99777;
	text-align: left;
}
a:link {
	color: #A99777;
	text-decoration: underline;
} 
a:visited {
	color: #A99777;
	text-decoration: underline;
}
a:hover {
	color: #A99777;
	text-decoration: underline;
}
a:active {
	color: #A99777;
	text-decoration: underline;
}
ul {
	margin-left: 25px;
	padding-left: 0px;
}

div {
	margin: 0px;
	padding: 0px;
}
hr {
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #5b4e36;
}


/********************* Yellow Link Styles ************************************/
.yellowlinks td {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #c19d4e;
	text-align: left;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
}
.yellowlinks a:link {
	color: #c19d4e;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
} 
.yellowlinks a:visited {
	color: #c19d4e;
	text-decoration: none;
}
.yellowlinks a:hover {
	color: #c19d4e;
	text-decoration: underline;
}
.yellowlinks a:active {
	color: #c19d4e;
	text-decoration: underline;
}

/********************* Bottom Navigation Styles *************************/

.navbottom td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #79684b;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.navbottom a:link {
	color: #79684b;
	text-decoration: none;
}
.navbottom a:visited {
	color: #79684b;
	text-decoration: none;
}
.navbottom a:hover {
	text-decoration: underline;
	color: #79684b;
}
.navbottom a:active {
	text-decoration: underline;
	color: #79684b;
}

/************ Form and Search Styles **************/

form {
	margin: 0px;
	padding: 0px;
}
.textField {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #A99777;
	height: 20px;
	text-align: left;
	margin: 0px;
	background-color: #312919;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A99777;
	border-right-color: #A99777;
	border-bottom-color: #A99777;
	border-left-color: #A99777;
}
.dropmenu {
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	color: #A99777;
	text-align: left;
	background-color: #312919;
	border: 1px solid #A99777;
}
.goButton {
	width: 23px;
	border: 1px solid #86704C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #5C4033;
	font-weight: bold;
	height: 21px;
	margin: 0px;
	padding: 0px;
}

/********************* Misc Styles *************************/

.boldWhite {
	font-size: 17px;
	font-weight: normal;
	color: #F7EED7;
	font-family: "Lucida Sans Unicode", "Lucida Sans";
}

.boldYellowLink {
	font-size: 17px;
	font-weight: normal;
	color: #c19d4e;
	font-family: "Lucida Sans Unicode", "Lucida Sans";
}

.caption {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #A99777;
	text-align: left;
}

.textbottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #79684b;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.textcontact {
/*	font-family: Tahoma, sans-serif; */
	font-family: "Lucida Sans Unicode", "Lucida Sans";
	font-size: 14px;
	color: #c19d4e;
	text-align: left;
	font-weight: none;
	font-style: none;
}


.designation {
	font-size: 12px;
	font-weight: normal;
	color: #F7EED7;
	font-family: "Lucida Sans Unicode", "Lucida Sans";
}