@CHARSET "ISO-8859-1";

BODY {
	/*background-color: #666666;*/
	background-color: #517383;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 14px;
	line-height: 15px;
}

.bodycopy {
	font-family: verdana;
	font-size: 15px;
	line-height: 17px;
}


A:link {
	font-family: Bell Gothic Std, verdana;
	color: #6d2812;
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
	text-decoration: none;
}

A:visited {
	font-family: Bell Gothic Std, verdana;
	color: #6d2812;
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
	text-decoration: none;
}

A:hover {
	color: #b25739;
	text-decoration: underline;
}


A.menu:link {
	font-family: Bell Gothic Std, arial;
	color: #6d2812;
	font-size: 19px;
	line-height: 19px;
	font-weight: normal;
	text-decoration: none;
}

A.menu:visited {
	font-family: Bell Gothic Std, arial;
	color: #6d2812;
	font-size: 19px;
	line-height: 19px;
	font-weight: normal;
	text-decoration: none;
}

A.menu:hover {
	color: #b25739;
	text-decoration: underline;
}


A.menuOn:link {
	font-family: Bell Gothic Std, arial;
	color: #b25739;
	font-size: 19px;
	line-height: 19px;
	font-weight: normal;
	text-decoration: none;
}

A.menuOn:visited {
	font-family: Bell Gothic Std, arial;
	color: #b25739;
	font-size: 19px;
	line-height: 19px;
	font-weight: normal;
	text-decoration: none;
}

A.menuOn:hover {
	color: #b25739;
	text-decoration: underline;
}

ul.menu {
	list-style-type: none;
	margin-left: 12px;
	padding-left: 0px;
	width: 150px;
}

li.menu {
	margin-bottom: 1px;
}

li.menuOn {
	margin-bottom: 1px;
	/*background-color: #FFFFFF;*/
}

.menured {
	font-family: Bell Gothic Std, arial;
	color: #6d2812;
	font-size: 18px;
	line-height: 18px;
}


.menured2 {
	font-family: Bell Gothic Std, arial;
	color: #6d2812;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}

/*  from original hours setup
.menured2 {
	font-family: Bell Gothic Std, arial;
	color: #6d2812;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
} */

.sectiontitle {
	font-family:  Tahoma, Arial;
	color: #51311f;
	font-size: 22px;
	
}

.persontitle {
	color: #51311f;
	font-weight: bold;
	font-size: 15px;
}
	
.printpagetitle {
	font-family:  Arial;
	/* color: #594a41;*/
	color: #3b2417;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	
}

a.printpagetitle {
	font-family:  Arial;
	/* color: #594a41;*/
	color: #3b2417;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	
}

A.printpagetitle:hover {
	color: #b25739;
	text-decoration: underline;
}

.footer, A.footer, A.footer:visited {
	font-family:  Arial;
	/* color: #594a41;*/
	color: #3b2417;
	font-size: 14px;
	line-height: 15px;
	font-weight: bold;
	
}


A.footer:hover {
	color: #b25739;
}

.copyright, A.copyright, A.copyright:visited {
	font-family:  Arial;
	color: #c5b99f;
	/* color: #b0a690;*/
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	margin-top: 2px;
	margin-bottom: 5px;
}

A.copyright:hover {
	color: #c47f69;
}


div.shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
 .shadow2,
 .shadow3,
 .container {
	position: relative;
	left: -1px;
	top: -1px;
}
 
	 .shadow1 {
		background: #F1F0F1;
	}
 
	 .shadow2 {
		background: #DBDADB;
	}
 
	 .shadow3 {
		background: #B8B6B8;
	}
 
	 .container {
		background: #ffffff;
		border: 1px solid #848284;
		padding: 6px;
	}