body {
	margin: 0px 0px 0px 0px;
	background-color: #5C2C56;
}

td {
	font: 9.5pt "Arial";
	color: #666666;
}

hr {height: 1px; color: #CCCCCC;}

h1 {font: bold 12pt "Arial";
	color: #5C2C56;
	}
	
h2 {font: bold 12pt "Arial";
	color: #BD8172;}
	
h3 {font: bold 11pt "Arial";
	color: #666666;
	margin-bottom:2px;
	}
	
h4 {font: bold italic 8pt arial;
	color: #494949;}


a {
	text-decoration: no-underline;
	color: #5C2C56;
}

a:hover {
	color: #BD8172;
}

img {
	border:0px;
}

td.body {
	background-image: url(images/body-background.gif);
	background-repeat: no-repeat;
	background-position:top;
	background-color: #E5D9CA;
}

td.left {
	background-image: url("images/nav-tile.gif");
	background-repeat: repeat-y;
}

td.viewphotos{
    font: bold 11pt "Arial";
	color: #BD8172;
	
}

td.viewphotos a {
    font: bold 11pt "Arial";
	color: #BD8172;
	
}

td.viewphotos a:hover {
    font: bold 11pt "Arial";
	color: #5C2C56;
	
}

td.bottom {
	font: 9pt "Arial";
	color: #EEE6CF;
	line-height: 18px;
	background-image: url("images/bottom-footer-background.gif");
	background-repeat: no-repeat;
	padding: 10px;
}

td.bottom a {
	text-decoration: none;
	color: #5C2C56;
}

td.bottom a:hover {
	text-decoration: underline;
	color: #2f6d7a;
}

td.webonav {
	font: bold 6pt verdana;
	text-decoration: none;
	color: white;
}

td.webonav a {
	font: bold 8pt arial;
	text-decoration: none;
	color: white;
}

td.webonav a:hover {
	text-decoration: underline;
	color: #850202;
}

#Layer1 {
	position:absolute;
	top:330px;
	width:170px;
	height:170px;
	z-index:1;
	visibility: hidden;
	/*padding-left:185px;*/
}



/*--------------------------------------------------------------------------------------------------------
				Controls for drop down menu
--------------------------------------------------------------------------------------------------------*/
/* main container for the menu bar */
div.menuBar {
	padding: 0px 0px 0px 0px;
	text-align: left;
}


/* Off state for the links in the main menu bar */
div.menuBar a.menuButton {
	color: #000000;
	cursor: default;
	left: 0px;
	margin: 1px;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-decoration: none;
	top: 0px;
	z-index: 100;
	}
	
	
/* On state for the links in the main menu bar */
div.menuBar a.menuButtonActive, div.menuBar a.menuButtonActive:hover, div.menuBar a.menuButton:hover {
	text-decoration: underline;
	}

	
/* container for the drop down menu */
div.menu {
	/*filter: alpha(opacity=75); -moz-opacity: 0.75; opacity: 0.75;*/
	background-color: #bd8172;
	border:2px solid #875e81;
	left: 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
	text-align:left;
	cursor:pointer;
	margin-top:-25px;
	margin-left:180px;
	}
	
	
	
/* menu items for the drop down menu */
div.menu a.menuItem {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ece3cd;
	cursor: default;
	display: block;
	padding: 4px 12px 4px 12px;
	margin:0px 0px 0px 0px;
	text-decoration: none;
	white-space: nowrap;
	}
	
	
/* menu items for the drop down menu (hover state) */
div.menu a.menuItem:hover {
	background-color:#9e695c;
	/*background:url(../images/arrow.gif) left center no-repeat;*/
	cursor:pointer;
	}
	
	
/* menu item seperators */
div.menu div.menuItemSep {
	border-top: 1px solid #875e81;
	margin: 0px 0px 0px 0px;
	}
	
.style1 {font-size:12pt;font-weight: bold;font-style: italic;}
#headerNavWrapper {width:100%;text-align:center;position:absolute;top:221px;}
#headerNav {z-index:10;width:720px;height:75px;margin:0 auto;text-align:right;}
