body {
	color: #000000;
	background-color: #4c4c4c;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
}

a.link {
  color: #ffffff;
}

v.link {
  color: #Fdf5f6;
}

#pagetitle {
  text-align: center;
  width: 975;
  font-family: Verdana, Arial;
  font-size: 21pt;
  color: #1c1d1b;
}

#header {
	background-image: url("../images/site/header_top.gif");
	background-color: bcaa62;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	margin-top: 8px;
	height: 177px;
	width: 975px;
}

/* the h1 tag is for browsers without css support */
#header h1 {
	display: none;
}

#container {
	position: relative;
	background-image: url("../images/site/header_bottom.gif");
	background-position: left-top;
	background-repeat: no-repeat;
	background-color: #bcaa62;
	color: #000000;
	margin: 0 auto;
        align: center;
	width: 975px;
	min-height: 500px;
}

#content {
        position: relative;
	margin: 0 auto;
        margin-left: 15px;
        margin-right: 10px;
	padding: 5px;
        text-align: center;
        align: center;
        width: 975px;
}

#minicontent {
        width: 780px;
        margin-top: 47px;
        text-align: left;
	margin-left: 140px;
	padding-left: 10px;
	padding-right: 15px;
        Position: relative;
	font-family: Sans-serif;
	font-size: 12pt;
	text-align: left;
	color: #ffffff;
	background-color: transparent;
}

#topmenu {
	position: absolute;
	top: -10px;
	right: 0px;
	text-align: center;
        font-color: #ffffff;
	background-color: #4c4c4c;
	height: 60px;
	width: 630px;
	padding: 0;
}


#menu-top {
	position: absolute;
	top: -25px;
	right: 0px;
	background-image: url("../images/site/curved_top.gif");
	background-position: center top;
	background-repeat: no-repeat;
	height: 25px;
	width: 140px;
}

#menu-bottom {
	position: absolute;
	bottom: -25px;
	right: 0px;
	background-image: url("../images/site/curved_bottom.gif");
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 25px;
	width: 140px;
}

#minibox1 {
	position: absolute;
	top: 90px;
	right: 10px;
	text-align: center;
	font-size: 16px;
        font-color: #ffffff;
	background-color: #886d40;
	min-height: 120px;
	width: 120px;
	padding: 0;
}

#minibox2 {
	position: absolute;
	top: 220px;
	right: 10px;
	text-align: center;
	font-size: 16px;
        font-color: #ffffff;
	background-color: #886d40;
	min-height: 130px;
	width: 120px;
	padding: 0;
}

#minibox3 {
	position: absolute;
	top: 360px;
	right: 10px;
	text-align: center;
	font-size: 16px;
        font-color: #ffffff;
	background-color: #886d40;
	min-height: 100px;
	width: 120px;
	padding: 0;
}

#mainmenu ul, #newsbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mainmenu a {
        text-decoration: none;
        color: #FFFFFF;
}

#mainmenu a:visited {
        text-decoration: none;
        color: #FFFAF0;
}

#newsbox {
	position: absolute;
	top: 9px;
	left: 0px;
	background-color: transparent;
	background-image: url("images/site/blank_raised.gif");
	min-height: 300px;
	width: 150px;
	margin-top: -15px;
	color: #ffffff;
	padding: 0;
        text-align: center;
}

#newsbox a {
        text-decoration: none;
        color: #FFFFFF;
}

#newsbox a:visited {
        text-decoration: none;
        color: #FFFAF0;
}

#newsbox h2 {
	font-weight: bold;
	font-size: 12pt;
	margin: 0;
	padding: 0;
}

#minicontent h1 {
	font-weight: bold;
	font-size: 18pt;
	margin: 0;
	padding: 0;
}

#minicontent h2 {
	font-weight: bold;
	font-size: 16pt;
	margin: 0;
	padding: 0;
}

#minicontent h3 {
	font-size: 13pt;
	margin: 0;
	padding: 0;
}

HR {
  border-color: #3d362e;
  color: #3d362e;
  background-color: #3d362e;
}

#footer {
	background-image: url("../images/site/footer.gif");
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: 55px;
}

#footer p {
	display: none;
}


.inputbox {
	font-weight: normal;
	color: #494339;
	border-style: solid;
	border-width: 1px;
	background-color: #bab89b;
	border-color: #525252;

}

.button {
	color: #e1dfc6;
	background-color: #3d362e;
	Border: .5px solid #525252;
}


