body {
	background-color: #AAAAAA;
	margin: 0px;
	padding: 0px;
	background-image: url(images/cbg.jpg);
	background-repeat: repeat-y;
}

#ESWpageTitle, #ESWpageTagline {
	z-index: 100;
}
#ESWpageTitle {
	font-family: Arial;
	font-size: 22pt;
	font-style: normal;
	font-weight: bold;
	color: #DBDBDB;
	text-align: left;
	margin: 0px;
	padding: 0px;
	position: absolute; 
	left: 440px;
	top: 1px;  
}
#ESWpageTagline {
	font-family: Arial;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 5px;
	top: 95px;
}
#top {
	background-image: url(images/top.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 32px;
	width: 900px;
	left: 0px;
	top: 75px;
}
#tbg {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	position: absolute; 
/*	position: static; */
	height: 75px;
	width: 100%;
	left: 0px;
	top: 0px;
}
#hr1 {
	background-color:#FF0012;
	position: absolute;
	height: 5px;
	width: 267px;
	left: 77px;
	top: 65px;
	overflow: hidden;
}
#hr2 {
	background-color:#FF0012;
	position: absolute;
	height: 5px;
	width: 72px;
	left: 701px;
	top: 65px;
	overflow: hidden;
}

/* Menu settings */
/* blue grades - root level; text properties for states: normal, hover, click */
.TM0i0 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	padding: 4px;
}

/* blue grades - root level; box properties for states: normal */
.TM0o0 {
	background: #3C76B2;
	border: 1px solid #2B547F;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - root level; box properties for states: hover, click */
.TM0o1 {
	background: #4D99E6;
	border: 1px solid #2B547F;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - sub levels; box properties for states: normal */
.TM1o0 {
	background: #4D99E6;
	border: 1px solid #2B547F;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}

/* blue grades - sub levels; box properties for states: hover, click */
.TM1o1 {
	background: #3C76B2;
	border: 1px solid #2B547F;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
}


/* Custom class for simple formating tables */
.plain {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

