body
{
	margin: 0px;
	padding: 0px;
	background-color: #000;
	font-family: Arial, Helvetica;
	font-size: 14px;
	line-height: 150%;
}

h1 { font-size: 3em; }
h2 { font-size: 2em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; }
p { font-size: 14px; }
.footnote { font-size: 12px; }

#openblurb {
	color: #ffffff;
	text-align: center;
}
#openblurb a:link, #openblurb a:visited {
	color: #ffffff;
}

.likeap {
	font-size: 14px;
}
.bioname
{
	font-size: 1.25em;
	font-weight: bold;
}
.first {
	margin-top: 0px;
}

.contact {
	font-size: 16px;
	text-align: center;
}
.slightlysmaller {
	font-size: 13px;
} 
.smaller{
	font-size: 12px;
}

ul.nobull {
	padding-left: 0px;
}
ul.nobull li {
	list-style-type: none;
	padding-bottom: .2em;
	font-size: 1.25em
}

ul.noident {
	padding-left: 1.25em;
}
ul.noident li {
	padding-bottom: .5em;
}

#flashintro_wrapper {
	text-align: center;
	background-image: url(images/bgflash_wrap.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#flashintro {
	width: 760px;
	margin: auto;
}

#header_wrapper {
	text-align: center;
	background-image: url(images/bghead_nav_wrap.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	width: 760px;
	height: 115px;
	margin: auto;
}

#header2_wrapper {
	text-align: center;
	background-image: url(images/bghead_nav2_wrap.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#header2 {
	width: 760px;
	height: 156px;
	margin: auto;
}

#content_wrapper {
	text-align: center;
	background-image: url(images/bgtile_wrap.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#content2_wrapper {
	text-align: center;
	background-image: url(images/bgtile_wrap2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#content {
	width: 760px;
	margin: auto;
	text-align: left;
}
#content .l {
	width: 71px;
	background-image: url(images/bgtileL.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#content .m {
	margin-left: 71px;
	margin-right: 71px;
	padding: 12px;
	background-image: url(images/bgtileM.gif);
	background-color: #F7ED5A;/*#FFFFCB;*/
	background-repeat: repeat-x;
}
#content .r {
	width: 71px;
	background-image: url(images/bgtileR.jpg);
	background-repeat: repeat-y;
}

#footer_wrapper {
	text-align: center;
	background-image: url(images/bgbot_wrap.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	text-align: left;
	width: 760px;
	margin: auto;
	height: 91px;
}
#footer .l {
	float: left;
	width: 71px;
	height: 91px;
	background-image: url(images/bgbotL.jpg);
}
#footer .m {
	margin-left: 71px;
	margin-right: 71px;
	height: 59px;
	text-align: center;
	padding-top: 32px;
	background-image: url(images/bgtileB.gif);
	background-repeat: repeat-x;
	background-color: #F7ED5A;/*#FFFFCB;*/
}
#footer .r {
	float: right;
	width: 71px;
	height: 91px;
	background-image: url(images/bgbotR.jpg);
}

.slideshow_floatr {
	width: 320px;
	height: 240px;
	float: right;
	margin-left: 8px;
	border: 3px #FC0 ridge;
}

.slideshow_floatl {
	width: 320px;
	height: 240px;
	float: left;
	margin-right: 8px;
	border: 3px #FC0 ridge;
}
.floatr {
}
.floatl {
	float: left;
}
.clear {
	clear: both;
}

.image_floatr {
	float: right;
	margin-left: 8px;
	margin-bottom: 24px;
	border: 3px #FC0 ridge;
}

.image_floatl {
	float: left;
	margin-right: 8px;
	margin-bottom: 24px;
	border: 3px #FC0 ridge;
}

.image_floatl1 {
	float: left;
	margin-right: 8px;
	margin-bottom: 12px;
	border: 3px #FC0 ridge;
}

.links {
}
.links td {
	padding-top: 16px;
}

.caption {
	text-align: center;
	font-size: 10px;
}

@media print
{

	#header_wrapper {
		text-align: center;
		background-image: none;
	}
	
	#header {
		width: 760px;
		margin: auto;
	}
	
	#content_wrapper {
		text-align: center;
		background-image: none;
	}
	#content {
		width: 760px;
		margin: auto;
		text-align: left;
	}
	#content .l {
		width: auto;
		background-image: none;
		background-color: #FFF;
	}
	#content .m {
		padding: 12px;
		background-image: none;
		background-color: #FFF;
	}
	#content .r {
		width: auto;
		background-image: none;
		background-color: #FFF;
	}
	
	#footer_wrapper {
		text-align: center;
		background-image: none;
	}
	#footer {
		text-align: left;
		width: 760px;
		margin: auto;
	}
	#footer .l {
		background-image: none;
		background-color: #FFF;
	}
	#footer .m {
		text-align: center;
		padding-top: 12px;
		background-image: none;
		background-color: #FFF;
	}
	#footer .r {
		background-image: none;
		background-color: #FFF;
	}

}


