body {
	font-family: 'lft-etica', Arial, tahoma, sans-serif;
	font-style: normal;
	font-weight: normal;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	background-color: #d9e0d8;
	background-position: none;
}
.left_shadow {
	background-image: url(images/left_shadow.png);
	background-repeat: repeat-y;
	background-position: right top;
	width: 20px;
}
.right_shadow {
	background-image: url(images/right_shadow.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: 20px;
}


#menu_row {
	background-image: url(images/menu_bckgrnd.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 54px;
	padding-top: 7px;
}
#header {
	position: relative;
	height: 251px;
	padding:0px;
	/*background-image: url(images/menu_bckgrnd.png);
	background-repeat: repeat-x;
	background-position: center bottom;*/
}


.contentArea {
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.pageFooter {
	font-size: 10px;
	color: #00782b;
	background-color: #FFF;
	padding: 0px;
	height: 40px;
}
.pageHeader {
	font-size: 9px;
	color: #990033;
	background-color: #CCCCCC;
	padding: 0px;
}
#mainTable {
	margin-top: 15px;
	margin-left:auto;
	margin-right:auto;
	width: 984px; 

}
#logo_pad {
	position: absolute;
	left: 25px;
	top: 18px;
}
#left_top_shadow {
	background-image: url(images/left_shadow_top.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#right_top_shadow {
	background-image: url(images/right_shadow_top.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}



.pageFooter A:link, .pageFooter A:visited {
	COLOR: #444444;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none
}
.pageFooter A	{
	COLOR: #444444;
	FONT-WEIGHT: normal;
	text-decoration: none
}
.pageFooter A:hover {
	COLOR: #00782b;
	FONT-WEIGHT: normal;
	TEXT-DECORATION: none
}

.textbox   {
	color: #000000;
	font-size: 11px;
	vertical-align: middle;
	border: 1px #993300 solid;
	height: 20px;
	background-color: #EDE2c6
}
.textblock  {
	color: #000000;
	font-size: 11px;	
	text-align: left;
	vertical-align: middle;
	border: 1px #993300 solid;
	background-color: #EDE2c6
}
img { 
	border: 0; 
} 
/* CLASS ITEMS USED in FUNCTIONS.ASP ======================================================== */

.submenusonpage {
	margin-top:20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.directorylisting {
	margin-top:20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* CLASS ITEMS USED in POPUP CALENDAR ======================================================= */

.CalendarTable {
	width: 140px;
	border: 1px solid #333333;
	text-align: center;
	font-weight: normal;
	vertical-align: bottom;
}
.CalendarTable TD {
	padding: 1px;
	border: 1px solid #333333;
}
.SelectMonthRow {
	background-color: #999999;
}
.CalendarSelect {
	/* Month and Year selector */
	font-size: 10px;
	background-color: #FFFFFF;
	border: 1px solid #000;
}
.MonthHeadingRow {
	background-color: #666666;
	font-weight: bold;
	color: #FFFFFF;
}
.SMTWTFS {
	color: #CCCCCC;
	background-color: #999999;
}
.CalendarNormalDays, .CalendarNormalDays A {
	color: #996600;
	background-color: #FFCC33;
	font-weight: bold;
}
.CalendarToday, .CalendarToday A {
	color: #FF0000;
	background-color: #ffffff;
}
.CalendarOtherDays {
	color: #000000;
	background-color: #CCCCCC;
}
.CalendarWeekend, .CalendarWeekend A {
	color: #669900;
	background-color: #CCCC33;
	font-weight: normal;
}
.CalendarTable A {
	TEXT-DECORATION: none
}
.CalendarTable A:hover {
	color: #000000;
}
@media print{
  .noprint, #menu_row, .pageFooter { display:none; }

body {
	margin: 0px;
	background-color: #FFFFFF;
}

#mainTable {
	margin: 0px;
	width: 190mm !Important; 
}

.row1 {
	background-color: #97deb0;
	color: #000;
}

.row2 {
	background-color: #c5f3d5;
	color: #000;
}

.rowhighlight, #table1 tr:hover  {
	background-color: #C90;
	color: #000;
}
#table1 {
    font-size:13px;
    width:95%;
    border-collapse:collapse;
}
#table1 td, #table1 th {
       border:1px solid #FFFFFF;
       padding:3px 7px 2px 7px;
}
#table1 th {
	text-align:left;
	padding-top:5px;
	padding-bottom:4px;
	background-color: #C90;
	color:#ffffff;
	font-weight: bold;
}
#table1 th A {
	color:#ffffff;
}
}
