/* Global 
----------------------------------------------- */
a:link {text-decoration: none; font-weight:500;}
a:hover {text-decoration: underline; font-weight:bold}
a:visited {text-decoration: none; font-weight:500}
a:visited:hover {text-decoration: underline;  font-weight: bold;}
a.line:hover {text-decoration: underline;  font-weight: 500;}
body {
  background-color: #B6B3B4;
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
  color: #000000;
  margin: 0;
}
td {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
}
img {
  border: 0;
}
input,select {font-size: 9px;}
h1 {
  font-size: 16px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 0 0 2px 0;
  margin: 0 0 8px 0;
  color:#990000;
}
h2 {
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 2px 0;
  border-bottom: 1px solid #ED3C42;
  margin: 0 0 5px 0;
}

/* Page Structure 
----------------------------------------------- */
#webpage {
  margin: 0 auto;
  width: 775px;
  text-align: left;
}
#header {
  height: 85px;
  background: url(/images/header_bg.jpg) repeat-x;
}
#header_bar {
  height: 10px;
  background: url(/images/header_bar.jpg) no-repeat;
}
#leftnav {
  float: left;
  width: 150px;
}
#leftnav_wrapper {
  padding: 2px 4px 0 0;
}
#rightnav {
  float: right;
  width: 150px;
}
#rightnav_wrapper {
  padding: 5px 0 0 4px;
}
#content_3col {
  float: left;
  background-color: #DEDEDE;
  width: 475px;
  min-height: 500px;
  height: auto !important;
  height: 500px;
}
#content_3col_wrapper {
  width: 467px;
  padding: 5px 4px;
}
#content_2col {
  float: left;
  background-color: #DEDEDE;
  width: 625px;
  min-height: 500px;
  height: auto !important;
  height: 500px;
}
#content_2col_wrapper {
  width: 617px;
  padding: 5px 4px;
}
#footer {
  font-size: 11px;
  clear: both;
  color: #FFFFFF;
  text-align: center;
}
#footer a:link {color: #FFFFFF; text-decoration: none;}
#footer a:hover {color: #FFFFFF; text-decoration: none;}
#footer a:visited {color: #FFFFFF; text-decoration: none;}
#footer a:visited:hover {color: #FFFFFF; text-decoration: none;}

/* Generic Styling 
----------------------------------------------- */
.BUTTON {font-size: 12px; font-weight: bold; border:1px solid #5A5A5B; color: #FFFFFF; background-color: #818285; cursor: pointer;}
.BUTTON_SMALL {font: bold 9px Arial; border:1px solid #5A5A5B; color: #818285; background-color: #F1F1F1; cursor: pointer;}
.IMAGE_BORDER {border: solid 1px #000000;}
.IMAGE_BORDER_BLACK {border: solid 1px #000000;}
.BORDER_BLACK {border: solid 1px #000000;}
table.TABLE_BORDER_BLACK {border-collapse: collapse;}
table.TABLE_BORDER_BLACK td {border: 1px solid #000000;}
table.FORM_BORDER {border-collapse: collapse;}
table.FORM_BORDER td {border: 1px solid #CCCCCC;}
table.NO_BORDER td {border-style: none;}
table.GRAY_BORDER {border: 1px solid #CCCCCC;}

/* Search
----------------------------------------------- */
.search { color: #5C5C5C; }
#srchButton { background: url(/images/search.gif) top; }
#srchButton:hover { background: url(/images/searchd.gif) top; }

/* Left Nav
----------------------------------------------- */
#leftnav_wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
#leftnav_wrapper li {
  padding: 5px 0 2px 0;
  border-bottom: 1px solid #ED3C42;
}
#leftnav_wrapper li a {
  width: 100%;
  color: #000000;
  text-decoration: none;
}
#leftnav_wrapper li a:hover {
  color: #ED3C42;
  text-decoration: none;
}
.leftnav_multi {
  background: url(/images/leftnav/arrow.gif) right center no-repeat;
}
.leftnav_multi:hover {
  background: url(/images/leftnav/arrow_red.gif) right center no-repeat;
}
.leftnav_multi_down {
  background: #C9C9C9 url(/images/leftnav/arrow_red_down.gif) right center no-repeat;
}
.leftnav_sub {
  background-color: #C9C9C9;
}
.leftnav_sub_on {
  background-color: #C9C9C9;
}
li.leftnav_sub_on a {
  font-weight: bold;
  color: #ED3C42;
}
li.leftnav_on a {
  font-weight: bold;
}

/* Home Page Flash / Today in TKE
----------------------------------------------- */
#hp_flash {
  background-color: #000000;
  text-align: center;
  padding: 2px 0 5px 0;
}
#hp_tabs {
  width: 100%;
  float: left;
  background: url("/images/hp_tab_bg.gif") repeat-x bottom;
  list-style: none;
  padding: 0;
  margin: 0;
}
#today_in_TKE {
  min-height: 185px;
  height: auto !important;
  height: 185px;
}

/* Bread Crumbs
----------------------------------------------- */
#bread_crumbs {
  background-color: #5C5C5C;
  color: #FFFFFF;
  padding: 4px 0 4px 0;
  font-weight: normal;
  font-size: 10px;
}
#bread_crumbs a { color: #FFFFFF; }
#bread_crumbs a:hover { color: #FFFFFF; }

/* Link Listing
----------------------------------------------- */
#link_listing {
  width: 100%;
}
#link_listing ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}
#link_listing li {
  background: transparent url(/images/arrow.gif) left center no-repeat;
  margin: 0;
}
#link_listing li a {
  display: block;
  width: 100%;
  padding: 2px 0 2px 1em;
}
html>body #link_listing li a {
  width: auto;
}
#link_listing li a:hover {
  background: transparent url(/images/arrow_on.gif) left center no-repeat;
}

