@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(/images/page_background.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td.navBackground{
	background-image: url(/images/nav_background.jpg);
	background-repeat:no-repeat;
}

#navContentDiv {
	padding-left:10px;
	padding-right:10px;
}

#mainContent {
	
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}

a:link {text-decoration: none;}
a:hover {text-decoration: underline;}
a:active {text-decoration: none;}
a:visited {text-decoration: none;}


a.blendedlink:link {color: #333333; text-decoration: none;}
a.blendedlink:hover {color: #333333; text-decoration: underline; }
a.blendedlink:active {color: #333333; text-decoration: none; }
a.blendedlink:visited {color: #333333; text-decoration: none; }


a.menulinks:link {font-size: 11pt; color: #000000; text-decoration: none; font-weight: bold}
a.menulinks:hover {font-size: 11pt; color: #000000; text-decoration: underline; font-weight: bold}
a.menulinks:active {font-size: 11pt; color: #000000; text-decoration: none; font-weight: bold}
a.menulinks:visited {font-size: 11pt; color: #000000; text-decoration: none; font-weight: bold}

a.menulinksother:link {font-size: 9pt; color: #000000; text-decoration: none; font-weight: bold}
a.menulinksother:hover {font-size: 9pt; color: #000000; text-decoration: underline; font-weight: bold}
a.menulinksother:active {font-size: 9pt; color: #000000; text-decoration: none; font-weight: bold}
a.menulinksother:visited {font-size: 9pt; color: #000000; text-decoration: none; font-weight: bold}


a.photolinks:link {font-family: Helvetica, Arial sans-serif; font-size: 10pt; color: #000000; text-decoration: none; font-weight: bold}
a.photolinks:hover {font-family: Helvetica, Arial sans-serif; font-size: 10pt; color: #000000; text-decoration: underline; font-weight: bold}
a.photolinks:active {font-family: Helvetica, Arial sans-serif; font-size: 10pt; color: #000000; text-decoration: none; font-weight: bold}
a.photolinks:visited {font-family: Helvetica, Arial sans-serif; font-size: 10pt; color: #000000; text-decoration: none; font-weight: bold}


a.closeLink:link {font-family: Helvetica, Arial sans-serif; font-size: 10pt; color: #DDDDDD; text-decoration: none;}
a.closeLink:hover {font-family: Helvetica, Arial sans-serif; font-size: 10pt; color: #DDDDDD; text-decoration: underline; }
a.closeLink:active {font-family: Helvetica, Arial sans-serif; font-size: 10pt; color: #DDDDDD; text-decoration: none; }
a.closeLink:visited {font-family: Helvetica, Arial sans-serif; font-size: 10pt; color: #DDDDDD; text-decoration: none; }

.pictures img{
	padding-left:2px;
	padding-bottom:4px;
}

.menuHeaders {
	color: #614634;
	font-weight: bold;
	size:14pt;
	display:inline;
}

.evenDIV{
	border-bottom-style:thin;
	border-bottom:2px;
	border-bottom-color:#000000;
}
.oddDIV{
	border-bottom-style:thin;
	border-bottom:2px;
	border-bottom-color:#333333;
}

.style1 {
	color: #FFFFFF;
	font-family: Helvetica, Arial sans-serif;
}

.style2 {color: #FFFFFF}


