@charset "iso-8859-1";
.incforeground {
	background-color: #E7D796;
}
/*this is for the flyer feature on the home page and turns it off and on*/
#noJScriptFlyer {
	/*display:none;*/
	font-size:18px;
	text-align:center;
	color:#F00;
	padding-bottom:6px;
}
#sideBarHomeDropShadow {
	/*display:none;*/
	background: url(../images/Drop-ShadowSide.png) repeat-y 6px;
	position:relative;
	margin-right:-10px;
	width: 340px;
	float: left;
}
#sideBarHomeDropShadowTop {
	position:absolute;
	width:10px;
	height:10px;
	top:0px;
	right:4px;
}
#sideBarHomeDropShadowBottom {
	position:absolute;
	width:330px;
	height:10px;
	bottom:0px;
	left:-4px;
}
#sideBarHomeFrame {
/*use these 3 to put a border around the flyer or comment out for no border*/
	border:solid 4px #000000;
	padding-left:9px;
	margin-bottom:10px;
	/*turn margin-top off with the border on*/
	/*margin-top:-10px;*/
	margin-left:-10px;
	width: 320px;
	float: left;
}
#categoryDiv {
	font-size:28px;
	margin: -15px 0px 10px 10px;
}
.customText {
	font-size:16px;
	font-weight:bold;
    margin: -10px 0px 10px 10px;
}
.author {
	text-align:center;
    margin: 5px 0px;
}
.shortDiscription {
    margin: 5px 10px;
}
.longDiscription {
    margin: 0px 0px;
}
/*1 column*/
.div1Middle {
    border: none;
    margin-left: 10px;
}
/*2 columns*/
.div2Left {
    border: none;
    margin-left: 10px;
}
.div2Right {
    border: none;
}
/*3 columns*/
.div3Left {
    border: none;
    margin-left: 10px;
}
.div3Middle {
    border: none;
}
.div3Right {
    border: none;
}
/*4 columns*/
.div4Left {
    border: none;
    margin-left: 10px;
}
.div4MiddleLeft {
    border: none;
}
.div4MiddleRight {
    border: none;
}
.div4Right {
    border: none;
}
.emailFriend {
display:none;
}
.emailText {
display:none;
}