/* jordanhall.css style sheet 
 * background:	#CCCCFF (similar to periwinkle #DBDBFF)
 * menu bar: 	#CC99CC	(similar to lilac)
 * text:		#330033
 * highlight: 	#660066 
 */
body {
	background-color: #DBDBFF; /*#CCCCFF;*/
	margin: 0;
	font-family: Verdana, Arial;
	font-size: 10pt;
	color: #330033;
}

td {
	font-family: Verdana, Arial;
	font-size: 10pt;
}

b {
	color: #660066;
}

.footer {
	font-size: 8pt;
	line-height: 14pt;
	text-align: center;
}

.title {
	color: #660066;
	font-size: 12pt;
	font-weight: bold;
	line-height: 34px;
}

a {
	color: #660066;
	font-weight: bold;
}

a:hover {
	background-color: #660066;
	color: #ffffff;
}

a.img {
	text-decoration: none;
}

a.prevnext {
	text-decoration: none;
}


.navbar {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #CC99CC;
	vertical-align: bottom;
}

.thumbnail {
	border: 2px solid #333333;
}
.picture {
	border: 4px solid #333333;
}

.navMenu {
	background-color: #CC99CC;
	color: #FFFFFF;
	margin-top: 32px;
}

a.nav {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 20px;
	vertical-align: middle;
}

a:hover.nav {
	color: #ffffff;
}	

#navCurrent {
	color: #660066;
	font-weight: bold;
	line-height: 20px;
	vertical-align: middle;
}

td.fill {
	width: 30px;
}

img.menuspace {
	width:30px;
	height:18px;
	vertical-align: middle;
	border: none;
}

a.navscript {
	color: #FFFFff;
	text-decoration: none;
	font-style: italic;
}

a:hover.navscript {
	text-decoration: underline;
}

a:hover.bridgegrove {
	background-color: #DBDBFF;
}

