/*
===============================================
Copyright 2007 Knights of Columbus of Oceanside, Father Joseph O'Connell Council #3481. All rights reserved.
===============================================
*/
/*
===========================================
*************************   TEMPLATE VARIABLES   *************************
===========================================
*/

/*
===========================================
*************************   GENERAL FEATURES   *************************
===========================================
*/

body					{
	padding:0px;
	background-color: #000;
	margin: 10px 0 0 0;
}

p {
	text-align: justify;

}

/*
===========================================
*************************   INDEX HEADER   *************************
===========================================
*/

#header{
	width: 680px;
	text-align: center;
	padding: 0; margin: 0 auto;
	border: none 0;
}

/*
===========================================
*************************   MID PART   *************************
===========================================
*/

#content{
	width: 680px;
	text-align: center;
	padding: 0; margin: 0 auto;
	border: none 0;
	background-image: url(../bingo/images/body-strip.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#balls{
	width: 100%;
	text-align: center;
	padding: 25px 0;
	border: none 0;
	margin: 0;
	background-image: url(../bingo/images/balls2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.inner {
	width: 90%;
	border: none 0;
	margin: 0 auto;	
	padding: 12px 0;
	text-align: justify;
}

.inner2 {
	width: 100%;
	border: none 0;
	margin: 0 auto;
	padding: 8px 0;
}

/*
===========================================
*************************   FOOTER PART   *************************
===========================================
*/

#b-links{
	width: 680px;
	text-align: center;
	padding: 1px 0 0 0;
	margin: 0 auto;
	height: 26px;
	border-top:  none 0;;
	border-right:  none 0;;
	border-bottom: 1px solid #fff;
	border-left:  none 0;;
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	background-color: #000;
}

#base{
	width: 680px;
	text-align: center;
	padding: 4px 0 0 0;
	margin: 0 auto;
	height: 80px;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	color: #fff;
	background-color: #010050;
}


/*
===========================================
*************************   Miscellaneous   *************************
===========================================
*/
.title-dou				{
	font-size: 12px;
	color: #242424;
	font-family: Tahoma;
	font-weight: bold;
	height: 19px;
	padding-top: 1px;
	border-bottom: double 3px #00266B;
	margin: 0 0 3px 0;
}

/*  Hack for Firefox and Netscape  */
html > body .title-dou{
	height: 16px;
}

.conclude {
	width: 100%;
	height: 32px;
	padding: 0;
	margin: 10px 0 35px 0;
	border-top: solid 1px #00266B;
}

.inconclude {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: right;
	width: 100%;
	vertical-align: middle;
	padding: 4px 0 0 0;
}

