/* CSS Document */

html{
	background-attachment:fixed;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: repeat;
	height:100%;

}

body {
	margin:0px;
	padding:0px;
	height:100%;
	text-align:center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-image: url(/images/bullet.gif);

}

a:link {
	color: #AB3B13;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color: #AB3B13;
}
a:hover {
	color: #77513A;
}
a:active {
	color: #AB3B13;
}

h1, h2, h3, h4, h5, h6 {
	padding:0px;
	margin:0px;
}

a.menuitem:link, a.menuitem:visited {
	color: #787e00;
	display:block;
	line-height: 25px;
	width: 120px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F8DBA5;
	padding-left:5px;
}

a.menuitem:hover {
	color: #77513A;
	padding-left:9px;
	font-style: italic;
}
a.menuitem:active {
	color: #787e00;
}

.main {
	width:855px;
	height:100%;
	margin:auto;
	padding-top:15px;
	background-image:url(../images/yelback.jpg);
	background-repeat:repeat-y;
	background-position: center;

}

.mainclose {
	width:855px;
	min-height:100%;
	max-height:0px;
	height: inherit;
	bottom:0px;
	margin:auto;
	background-image:url(../images/yelback.jpg);
	background-repeat:repeat-y;
	background-position: center;
	position:relative;
		z-index:0;

}

.contenttop {
	height: auto;
	width: 760px;
	background-image: url(../images/content-top.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;	
	margin:auto;
	padding-left:15px;
	padding-right:15px;
}
.content {
	height: auto;
	width: 760px;
	background-image: url(../images/content.jpg);
	background-repeat: repeat-y;
	background-position: center top;	
	margin:auto;
	margin-bottom:0px;
	padding-left:15px;
	padding-right:15px;
	position:relative;
	z-index:1;
}

.contentdb img {
margin:5px;
border: 3px solid white;

}
.contentbottom {
	height: auto;
	width: 760px;
	background-image: url(../images/content-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	margin:auto;
	margin-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	position:relative;
		z-index:1;
}

.menubox {
	width: 163px;
	float: left;
	font-size: 11px;

}
.menutop {
	background-image: url(../images/menutop.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 15px;
	margin-top:0px;
}
.menumid {
	background-image: url(../images/menumid.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: left;
	padding-right: 9px;
	padding-left: 17px;
	padding-top:12px;
		padding-bottom: 18px;
}
.menubottom {
	background-image: url(../images/menubottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.contentbox {
	background-color: #fce8bd;
	width: 550px;
	height:auto;
	min-height:440px;
	padding:15px;
	border: 2px solid #FFFFFF;
	float: left;
	margin: 5px;
	margin-top:10px;
	text-align:left;
}

/* for Internet Explorer */
/*\*/
* html .contentbox {
height:440px;

}
/**/

.footertext {
	position:relative;
	z-index:1;
	color: #A37601;
	font-size: 11px;
}
.title {
	font-size: 18px;
	font-family: "Trebuchet MS", Verdana, Arial ;
	font-weight: ;
	display:block;
	height:30px;
	width:545px;
	padding-top:6px;
	padding-left:9px;
	background-image: url(/images/title.gif);
	background-repeat: no-repeat;
	background-position:-4px 4px;
	color: #AE7809;
	letter-spacing:1px;
}
div.heading {
	background-color:#FDEFCF;
	padding:5px;
	padding-bottom:10px;
	}

.largetext {
	font-size: 16px;
	font-weight: bold;
}

.smalltext {
	font-size: 9px;
}

.imagebody {
	border: 2px solid #FFFFFF;
}

.formfield {
	background-image:url(../images/formfield.jpg);
	border:solid #ffffff 2px;
	padding: 4px;
	font-style: italic;
}

.formbutton {
	border:solid #ffffff 2px;
	padding: 2px;

	background-color:#FEDE8B;
	cursor:pointer;
}
.leftcolimage {
border:2px solid #FFFFFF;
}
.event{
border-top:1px solid #ffffff;
padding-top:8px;
}
.pagebody {
	padding-left:10px;
}

