body {
	font: small Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #19171A;
}
h1 {
	font: bold x-large Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #996633;
}
h2 {
	font-size: large;
	color: #993300;
}
h3 {
	font-size: medium;
	color: #336633;
}
/* ---- do more work here!   
a:link {
	color: 0099CC;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #006666;
}  --*/

/* --------Top Navigation Bar  -----------------*/

.navbarBox {
	border-top: thin solid #CCCCCC;
	border-right: medium solid #CCCCCC;
	border-bottom: thin;
	border-left: thin;
	text-align: center;
	font: bold small Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #FFFFFF;
}
.navbarText {
	font: bold small Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #FFFFFF;
}
div.navbar a:link {
	color: #FFFFFF;
}
div.navbar a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div.navbar a:hover {
	color: #0099CC;
	text-decoration: underline;
}
/* -----------------Photo Navigation Bar --------*/
div.PhotoNav {
	margin: 20px auto 20px 35%;
	text-align: center;
	clear: both;
	background: #FFFF99;
}
div.PhotoNav a:link {
	color: #CCFFFF;
	text-decoration: none;

}
div.PhotoNav a:visited {
	color: #FFFFFF;
	text-decoration: none;

}
div.PhotoNav a:hover {
	color: #000000;
	text-decoration: underline;
}
div.PhotoNav a:active {
	color: #000000;
	text-decoration: underline;
}
.PhotoNavBox {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: x-small;
	background-color: #990000;
	background-position: center center;
	color: #FFFFFF;
	text-decoration: none;
	border-top: 2px inset #CA6F40;
	border-right: 2px outset #4E3224;
	border-bottom: 2px outset #4E3224;
	border-left: 2px inset #CA6F40;
	float: left;
	padding: 3px;
	margin: 0px 20px;
}
.PhotoPageNumbers {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #5187ad;
	text-align: center;
	font-weight: bold;
}


/* ----------------- Classes --------------------*/
.text {
	font: small Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #003333;
}

.TitleLogoTop {
	font: bold xx-large "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #CC6600;
	background: #19171A url(images/topBackground.jpg) no-repeat;
	height: 136px;
}
.footerText {
	font: x-small Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: center;
	vertical-align: bottom;
	color: #FFFFFF;
}
.contentBox {
	padding: 10px;
}

.navbarTextActive {
	color: #CCCCCC;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small;
}
.aqua {
	color: #0099CC;
}


.WhatsNewBox {
	float: left;
	font-size: larger;
	margin-left: 0px;
	border-top: thick solid #993300;
	border-right: thin solid;
	border-bottom: thin solid #993300;
	border-left: thin solid #993300;
}
.WhatsNewHeadline {
	font-size: medium;
	font-variant: normal;
	color: #993300;
	width: 50%;
	padding: 2px 6px 2px 2px;
	font-weight: 700;
	margin-bottom: 0px;
	margin-left: 10px;
	text-transform: lowercase;
}
.WhatsNewText {
	font-weight: bold;
	padding: 10px;
}
.listNoBullet {
	list-style: none;
}
.boldItalic {
	font-style: italic;
	font-weight: bold;
}
.photoCaption {
	font-size: x-small;
	font-style: italic;
	margin: 0px;
	padding: 0px 0px 5px;
	text-align: center;
	vertical-align: top;
}
ul.photoCaption {
	display: inline;
	list-style: none;
}
ul.photoCaption li {
	display: inline;
	float: left;
	margin: 10px;
	padding: 0px;
}
.rowBreak {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	width: 100%;
}

