/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
}
p, ul, li, td, h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0;
	padding-top: 0;
}
p, ul, li, td {
	font-size: 12px;
}
td {
	vertical-align: top;
}
h1
{font-size: 14px;
font-weight:bold;}

h2
{font-size: 13px;
font-weight:bold;}

.doofTitle {
	text-align:center;
}

.siteTitle {
	font-size:14px;
	font-weight:bold;
}

.note {
	font-size:11px;
	font-weight:normal;}

.nav {
	font-size:11px;
	font-weight:bold;
}

#topNav {
	text-align:center;
}

.sideNav {
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	text-align:center;
}


.galleryTitle {
	font-size:12px;
	font-weight:normal;
	text-align:center;
}

.title {
	font-style:italic;
}

.excerpt {
	padding-left:25px;
	padding-right:10px;
	font-style:italic;
}

.musicTitle {
	text-decoration:none;
	font-weight:bold;
	color:#FF0000;
}

.poem {
	padding-left:25px;
	padding-right:10px;
	color:#666666;
	font-weight:bold
}


.footer {
	font-size: 10px;
	background-color: #FFFFFF;
	text-align: center;
}

.footerHome {
	font-size: 10px;
	background-color: #CCCCCC;
	text-align: center;
}

.footerText {
	font-size: 10px;
	/*background-color: #FFFFFF;*/
	text-align: center;
}

.footerCredit {
	font-size: 9px;
	text-align: right;
}

a.footerLink {
	color:#333333;
}

.linkText {
	font-size: 11px;
	background-color: #FFFFFF;
	text-align: center;
}
.copyright {
	font-size: 9px;
	color: #000000;
}
.nowrap {
	white-space:nowrap;
}

.ltgrey {
	background-color:#CCCCCC;
}
.medgrey {
	background-color:#666666;
}
.dkgrey {
	background-color:#333333;
}
.red {
	background-color:#FF0000;
}
.currentBg {
	background-image:url(images/dkgrey.gif);
	background-position:left;
	background-repeat:repeat-y;
}
.numberNavlink {
	text-decoration: none;
	color:#666666;
	/*
	font-weight: bold;
	*/
}

a:hover.numberNavlink {
	color:#333333;
}

a:hover.clientNavlink {
	color:#333333;
	font-weight: bold;
}

.numberCurrent {
	font-weight: bold;
	color:#333333;
}

.previous, .next {
	font-size:14px;
	text-decoration: none;
	color:#000000;
}

.bioList {
	list-style-type:none;
margin-left: 0;
padding-left: 0em;
text-indent: 0em;
}
