@charset "utf-8";
body {
	font-family: Century Gothic, Helvetica, Geneva, Arial, SunSans-Regular, sans serif;
	font-size:0.90em;
	/*font: 0.75em Verdana, Arial, Helvetica, sans-serif;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
/*	background-color: #FBE1EF;
	background-attachment: fixed;*/
	background-image: url(../graphics/background.gif);
	background-repeat: repeat;
}


.oneColFixCtrHdr #container {
	width: 968px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #de1f82;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
/*background-image:url(../graphics/webHeader.gif);*/

	background: #FFFFFF; 
	 /*padding: 0 20px 0 20px;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	border: 1px solid #de1f82;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	/*padding: 10px 0;  using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColFixCtrHdr #mainContent h1{
	color:#de1f82;
	font-size: 1.3em;
}
.oneColFixCtrHdr #mainContent h2{
	color:#de1f82;
	font-size: 1.1em;
}

.oneColFixCtrHdr #mainContent td{
	/*color:#666666;*/
	font-size: 0.97em;
}
.oneColFixCtrHdr #mainContent p{
	/*color:#333333;*/
	font-size: 0.97em;
}
.oneColFixCtrHdr #mainContent strong{
	font-weight:bold;
	font-size: 0.95em;
	color:#de1f82;
}
.oneColFixCtrHdr #mainContent ul.bullet {
	list-style-position: inside;
	list-style-image: url(../graphics/kidsBullet1.gif);
}
.oneColFixCtrHdr #mainContent .indentOR, li.indentOR{
	list-style:none;
	margin-left:50px;
	font-size:1.5em;
	font-weight:normal;
	color:#de1f82;
}
.oneColFixCtrHdr #mainContent .menuList{
	list-style:none;
}

.oneColFixCtrHdr #mainContent #sendEmailWrapper{
/*	border: thin solid #666666;
*/	padding: 3px;
	background-image:url(../graphics/bowCard1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 450px;
}
.oneColFixCtrHdr #mainContent #contactUs{
	position:relative;
	float:right;
	/*border: thin solid #666666;*/
	padding: 3px;
	width:660px;
	height: 350px;
}

.oneColFixCtrHdr #a1, #a2, #a3, #a4{
	border: solid 3px #de1f82;
}
.oneColFixCtrHdr  #emailLink{
	float:right;
	text-align:right;
	/*	position:relative;
*/	z-index:1;
	margin:2px;
	padding:2px;
	clear: both;
}

.oneColFixCtrHdr #footer {
	background:#de1f82;
	color:#FFFFFF;
	padding: 6px 20px 4px 20px;
	clear: both;

}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	/*padding: 6px 0;  padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #rightFootMenu {
	/*padding: 0 20px 0 0px;  this padding matches the left alignment of the elements in the divs that appear above it. */
	float:right;
	display:inline;
	/*font-size:inherit;*/
}
.oneColFixCtrHdr #footer p {
	margin: 200; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2000px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	display:inline;
}



a.footmenu {
	color: #ffffff;
	text-decoration: none;
	font-size: 1.2em;
}
a.footmenu:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 1.2em;
}

	
.imgLink:link    {
	color: #cc3333;
/*	border:solid 1px #cc3333;*/
}

.imgLink:visited {
	color: #cc3333;
/*	border:solid 1px #cc3333;*/

 }
.imgLink:hover	  {
	color: #cc3333;
/*	border:solid 1px #cc3333;*/
} 
.imgLink:active  {
	color: #cc3333;
/*	border:solid 1px #cc3333;*/
}	
	
/* Opacity Rollover for the frontpage images */
.opacityit img{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	margin:0px;
}
.opacityit:hover img{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	margin:0px;

}
.opacityOP img{
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	margin:0px;
	padding:0px;
}
.opacityOP:hover img{
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	margin:0px;
}