<!--

/***********************************************/
/* Global divs                                 */
/***********************************************/

div#wrapper  {       /* acts as middle row between header and footer; and contains sidebar & content divs */
	color: #000000;
	background: #FFFFFF;
	width: 900px;	
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	border-right: 1px solid #ACA899;
	border-left: 1px solid #ACA899;}
	
div#wrapperhome  {     /* only bgcolor is different from div#wrapper; needed on home page so sidebar2 looks as if it extends all the way to the footer  */

	width: 900px;}	
	
	
div#header  {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	color: #AED8AF;
	background: #FFFFFF;
	border-right: 1px solid #696969;
	border-left: 1px solid #666666;}

div#body  {
	width: 960px;
	margin: 0 auto;
	color: #AED8AF;
	background: #FFFFFF;
	border-right: 1px solid #696969;
	border-left: 1px solid #666666;}

div#footer  {
	clear: both;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 85%;
	color: #AED8AF;
	background: #AED8AF;
	width: 960px;
	height: 15px;	
	margin: 0 auto;
	text-align: center;}
	

/******************************************************************************/
/*  default page                                                              */
/******************************************************************************/	
.border {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.mainborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
.leftborder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.topleftborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
}
.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

.toprightborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}


.leftcolumn {
	border-left-width: 1px;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-color: #999999;
}
.leftcoltext {
	padding-left: 10px;
	padding-right: 10px;
	color: #333333;/*themecolour4%0;*/
}
.rightcolumn {
	border-left-width: 1px;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-color: #999999;
}
.rightcoltext {
	padding-left: 10px;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-color: #999999;
}
.centercolumn {
	border-left-width: 1px;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-color: #999999;
	color: #333333;/*themecolour4%0;*/
}
.centercoltext {
	padding-left: 10px;
	padding-right: 10px;
	border-left-width: 1px;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-color: #999999;
	color: #333333;/*themecolour4%0;*/
}

.tickl  {/*"used by ticker*/
	font-family:Arial Black;
	text-decoration:none;
	text-underline:none; 
	color:#FF0000;
}

.ticki {/*"used by ticker*/
	font-family:Arial;
	text-decoration:none;
	text-underline:none; 
	color:#FF0000;
}

.divider {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #20653b;/*themecolour1;*/
}

/******************************************************************************/
/*  ViewNews page                                                             */
/******************************************************************************/	
	
div#wrappernews {     /* only bgcolor is different from div#wrapper; needed on admin pages so div#adminaction looks as if it extends all the way to the footer  */
	color: #000000;
	background: #FFFFFF;
	width: 960px;	
	overflow: hidden;
	margin: 0 auto;
	text-align: left; }			
	
div#newstitle  {        /*  looks like the fullgrid table caption */
	background-color: #CCCC33;
	font-weight: normal;
	font-size: 110%;
	text-align: left;
	color: #000000;
	width: 960px;
	margin: 0 auto;}	
	
table.newsitems {          /*  used to format each news entry on the ViewNews.html page (news archive) */
	font-family: Arial, Verdana, sans-serif;
	line-height: 150%;	
	font-size: 90%;
        width: 96%;
	margin: 10px 10px 15px 10px;}
		
