body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996600;
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-image:  url("nav/wood_bg.gif");
}

.contentBg {
	background-image: url(nav/site_mid.gif);
	background-repeat: repeat-y;
}

/* -----main page links----- */

.links a:link {
	color:#336600;
	text-decoration: none;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color: #663300;
}
.links a:visited {
	color:#336600;
	text-decoration: none;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color:#663300;
}
.links a:hover {
	color:#663300;
	text-decoration: none;
	border-bottom-style:dashed;
	border-bottom-width: 1px;
	border-bottom-color:#663300;
}
.links a:active {
	color:#663300;
	text-decoration: none;
	border-bottom-style:solid;
	border-bottom-width: 1px;
	border-bottom-color:#663300;
}

.fade_line_horiz {
	width: 100%;
	height: 3px;
	background-image:url(nav/fade_line_horiz.jpg);
	background-repeat:no-repeat;
	background-position: center;
}

.nav_fade_line {
	width: 100%;
	height: 3px;
	background-image:url(nav/fade_line_horiz.jpg);
	background-repeat:no-repeat;
}

/* Styles for YP slideout menus */

.menu {
	font-family:verdana;
	color:#663300;
	font-size:9px;
	text-align: center;
}

.menu a {
	color:#663300;
	text-decoration: none;
}

.menu a:hover {
	color:#BF6000;
	text-decoration: none;
	border-bottom-style:dashed;
	border-bottom-width: 1px;
	border-bottom-color:#663300;
}


/* -----This makes TDs a container with their own coordinate system. Absolutely-positioned elements will be offset relative to them----- */

td div {

position: relative;

}

/* ----- other site elements ----- */

.welcomeBox {
	border-top-color: #996600;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #996600;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #996600;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #996600;
	border-left-style: solid;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-left-width: 1px;
	background-color: #FFF2D9;
	color: #666666;
}

.photoLoaderBg {
	background-image: url(nav/loading_image_placeholder.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFFFFF;
	border-top-color: #663300;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #663300;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #663300;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #663300;
	border-left-style: solid;
	border-left-width: 1px;
}

/* ----- Form Styles ----- */

.form1 {
	background-color: #FFFFFF;
	border-top-color: #663300;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #663300;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #663300;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #663300;
	border-left-style: solid;
	border-left-width: 1px;
	font-size: 11px;
}

/* ----- Fonts ----- */

.titleFont {
	font-family: Perpetua, Georgia, Times;
	color: #663300;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
}

.titleFontSmall {
	font-family: Perpetua, Georgia, Times;
	color: #663300;
	font-weight: bold;
	font-style: italic;
	font-size: 16px;
}