body {
	/* the following defines the default page/text colour and font */
	/* light blue */
	color: black;
	font-family: Arial, Helvetica, sans-serif; 
	margin:0;
	text-align: left; /* to work with center table in IE 5.5 and above */
}
title {
	text-align: left;
	font-size: 12;
}
/* end of element definitions */

/* start of class definitions */
table.center{
	margin-left: auto;
	margin-right: auto;
}
dd {
	padding-bottom: 10px;
}
.breadcrumb_bar {
	background-color: #ADD8E6;
}
.top {
	/* the following defines the [top of page] text */
	/* this class is used with a h5 tag             */
	text-align: left;
	font-weight: normal;
}
.print {
	visibility: hidden;
}
.quotetext {
	font-style: italic;
}
.quoteperson {
	font-weight: bold;
}
.logo 
	{ 
		border: none;
}
.no_img_border {
	border: 0;
}
.dropcap {
	float: left;
	font-size: 25pt;
	font-style: normal;
	line-height: 31px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-right: 2px;
}
.center {
	text-align: center;
}
.td_desc{
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
}
.pullquote {
       float: left;
       width: 150px;
	   margin-top: 10px;
	   margin-bottom:10px;
	   margin-right:10px;
	   font-family: Arial, Helvetica, Georgia;
	   font-size: 22px;
	   line-height: 18px;
	   color:#003333;
	   text-align: left;
	   padding-bottom: 2px;
	   padding-top: 2px;
	   padding-right: 2px;
       }
 .pullquote2 {
       float: right;
       width: 150px;
	   margin-top: 10px;
	   margin-bottom:10px;
	   margin-left:10px;
	   font-family: Arial, Helvetica, Georgia;
	   font-size: 22px;
	   line-height: 18px;
	   color:#003333;
	   text-align: right;
	   padding-bottom: 2px;
	   padding-top: 2px;
	   padding-left: 2px;
       }  
.fig5 {color: black;
font-size: extra large; 
       background: white
       border: 1px solid green;
	   float: left;
       width: 12em;
	   margin: 20px;
       }
 
/* end of class definitions */

/* start of id definitions */
#header {
	/* the following defines the header on each page */
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #ADD8E6; /* light blue */
}
#page_title {
	/* the following defines the main heading on each page */
	text-align: left;
	font-size: 40px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}
#breadcrumb {
	font-size: smaller;
	position: relative;
	left:153px;
	top:-11px;
	width:852px;
	height:10px;
	/* z-index:1 */
}
#main_box {
	/* the following defines the content area on the page */
	
	background-color: #F0F8FF;
	margin-left: 150px;
	margin-right: 10px;
	
}
#content {
	/* the following defines the content area within the main_box */
   margin-left: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	text-align: justify;
	/* background-color: #F0F8FF; */
	/* border: thin solid Black; */
}
#footer {
	/* the following defines the page footer */
	font-size: smaller;
	text-align: center;
}
/* end of id definitions */
#content li {
	padding-bottom: 20px;
}
#navbar {
	position: relative; /* changed from relative to allow it to stay in the same */
						  /* position when viewing site in FireFox, Opera, Mozilla */
						  /* and netscape browsers                                 */
	float: left;
	border: none;
	top: auto;
	/* top padding changed from 10px  to 0px */
	padding: 0px 10px 800px 10px;
}
#navigation {
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
#navigation li {
	border-bottom: 1px solid #ADD8E6;
}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid Navy;
	border-right: 1px solid #7FBFFF;
	background-color: none; 
	color: none; 
	text-decoration: none;
}
#navigation li a:hover {
	background-color: none; 
	color: #FFFFFF; 
}
#logo {
	background-color: #C6DDF3;
	margin-left: 250px;
	margin-right: 200px;
}
#header2 {
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-family: Georgia, serif;	
	background-color: #cee0b4;
}
#ecdla_dates caption {
	padding-bottom: 5px;
}
#ecdla_dates table, caption {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
#ecdla_dates th  {
	background-color: #ADD8E6;
	text-align: center;
}
#ecdla_dates th, td {
	border: none;
	padding: 10px;
}


