/*
	light blue			#6CE5FF;
	light sand			FBD28B
	darker sand			F3C577
	sun yellow:			FAD647
*/

body {
	margin:				0px;
	background-color:	#F3C577;
}
.photoWindowBody {
	margin:				10px;
	background-color:	white;
	text-align:			center;
}
td {
	vertical-align:		top;

	font-family:		Verdana, Arial;
	font-size:			x-small;
	font-weight:		normal;
	color:				black;
}
img {
	border:				0px;
}
a {
	color:				#17C9EF;
	font-weight: bold;
}
a:hover {
	text-decoration:	underline;
}

h1 {
	font-family:		Verdana, Arial;
	font-size:			large;
	font-weight:		bold;
	margin-bottom:		0px;
	color:				#947C54;
}
h2 {
	font-family:		Verdana, Arial;
	font-size:			small;
	font-weight:		normal;
	margin-bottom:		6px;
	color:				#947C54;
}
h3 {
	font-family:		Verdana, Arial;
	font-size:			small;
	font-weight:		normal;
	font-style:			italic;
	margin-top:			6px;
	margin-top:			0px;
	color:				#947C54;
}
h4 {
	font-family:		Verdana, Arial;
	font-size:			x-small;
	font-weight:		normal;
	margin-top:			3px;
	color:				black;
}
h5 {
	font-family:		Verdana, Arial;
	font-size:			x-small;
	font-weight:		normal;
	margin-top:			3px;
	color:				black;
	text-align:			center;
}
em {
	color:				#947C54;
	font-weight:		bold;
	font-style:			normal;
}

ol, ul {
	width:				85%;
	margin-top:			6px;
}
li {
	margin-top:				6px;
	list-style-image:		url(images/bulletStar.gif);
	list-style-position:	outside;
}
.infoBoxHeader {
	border:				1px solid #FBD28B;
	color:				#947C54;
	background-color:	#FBD28B;
	font-weight:		bold;
	text-transform:		uppercase;
	padding:			2px;
}
.infoBox {
	border:				1px solid #FBD28B;
	font-size:			18px;
	line-height:		120%;
	padding:			3px;
	margin:				10px;
}
.footerLink {
	font-family:		Verdana, Arial;
	font-size:			xx-small;
	font-weight:		bold;
	color:				#947C54;
	
	text-align:			center;
}
.footerLink A {
	color:				#947C54;
}
.footerLink A:hover {
	text-decoration:	underline;
}
.copyright {
	font-weight:		normal;
	font-style:			italic;
	color:				white;
	padding:			8px;
}