@import url("common/commonStyles.css");
@import url("common/adStyles.css");

div#title {
	position:absolute;
/*  top: 176px;
	left: 68%;
	width: 270px;
	height: 92px;	
	color: white;
	background-image: url(pictures/head.gif);  */
    top: 4px;
	left: 15%;
	width: 210px;
    height: 260px;
	color: #a60000;
	background-image: url(pictures/balloon.gif);
	background-position: center;
	background-repeat: no-repeat;		
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	z-index: 1;
}
.otherHead {	
	margin: 0;	
	font-size: 12px;
	visibility: hidden;
}
.theHead {
	margin: 35px auto 220px auto;
	padding: 0 8px;
	font-size: 18px;
	visibility: visible;
}
.blue {
	color: #000080;
}

table#menu td.otherPage, #adRight, #adLeft { /*extended*/
	background-image: url(pictures/menuWood.jpg);
	background-color: #d4ac88;
}
table#menu a {/*overided*/
   color: #330000;
}
td.otherPage a {
	background-color: #d4ac88;
}
table#menu a:hover {/*restore*/
   color: white;
   background-color: #cc6633;
}
div#titleSheet {
	background-image: url(pictures/paperMid.jpg);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	margin: 0 auto;
	width: 830px;
	border: none;
	z-index:6;
}
div#holiday {
	background-image: url(pictures/ribbon.jpg);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	width: 850px;
	height: 0;
	visibility: hidden;
}

img#titleBackTop { 
   position: static;
   width: 830px;
   z-index: inherit;
}
img#titleBackBottom { 
   position: static;
   margin-bottom: -5px;
   left:0;
   width:830px;
   z-index:inherit;
}
div#welcome p {
	text-align: justify;
	padding-right: 30px;
	margin: 6px 50px;
	border: none;
	font-size: 17px;
    font-family: "Times New Roman", Times, serif;
}

div#welcome p:first-letter {
  font-family: Papyrus; 
  font-weight: bold;
  padding-left: 12px;
}
img#brochures {
	margin: 0 0 0 50px;
	border: none;	
	position: relative;
	top: 4px;
	left: -47px;
	float: right;
}

