﻿body {
	background-image: url("images/bkgnd.gif");
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
}

a {
	text-decoration:none;
	color:#009999;
	font-weight:normal;
}
	a:hover {
		text-decoration:underline;
	}

#topMenu {
	width:780px;
	height:168px;
	background-image:url("images/menuTopBkgnd.gif");
	text-align:left;
	border-left:1px solid #6c3a54;
	border-right:1px solid #6c3a54;
	font-size:12px;
}
	#topMenu a {
		text-decoration:uderline;
		color:#6c3a54;
		font-weight:normal;
	}

#topMenuLogo {
	padding-left:8px;
}

#topMenuMainNav {
	padding-left:14px;
}

#topMenuContact {
	height:126px;
	color:#6c3a54;
	font-size:18px;
	overflow:hidden;
}

#topMenuSubNav {

}

#content {
	width:780px;
	background-color:#f6edf1;
	text-align:left;
	border-left:1px solid #6c3a54;
	border-right:1px solid #6c3a54;
	border-bottom:1px solid #6c3a54;
	padding-top:20px;
	font-size:14px;
}

#footer {
	padding-top:30px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
}
	#footer a {
		text-decoration:uderline;
		color:#6c3a54;
		font-weight:normal;
	}
	#footer a:hover {
		color:#4f5b19;
	}
	
#gifts {
	width:189px;
	height:105px;
	background-image:url("images/fees_box.gif");
	text-align:center;
	margin-left:80px;
}

#gifts2 {
	width:175px;
	padding:5px;
	border: 1px solid #6c3a54;
	background-color:#efe1e6;
}

#popupcontent {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	
	background-color:#fbf3e5;
}

	#popupcontent input {
		background-color:white;
		border:1px solid black;
	}

#tinybox {position:absolute; display:none; padding:0px; background:#fbf3e5; url(images/preload.gif) no-repeat 50% 50%; border:2px solid gray; z-index:2000}
#tinymask {position:absolute; display:none; top:0; left:0; height:100%; width:100%; background:white; z-index:1500}
#tinycontent {background:#fbf3e5; margin:0;}