@charset "utf-8";
/* CSS Document */

body {
	background-color: #A68E53;
}
.imgbrds {
	border: 2px solid #333333;
}
.side {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
	font-style: normal;
	text-transform: capitalize;
	font-variant: normal;
}
.side ul {
	float: none;
	clear: none;
}
body,td,th {
	font-family: Tahoma, Arial;
	font-size: 12px;
}
/*-----Change Color of Dropdown Links-----*/
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
color: #c8c8c8;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #000000;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#dropmenudiv a:hover{ /*hover background color*/
	background-color: #B2925F;
	color: #000000;
}	
h1 { /*-----First P@ge Title-----*/
	font-size: 16px;
	font-weight: bold;
	color: #060000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h2 { /*-----Call of @ction-----*/
	font-weight:bold;
	color: #625536;
	font-size: 14px;
	text-align: center;
}
object {
  display: block;
}
/*-----Enable Colored Links-----*/
a:link, a:visited, a:active {
	color: #060000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #B59969;
}
.foot, .foot, .foot a:link, .foot a:active, .foot a:visited, .foot a:hover { /*-----Change Style of Copyright Footer-----*/
	font-size:10px;
	text-decoration:none;
	color:#333;
	text-align: center;
}
.deafultBody {
	padding: 10px;
	line-height: 125%;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
}
