body
{
	background: #cccc99;
	margin: 0px;
	color: black;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
}

.titletext
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 120%;
	font-weight: bold;
	color: #333366;
}

.sectionTitle
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #003333;
 	border-width: 3px;
 	border-style: double;
 	border-color: red;
}

.txtwbg
{
	background-color: white;

}

.textNormal
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
}

.indent
{
	margin-left: 20px;
}



/*** wrappers ***/
#outerWrapper
{
	position: relative;
	text-align: center;
}

#innerWrapper
{

	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;

/*
	padding-right: 10px;
	padding-left: 10px;
 	border-width: 3px;
 	border-style: double;
 	border-color: green;
*/
}

#header
{
	position: relative;
	background: transparent url(images/TopText.jpg) top center no-repeat;
	height: 129px;
	z-index: 2;
}

#menu
{
	position: relative;
	z-index: 1;
	padding-top: 66px;
	padding-right: 25px;
	text-align: right;
	float: right;
	width: 760px;
}

#theBody
{
	position: relative;
	background: transparent url(images/Background.jpg) repeat-y center;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#innerBody
{
	position: relative;
	text-align: left;
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	border-width: 1px;
 	border-style: solid;
 	border-color: white;

}


#splash
{
	position: absolute;
/*
	top: 60px;
	right: 120px;
*/
	bottom: 40px;
	right: 10px;
	text-align: right;
}

#logo
{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#footer
{
	position: relative;
	background: transparent url(images/Bottom01.jpg) bottom center no-repeat;
	clear: both;
	height: 129px;
}

#innerFooter
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
 	width: 760px;
	height: 107px;
 	text-align: left;
}

#contactUs
{
	position: relative;
 	width: 740px;
 	text-align: left;
 	padding-top: 50px;
 	margin-left: 20px;
}


/*** Header ***/
div#title
{
	position: relative;
	top: 20px;
	right: 20px;
}

img
{
	border: none;
}


p.indent
{
	margin-left: 20px;
}

p.center
{
	text-align: center;
}



/*** sections ***/
div#section
{
	position: relative;
	margin-left: 20px;
}
div#bios
{
	position: absolute;
	top: 175px;
	width: 100%;
	text-align: center;

}
div#photos
{
	position: absolute;
	top: 275px;
	width: 95%;
	margin-left: 20px;
}
div#default
{
	position: absolute;
	top: 275px;
	margin-left: 20px;
}


/*** calendar ***/
div#calendar
{
	position: relative;
	padding-left: 20px;
}
div#tableborder
{
	border-color: black;
}
div#tableborder table
{
 	background-color: black;
 	border-width: 3px;
 	border-style: double;
 	border-color: black;
}
div#tableborder td
{
 	background-color: #eeeebb;
 	white-space: nowrap;
}
div#venuelogos
{
	position: absolute;
	top: 300px;
	right: 20px;
	text-align: right;
}

div#groupshot
{
	position: absolute;
	top: 175px;
	left: 300px;
}


/*** photos ***/
div.photo
{
	float: left;
	width: 130px;
	height:130px;
	border: thin #000000 outset;
	border-color: silver;
	margin: 1px;
	padding:5px;
	background-color: #eeeeee;
	text-align: center;
	font-size: 10px;
}
div.photo p
{
	text-align: center;
	/* font-style: italic; */
	font-size: smaller;
	text-indent: 0;
}

.photodate
{
	position: relative;
	margin-top: 20px;
	/** height: 16px; **/
	clear: left;

	font-family: arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;

	border-top: 1px solid #999999;
}

.photodescription
{
	position: relative;
	font-family: arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #993333;
}

.photocredit
{
	position: relative;
	font-family: arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
}


div.pageTitle
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #003333;
	background: white;
	border-bottom: thin solid #003333;
	border-right: thin solid #003333;
}

div.email
{
	position: relative;
	text-align: right;
	border-bottom: thin solid #003333;
	border-right: thin solid #003333;
}