/* Home Page Tabs
----------------------------------------------- */
#hp_tabs ul {
  list-style: none;
}
#hp_tabs li {
  float: left;
  height: 21px;
  border-right: 1px solid #A2A2A2;
}
#hp_tabs a {
  float: left;
  padding: 3px 20px 0;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
}
#hp_tabs a:hover {
  color: #545454;
}
#layer_content {
  padding: 0 5px 10px 5px;
}

/* Right Column Drop Downs 
----------------------------------------------- */
select#chapter {
  color: #000000;
  background-color: #B6B3B4;
  padding: 1px 2px;
	border: 1px solid #000000;
}
select#chp_state {
  color: #000000;
  background-color: #B6B3B4;
  padding: 1px 2px;
	border: 1px solid #000000;
}
select#al_assoc {
  color: #000000;
  background-color: #B6B3B4;
  padding: 1px 2px;
	border: 1px solid #000000;
}

/* Events Calendar
----------------------------------------------- */
table.CALENDAR {
  border-collapse: collapse;
  background-color: #FFFFFF;
}
table.CALENDAR td {
  font-size: 11px;
  color: #5C5C5C;
  padding: 3px 2px;
  border: 1px solid #5C5C5C;
}
a.CALENDAR:link {color: #5C5C5C; text-decoration: none;}
a.CALENDAR:hover {color: #5C5C5C; text-decoration: underline;}
a.CALENDAR:visited {color: #5C5C5C; text-decoration: none;}
a.CALENDAR:visited:hover {color: #5C5C5C; text-decoration: underline;}
a.CALENDAR_MONTH:link {font-weight: bold; color: #5C5C5C; text-decoration: none;}
a.CALENDAR_MONTH:hover {font-weight: bold; color: #5C5C5C; text-decoration: underline;}
a.CALENDAR_MONTH:visited {font-weight: bold; color: #5C5C5C; text-decoration: none;}
a.CALENDAR_MONTH:visited:hover {font-weight: bold; color: #5C5C5C; text-decoration: underline;}
.CALENDAR_MONTH {font-weight: bold; color: #5C5C5C;}
.CALENDAR_DAY {
  font-size: 9px;
  color: #5C5C5C;
  background-color: #DEDEDE;
  padding: 2px 4px;
}
.CALENDAR_EVENTS {
  padding: 0px 1px;
}
table.CALENDAR_NO_BORDER {border-style: none;}
table.CALENDAR_NO_BORDER td {border-style: none;}

/* General Fonts & URL's
----------------------------------------------- */
.BOLD {font-weight: bold;}
.TINY {font-size: 9px;}
.SMALL {font-size: 10px;}
.MEDIUM {font-size: 14px;}
.LARGE {font-size: 16px;}
.EXLARGE {font-size: 20px;}
.TINY_BOLD {font-size: 9px; font-weight: bold;}
.SMALL_BOLD {font-size: 10px; font-weight: bold;}
.MEDIUM_BOLD {font-size: 14px; font-weight: bold;}
.LARGE_BOLD {font-size: 16px; font-weight: bold;}
.EXLARGE_BOLD {font-size: 20px; font-weight: bold;}
.RESULTMSG {font-size: 10px; font-weight: bold; color: #0000FF;}
.ERRORMSG {font-size: 10px; font-weight: bold; color: #FF0000;}

.WHITE {color: #FFFFFF;}
.BOLDWHITE {font-weight: bold; color: #FFFFFF;}
.TINY_WHITE {font-size: 9px; color: #FFFFFF;}
.SMALL_WHITE {font-size: 10px; color: #FFFFFF;}
.MEDIUM_WHITE {font-size: 14px; color: #FFFFFF;}
.LARGE_WHITE {font-size: 16px; color: #FFFFFF;}
.EXLARGE_WHITE {font-size: 20px; color: #FFFFFF;}
.TINY_BOLDWHITE {font-size: 9px; font-weight: bold; color: #FFFFFF;}
.SMALL_BOLDWHITE {font-size: 10px; font-weight: bold; color: #FFFFFF;}
.MEDIUM_BOLDWHITE {font-size: 14px; font-weight: bold; color: #FFFFFF;}
.LARGE_BOLDWHITE {font-size: 16px; font-weight: bold; color: #FFFFFF;}
.EXLARGE_BOLDWHITE {font-size: 20px; font-weight: bold; color: #FFFFFF;}
a.WHITE:link {color: #FFFFFF; text-decoration: none;}
a.WHITE:hover {color: #FFFFFF; text-decoration: underline;}
a.WHITE:visited {color: #FFFFFF; text-decoration: none;}
a.WHITE:visited:hover {color: #FFFFFF; text-decoration: underline;}
a.BOLDWHITE:link {color: #FFFFFF; font-weight: bold; text-decoration: none;}
a.BOLDWHITE:hover {color: #FFFFFF; font-weight: bold; text-decoration: underline;}
a.BOLDWHITE:visited {color: #FFFFFF; font-weight: bold; text-decoration: none;}
a.BOLDWHITE:visited:hover {color: #FFFFFF; font-weight: bold; text-decoration: underline;}

.BLACK {color: #000000;}
.BOLDBLACK {font-weight: bold; color: #000000;}
.TINY_BLACK {font-size: 9px; color: #000000;}
.SMALL_BLACK {font-size: 10px; color: #000000;}
.MEDIUM_BLACK {font-size: 14px; color: #000000;}
.LARGE_BLACK {font-size: 16px; color: #000000;}
.EXLARGE_BLACK {font-size: 20px; color: #000000;}
.TINY_BOLDBLACK {font-size: 9px; font-weight: bold; color: #000000;}
.SMALL_BOLDBLACK {font-size: 10px; font-weight: bold; color: #000000;}
.MEDIUM_BOLDBLACK {font-size: 14px; font-weight: bold; color: #000000;}
.LARGE_BOLDBLACK {font-size: 16px; font-weight: bold; color: #000000;}
.EXLARGE_BOLDBLACK {font-size: 20px; font-weight: bold; color: #000000;}
a.BLACK:link {color: #000000; text-decoration: none;}
a.BLACK:hover {color: #000000; text-decoration: underline;}
a.BLACK:visited {color: #000000; text-decoration: none;}
a.BLACK:visited:hover {color: #000000; text-decoration: underline;}
a.BOLDBLACK:link {color: #000000; font-weight: bold; text-decoration: none;}
a.BOLDBLACK:hover {color: #000000; font-weight: bold; text-decoration: underline;}
a.BOLDBLACK:visited {color: #000000; font-weight: bold; text-decoration: none;}
a.BOLDBLACK:visited:hover {color: #000000; font-weight: bold; text-decoration: underline;}

.RED {color: #CC0000;}
.BOLDRED {font-weight: bold; color: #CC0000;}
.TINY_RED {font-size: 9px; color: #CC0000;}
.SMALL_RED {font-size: 10px; color: #CC0000;}
.MEDIUM_RED {font-size: 14px; color: #CC0000;}
.LARGE_RED {font-size: 16px; color: #CC0000;}
.EXLARGE_RED {font-size: 20px; color: #CC0000;}
.TINY_BOLDRED {font-size: 9px; font-weight: bold; color: #CC0000;}
.SMALL_BOLDRED {font-size: 10px; font-weight: bold; color: #CC0000;}
.MEDIUM_BOLDRED {font-size: 14px; font-weight: bold; color: #CC0000;}
.LARGE_BOLDRED {font-size: 16px; font-weight: bold; color: #CC0000;}
.EXLARGE_BOLDRED {font-size: 20px; font-weight: bold; color: #CC0000;}
a.RED:link {color: #CC0000; text-decoration: none;}
a.RED:hover {color: #CC0000; text-decoration: underline;}
a.RED:visited {color: #CC0000; text-decoration: none;}
a.RED:visited:hover {color: #CC0000; text-decoration: underline;}

.BLUE {color: #015699;}
.BOLDBLUE {font-weight: bold; color: #304CF7;}
.TINY_BLUE {font-size: 9px; color: #304CF7;}
.SMALL_BLUE {font-size: 10px; color: #304CF7;}
.MEDIUM_BLUE {font-size: 14px; color: #304CF7;}
.LARGE_BLUE {font-size: 16px; color: #304CF7;}
.EXLARGE_BLUE {font-size: 20px; color: #304CF7;}
.TINY_BOLDBLUE {font-size: 9px; font-weight: bold; color: #304CF7;}
.SMALL_BOLDBLUE {font-size: 10px; font-weight: bold; color: #304CF7;}
.MEDIUM_BOLDBLUE {font-size: 14px; font-weight: bold; color: #304CF7;}
.LARGE_BOLDBLUE {font-size: 16px; font-weight: bold; color: #304CF7;}
.EXLARGE_BOLDBLUE {font-size: 20px; font-weight: bold; color: #304CF7;}
a.BLUE:link {color: #304CF7; text-decoration: none;}
a.BLUE:hover {color: #304CF7; text-decoration: underline;}
a.BLUE:visited {color: #304CF7; text-decoration: none;}
a.BLUE:visited:hover {color: #304CF7; text-decoration: underline;}

.ORANGE {color: #F8981D;}
.BOLDORANGE {font-weight: bold; color: #F8981D;}
.TINY_ORANGE {font-size: 9px; color: #F8981D;}
.SMALL_ORANGE {font-size: 10px; color: #F8981D;}
.MEDIUM_ORANGE {font-size: 14px; color: #F8981D;}
.LARGE_ORANGE {font-size: 16px; color: #F8981D;}
.EXLARGE_ORANGE {font-size: 20px; color: #F8981D;}
.TINY_BOLDORANGE {font-size: 9px; font-weight: bold; color: #F8981D;}
.SMALL_BOLDORANGE {font-size: 10px; font-weight: bold; color: #F8981D;}
.MEDIUM_BOLDORANGE {font-size: 14px; font-weight: bold; color: #F8981D;}
.LARGE_BOLDORANGE {font-size: 16px; font-weight: bold; color: #F8981D;}
.EXLARGE_BOLDORANGE {font-size: 20px; font-weight: bold; color: #F8981D;}
a.ORANGE:link {color: #F8981D; text-decoration: none;}
a.ORANGE:hover {color: #F8981D; text-decoration: underline;}
a.ORANGE:visited {color: #F8981D; text-decoration: none;}
a.ORANGE:visited:hover {color: #F8981D; text-decoration: underline;}

.GREEN {color: #1B911B;}
.BOLDGREEN {font-weight: bold; color: #1B911B;}
.TINY_GREEN {font-size: 9px; color: #1B911B;}
.SMALL_GREEN {font-size: 10px; color: #1B911B;}
.MEDIUM_GREEN {font-size: 14px; color: #1B911B;}
.LARGE_GREEN {font-size: 16px; color: #1B911B;}
.EXLARGE_GREEN {font-size: 20px; color: #1B911B;}
.TINY_BOLDGREEN {font-size: 9px; font-weight: bold; color: #1B911B;}
.SMALL_BOLDGREEN {font-size: 10px; font-weight: bold; color: #1B911B;}
.MEDIUM_BOLDGREEN {font-size: 14px; font-weight: bold; color: #1B911B;}
.LARGE_BOLDGREEN {font-size: 16px; font-weight: bold; color: #1B911B;}
.EXLARGE_BOLDGREEN {font-size: 20px; font-weight: bold; color: #1B911B;}
a.GREEN:link {color: #1B911B; text-decoration: none;}
a.GREEN:hover {color: #1B911B; text-decoration: underline;}
a.GREEN:visited {color: #1B911B; text-decoration: none;}
a.GREEN:visited:hover {color: #1B911B; text-decoration: underline;}

.DARKGRAY {color: #5C5C5C;}
.BOLDDARKGRAY {font-weight: bold; color: #5C5C5C;}
.TINY_DARKGRAY {font-size: 9px; color: #5C5C5C;}
.SMALL_DARKGRAY {font-size: 10px; color: #5C5C5C;}
.MEDIUM_DARKGRAY {font-size: 14px; color: #5C5C5C;}
.LARGE_DARKGRAY {font-size: 16px; color: #5C5C5C;}
.EXLARGE_DARKGRAY {font-size: 20px; color: #5C5C5C;}
.TINY_BOLDDARKGRAY {font-size: 9px; font-weight: bold; color: #5C5C5C;}
.SMALL_BOLDDARKGRAY {font-size: 10px; font-weight: bold; color: #5C5C5C;}
.MEDIUM_BOLDDARKGRAY {font-size: 14px; font-weight: bold; color: #5C5C5C;}
.LARGE_BOLDDARKGRAY {font-size: 16px; font-weight: bold; color: #5C5C5C;}
.EXLARGE_BOLDDARKGRAY {font-size: 20px; font-weight: bold; color: #5C5C5C;}
a.DARKGRAY:link {color: #5C5C5C; text-decoration: none;}
a.DARKGRAY:hover {color: #5C5C5C; text-decoration: underline;}
a.DARKGRAY:visited {color: #5C5C5C; text-decoration: none;}
a.DARKGRAY:visited:hover {color: #5C5C5C; text-decoration: underline;}