table.newsitems th { 
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 90%;	
	width: 22%;
	color: #000000;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
	padding: 1px 10px 6px 0;
	border-bottom: #796111 1px solid;}
	
table.newsitems h4 { 
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 85%;
	color: #8E6B23;
	margin-top: 5px;
	margin-bottom: 5px;}
	
table.newsitems td { 
	font-family: Arial, Verdana, sans-serif;
	font-size: 95%;	
	align: left;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 4px;
	border-bottom: #796111 1px solid;}		
	
table.newsitems  p {
	color: #000000;
	padding-bottom: 2px;
	margin-top: 5px;
	margin-bottom: 10px;}
	
table.newsitems td.navbuttons { 
	text-align: center;
	border-bottom: none;
	padding-top: 10px; }	
	
table.newsitems td  ul {
	font-size: 100%;
	margin-top: -3px;
	margin-bottom: 15px; 
	padding-left: 10px;}	
	
table.newsitems td  ul li {
	padding: 2px 5px 1px 2px; }	
	
table.newsitems a {
	font-size: 100%;}	

table.newsitems td a:link {                        /* for underlined and standard-colored links */
 	color: #0000FF;
	text-decoration: underline;}

table.newsitems td a:visited {                     /* for underlined and standard-colored links */
	color: #990066;
	text-decoration: underline;}

table.newsitems td a:hover{
	color: #FFFFF0;
	background-color: #666666;
	text-decoration: none;}	
	
table.newsitems td a:active{
	color: #FFFFF0;
	background-color: #666666;
	text-decoration: none;}				
	
table.insidenews {          /*  for a table inside a news entry */
	color: #000000;
	font-size: 90%;  
	font-family: Arial, Verdana, sans-serif;	  
	width: 90%;
	text-align: left;
	margin-right: 0px;
	margin-bottom: 20px;
	border-spacing: 0px;
	border-collapse: collapse;
	background-color: #DCF2F6;} 
	
table.insidenews caption  {   	
	background-color: #AADFEA;
	color: #000000;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	padding: 8px 3px 4px 2px;}	

table.insidenews th  {
	font-family: Arial, Verdana, sans-serif;
	line-height: 150%;	
	background-color: #AADFEA;
	font-size: 90%; 
	font-weight: bold;
	color: #333333;
	vertical-align: middle;
	padding: 5px 5px 5px 7px;
	border-right: 1px solid #83D0E0;
	border-bottom: 1px solid #83D0E0;}	
	
table.insidenews td  {
	font-family: Arial, Verdana, sans-serif;
	line-height: 150%;
	color: #000000;
	vertical-align: middle;
	padding: 7px 8px 7px 6px;	
	border-bottom: 1px solid #83D0E0;}				 
	
/******************************************************************************/
/*  ViewEvents page                                                             */
/******************************************************************************/	
	
div#wrapperevents {     /* only bgcolor is different from div#wrapper; needed on admin pages so div#adminaction looks as if it extends all the way to the footer  */
	color: #000000;
	background: #FFFFFF;
	width: 960px;	
	overflow: hidden;
	margin: 0 auto;
	text-align: left; }			
	
div#eventstitle  {        /*  looks like the fullgrid table caption */
	background-color: #CCCC33;
	font-weight: normal;
	font-size: 110%;
	text-align: left;
	color: #000000;
	width: 960px;
	margin: 0 auto;}	
	
/******************************************************************************/
/*  ViewLinks page                                                             */
/******************************************************************************/	
	
div#wrapperlinks {     /* only bgcolor is different from div#wrapper; needed on admin pages so div#adminaction looks as if it extends all the way to the footer  */
	color: #000000;
	background: #FFFFFF;
	width: 960px;	
	overflow: hidden;
	margin: 0 auto;
	text-align: left; }			
	
div#linkstitle  {        /*  looks like the fullgrid table caption */
	background-color: #CCCC33;
	font-weight: normal;
	font-size: 110%;
	text-align: left;
	color: #000000;
	width: 960px;
	margin: 0 auto;}	
	
/******************************************************************************/
/*  Other page                                                                */
/******************************************************************************/	
body {
	color: #333333;/*themecolour4%0;*/
	background-color: #FFFFFF;/*themecolour4;*/
}
table {
	font: 8pt  arial, sans-serif;
	color: #333333;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 15px;
	color: #333333;/*themecolour4%0;*/
}
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #333333;/*themecolour3%0;*/
}
ul {
	color: #333333;/*themecolour4%0;*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-image: url('Images/CorporateEdge_page1_bullet.gif');
	
}
.panelright ul {
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-image: url('Images/CorporateEdge_page1_bullitt2.gif');
	
}
.panelmid ul {
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-image: url('Images/CorporateEdge_page1_bullitt2.gif');
	
}
.panelleft ul {
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	list-style-image: url('Images/CorporateEdge_page1_bullitt2.gif');
	
}
h1 {
	font-size: 16px;
	color: #333333;/*themecolour5%0;*/
	margin-top: 0px;
	margin-bottom: 1px;
}
h2 {
	font-size: 16px;
	color: #20653b;/*themecolour1;*/
	margin-top: 3px;
	margin-bottom: 3px;
}
h3 {
	font-size: 14px;
	color: #20653b;/*themecolour1;*/
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 12px;
}
h4 {
	font-size: 14px;
	color: #ffffff;/*themecolour9;*/
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 12px;
}

.tableHead1  {/*"form" table cells with 2nd level heading on med blue background*/
	background-color: #20653B;
	height: 22px;
	color: #FFFFFF;
        vertical-align: bottom;
	font-weight: bold;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 2px;
	border: 1px solid #9AAAE7}

.tableHead2  {/*"form" table cells with 2nd level heading on med blue background*/
	background-color: #33CC33;
	height: 22px;
	color: #FFFFFF;
        vertical-align: bottom;
	font-weight: bold;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 2px;
	border: 1px solid #9AAAE7}
	
.tableText1  {/*"form" table cells with body text on medium background*/
	background-color: #97CE98; /*#CCCCFF;*/
	color: #000000;
        vertical-align: bottom;
	font-weight: none;
	font-size: 12px;
        height: 25px;
        padding-top: 2px; /*1/7/05*/
        padding-bottom: 2px; /*1/7/05*/
	padding-left: 5px;
	padding-right: 2px;
	border: 1px solid #F2F8F9}


/*----------------------*/
.panelleft {
	background-color: #e3f5ea;/*themecolour1$ 88.8%, 93.7%;*/
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}
.panelmid {
	background-color: #e3f5ea;/*themecolour1$ 88.8%, 93.7%;*/
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}
.panelright {
	background-color: #e3f5ea;/*themecolour1$ 88.8%, 93.7%;*/
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}
.scanlines
{
	background-image: url('/Images/topstrip.gif');
	background-repeat: repeat-x

}
.footer
{
	background-image: url('/Images/topstrip.gif');
	background-repeat: repeat-x

}
.imageborder {
	border: 1px solid #FFFFFF;
}
 a:link {
	color: #666666;/*themecolour5%0;*/
}
 a:visited {
	color: #999999;
}
 a:link:hover {
	color: #ff4000;/*themecolour2;*/
}
.toppanel
{
	background-color:#AED8AF;/*themecolour1;*/
}
.topleft {
	background-image: url('Images/CorporateEdge_page1_top_left.gif');
	background-repeat: repeat-x
}
.paraleft {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	background-color:#91b39e;/*themecolour1%151;*/
}
.paramid {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color:#91b39e;/*themecolour1%151;*/
}
.pararight {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color:#20653b;/*themecolour1;*/
}

.imagebox {
	padding-top: 3px;
	color: #20653b;/*themecolour1;*/
	font-weight: bold;
	font-size: 8pt;
}
.highlightbox {
	border: 1px solid #20653b;/*themecolour1;*/
	background-color: #e3f5ea;/*themecolour1$ 88.8%, 93.7%;*/
	padding: 6px;
	color: #333333;

}
.highlightbox2 {
	border: 1px solid #20653b;/*themecolour1;*/
	background-color: #97CE98;/*themecolour LIGHTGREEN*/
	padding: 6px;
	color: #333333;

}
.highlightbox3 {
	border: 1px solid #20653b;/*themecolour1;*/
	background-color: #FF0000;/*themecolour RED*/
	padding: 6px;
	color: #333333;

}
.hnavbg {
	background-color: #000000;/*themecolour6;*/
}
.topleft2 {
	background-color: #000000;/*themecolour6;*/
}
.topstrip {
	background-color: #20653b;/*themecolour1;*/
}
.sidenav {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
	 		
-->