h3 {
	background-color: #663333;
	color: #FFFFFF;
	padding: 5px;
}
h1 {
	font-family: Palatino;
	font-style: normal;
	color: #663333;
}
h2 {
	font-family: Palatino;
	color: #993333;
	line-height: 0px;
	font-variant: small-caps;
	font-style: italic;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 970px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	font-style: italic;
	color: #003366;
	font-weight: bolder;
	text-transform: capitalize;
	border-bottom-color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
li {
	list-style-type: circle;
}
.leftimage {
	float: left;
	padding-right: 5px;
	border: 0px none;
}
.rightimage {
	float: right;
	padding-left: 7px;
}

#lightbox{
	background-color:#eee;
	padding: 15px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 2em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }

#overlay{ background-image: url('overlay.png'); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url('blank.gif');
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale")
	}
	
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.bluetext {
	color: #003366;
	font-weight: bold;
}
.highlighttext {
	font-weight: bold;
	color: #663333;
}

.container {
margin-left:auto;
margin-right:auto;
width:970px;
}
