@charset "utf-8";
body {
	font: 0.909em Tahoma, Geneva, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 4px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #fff;
}
h1{font-family:  Arial, Verdana, Geneva, Helvetica, Sans-Serif; color:#016002; border-bottom:2px solid #016002; padding:12px 10px 9px 70px; font-size:1.2em; margin:10px 10px 10px 10px; font-weight:normal;}
h2{padding:5px 0 0 0; color:#666666; margin:0 0 0px 0; font-size:1em; font-family:  Arial, Verdana, Geneva, Helvetica, Sans-Serif; font-weight:bold;  }
h3{font-size:.9em; color: #003333; padding: 4px; padding-left:0px; margin:7px 0 0 0; border-bottom:0; font-family:  Arial, Verdana, Geneva, Helvetica, Sans-Serif;}
h4{font-size:.9em; font-weight:bold; color:#003333; font-family:  Arial, Verdana, Geneva, Helvetica, Sans-Serif;}
h5{font-size:.8em;font-weight:bold;color:#003333; font-family:  Arial, Verdana, Geneva, Helvetica, Sans-Serif;}
td, p, li
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.3;
}
.oneColFixCtrHdr #container {
	width: 782px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	background:#fff;
	font-size:9px;
	text-align:center;
	color: #5D2F91;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#dropdown {
	vertical-align:middle;
	background-color: #018a44;
	margin-top: 0;
	padding-top: 5px;
	height: 24px;
	width: 227px;
}
#stLukes {
	padding: 0px;
	background-color: #fff;
	width: 100%;
	height: 380px;
	vertical-align:top;
}
.title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #2A2A2A;
	border: 1px dashed #A3BEDC;
	padding: 4px;
}
.textItem {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	border: 1px dashed #9CBBDA;
	padding: 6px;
	
}
.textItem li{
	list-style-position: outside;
	list-style-type: square;
}
#sideMenu {
	width: 200px;
	vertical-align: top;
}
#breadcrumbs {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: gray;
	text-decoration: none;
	background-color: #FFC;
	padding: 4px;
	
	
}
#breadcrumbs a{
	
	color: #EE8A1B;
	text-decoration: none;
}
#breadcrumbs a:hover{
	color: #090;
	text-decoration: underline;
	background-color: #8EBEA6;
}#mainTD {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align: top;
}
#sideTD {
	padding: 4px;
	background-color: #CCC;
}
.left10{
	padding-left: 20px;
	padding-right: 10px;
	
}
.rightDiv{
	
	float: right;
	width: 300px;
	padding: 6px;
	
}
#inside{
	background-color: #FFC;
	padding: 6px;
}
#insideGrB{
	background-color: #FFC;
	border: 1px solid #018A44;
	padding-left: 6px;
	padding-right: 10px;
	padding-top: 6px;
}
#rightTop{
	width: 633px;
	height: 154px;
}
#menuTable{
	width: 233px;
	height: 46px;
}
