/* Start of CMSMS style sheet 'FAELD_Styles' */
/* CSS Document */

html{
	background-attachment:fixed;
	/* background-image: url(/uploads/images/background.jpg); */
	background-color: black;
	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;
}

a:link {
	color: #AB3B13;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color: #AB3B13;
}
a:hover {
	color: #77513A;
}
a:active {
	color: #AB3B13;
}



.main {
	width:855px;
	height:100%;
	margin:auto;
	padding-top:15px;
	background-image:url(/uploads/images/brownback.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(/uploads/images/brownback.jpg);
	background-repeat:repeat-y;
	background-position: center;
	position:relative;
		z-index:0;

}

.contenttop {
	height: auto;
	width: 760px;
	background-image: url(/uploads/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(/uploads/images/content.jpg);
	background-repeat: repeat-y;
	background-position: center top;	
	margin:auto;
	margin-bottom:0px;
	padding-left:15px;
	padding-right:15px;
	/*position:relative;*/
	position:float;
	z-index:1;
}

.contentdb img {
margin:5px;
/*border: 3px solid white;*/

}
.contentbottom {
	height: auto;
	width: 760px;
	background-image: url(/uploads/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;
}

.contentbox {
	/*background-color: #fce8bd;*/
	background-color: #FFFFAD;
	width: 540px;
	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(/uploads/images/title.gif);
	background-repeat: no-repeat;
	background-position:-4px 4px;
	color: #AE7809;
	letter-spacing:1px;
}
.largetext {
	font-size: 16px;
	font-weight: bold;
}

.smalltext {
	font-size: 9px;
}

.imagebody {
	border: 2px solid #FFFFFF;
}

.formfield {
	background-image:url(/uploads/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;
	}

.top {
	text-align: right;
	border-top:1px solid #ffffff;
}
/* End of 'FAELD_Styles' */

