#Title {
	text-align:right;
	margin-left: 40%;
	margin-bottom: 40px;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	font-size: 1.4em;
	margin-bottom: 5px;
}
h2 {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	margin-top: 50px;
}
h2.menu {
	text-decoration: underline;
	font-size: 1em;
	margin-top: 0px;
	margin-bottom: 10px;
}
h3 {
	font-weight: bold;
	font-style: normal;
	font-size:1em;
	margin-top: 0px;
}
#Logo {
	position: absolute; 
	left: 0px; 
	top: 0px;
}
#Address {
	position: relative;
	padding-top: 20px;
	margin-left: 50%;
	margin-right: 5%;
	font-size: 0.85em;
	font-weight: bold; 
	color: #D2D21E;
}
#Container {
	position:relative;
  width:100%; 
	margin: 0px;
	padding: 0px;
  background-image: url(imgSite/banner.png);
	background-repeat: no-repeat; 
}
#LeftCol {
	background-repeat: no-repeat;
	position: absolute;
	left:0px;
	top: 149px;
	height: 1200px;
	width: 145px;	/* actual is 175px--must remove L & R padding total from width */
	padding-top: 100px;
	padding-left: 15px;
	padding-right: 15px;
}
#RightCol {
	position:relative;
	left: 110px;
	padding-top: 35px;
	margin-left: 10%;
	width:70%;
}
#Footer {
	position:relative;
	text-align:center;
	width:88%;
	margin-left:5%;
	margin-right:5%; 
	padding-bottom:100px;
}
body {
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat; 
	background-color: #78917D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #000000;
}
ul {
	margin-top: -0.95em;
}
li {
	margin-top: 0.5em;
	margin-left: 1em;
}
ul ul {
	margin-top: 0em;
}
ul ul li {
	margin-left: -0.5em;
}
p.loose {
	line-height: 1.6em;
}
.indent{
	margin-left: 3em;
}
.indent_sm{
	margin-left: 1em;
}
.note {
	font-size: 0.8em;
	border-width: 1px;
	border-style:  solid none solid none;
	border-color: #5B6F60;
	color: #354036;
}
.SideBar {
	margin-top: 0.4em;
	margin-bottom: 0em;
	font-weight: bold; 
	font-size: 0.8em;
	color: #C4D7D2;

}
.ItemDesc {
	margin-top: 0.5em;
	margin-bottom: 0em;
}
.ItemNote {
	margin-top: 0.5em;
	margin-bottom: 0em;
	font-size: 0.9em;
 	font-style: italic;
}
#TopMenu {
	position:static;
	top:0px;
	left:0px;
	padding:6px 8px 10px 8px;
	background-color: #2E5C5C;
	background-image: url(imgSite/TopMenuBG.gif);
	background-repeat: repeat;
}
#BottomMenu p {
	margin-top: 10px;
}
a {
	text-decoration: underline;
	color: #440044;
}
a:link {
	background-color: #8DA996;
}
a:visited {
	background-color: #70947B;
}
a:hover {
	background-color: #A5B6A8;
}
.mayledkbg a {
	color: #D2D21E;
}
.mayledkbg a:link {
	background-color: transparent;
}
.mayledkbg a:visited {
	background-color: transparent;
}
.mayledkbg a:hover {
	color: #F1F0BC;
	background-color: #AEBDB0;
}
.mayleltbg a {
	color: black;
}
.mayleltbg a:link {
	background-color: transparent;
}
.mayleltbg a:visited {
	background-color: transparent;
}
.mayleltbg a:hover {
	background-color: #A5B6A8;
}
/* apply text_menu class to div for menu */
.TextMenu {
	line-height: 1.5em;
}
.TextMenu a {
	padding: 0px 8px 0px 8px; 
	text-decoration: none;
	border: 1px solid #472648; 
	margin: 0px 0px 0px -2px;
	font-size: 0.85em;
	font-weight: bold; 
}
.TextMenu a:link {
	color: #D2D21E;
	background-color: #865186;
}
.TextMenu a:visited {
	color: #D2D21E;
	background-color: #754675;
}
.TextMenu a:hover {
	color: #F1F0BC;
	background-color: #AEBDB0;
}
/* apply sub_menu class to div for sub-menu */
.TextSubMenu {
	line-height: 1.5em;
}
.TextSubMenu a {
	text-decoration: none;
	border: 1px solid #472648;
	margin: 0px 0px 0px -2px;
	padding: 0px 8px 0px 8px; 
	font-size: 0.85em;
	font-weight: bold;
}
/* disabled button in text menu */
a.DisabledBtn {
	color: #D7CA99;
	background-color: #70676F;
	background-image: url(imgSite/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
a.DisabledBtn:hover {
	color: #D7CA99;
	background-color: #70676F;
}
td.spacer {
	width: 5%;
}
td.dots {
	text-align: center;
	vertical-align: middle;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom-color: #663366;
	border-bottom-style: dotted;
	border-bottom-width: 3px;
}
td.nodots {
	text-align: center;
	vertical-align: middle;
	padding-bottom: 20px;
	padding-top: 20px;
}
td.glaze {
	text-align: left;
	vertical-align: top;
	padding-top: 40px;
}
