/* Website Style Sheet */

body {background: #1A2E1D;}

#Header   {width: 850px; height: 160px; margin-left: auto; margin-right: auto;}
#Corner   {width: 200px; height: 160px; float: left;}
#Core     {width: 850px; margin-left: auto; margin-right: auto;}
#CoreTbl  {width: 850px; border: 0; border-spacing: 0; padding: 0;}
#Navbar   {width: 200px; vertical-align: top; background: #1D643A; padding: 0;}
#Main     {width: 650px; vertical-align: top; background: #E8FFEA; padding: 0;}
#MainTbl  {width: 650px; border-spacing: 10px;}
#Footer   {width: 850px; height:  40px; margin-left: auto; margin-right: auto; background: black; color: #FFD7BD;}

#CoreHm   {width: 850px; margin-left: auto; margin-right: auto; background-image: url("images/CB East River Background.jpg");}
#MainHm   {width: 650px; vertical-align: top; padding: 0;}
#NavbarHm {width: 200px; vertical-align: top; padding: 0;}

#NavbarHm a:link, #NavbarHm a:visited
{
  font-family: Georgia, Times, serif; font-size: 18px;
  display: block;
  color: #E8FFEA;
  text-decoration: none;
  padding-left: 15px; padding-top: 10px; padding-bottom: 10px;
}

#NavbarHm a:hover, #NavbarHm a:focus, #NavbarHm a:active
{
  font-style: italic;
  color: #FFD7BD;
}

a.a_btn:link, a.a_btn:visited
{
  font-family: Georgia, Times, serif; font-size: 16px;
  display: block;
  color: #E8FFEA;
  text-decoration: none;
  border-bottom: 1px solid black; border-top: 0; border-right: 0; border-left: 0;
  padding-left: 15px; padding-top: 10px; padding-bottom: 10px;
  border-spacing: 0;
}

a.a_btn:hover, a.a_btn:focus, a.a_btn:active
{
  background: #E8FFEA;
  color: #1D643A;
  border-spacing: 0;
}

.T_A24 {font-family: arial; font-size: 24px;}
.T_A18 {font-family: arial; font-size: 18px;}
.T_A16 {font-family: arial; font-size: 16px;}
.T_A14 {font-family: arial; font-size: 14px;}
.T_A12 {font-family: arial; font-size: 12px;}
.T_A11 {font-family: arial; font-size: 11px;}
.T_A10 {font-family: arial; font-size: 10px;}
.T_A9 {font-family: arial; font-size: 9px;}
.T_MC28 {font-family: Monotype Corsiva, cursive; font-size: 28px;}
.T_MC24 {font-family: Monotype Corsiva, cursive; font-size: 24px;}
.T_MC20 {font-family: Monotype Corsiva, cursive; font-size: 20px;}
.T_MC16 {font-family: Monotype Corsiva, cursive; font-size: 16px;}
.T_C24 {font-family: cursive; font-size: 24px;}
.T_C16 {font-family: cursive; font-size: 16px;}
.T_C12 {font-family: cursive; font-size: 12px;}
.T_Trendy14 {font-family: trendy; font-size: 14px;}
.T_Trendy12 {font-family: trendy; font-size: 12px;}
.T_T24 {font-family: times new roman; font-size: 24px;}
.T_T14 {font-family: times new roman; font-size: 14px;}
.T_T12 {font-family: times new roman; font-size: 12px;}

/* works on light background */
a:link {color: green; text-decoration: none;}
a:visited {color: purple; text-decoration: none;}
a:hover, a:focus, a:active {color: red;text-decoration: none;}

/* works on dark background, visited does not matter */
a.a_lnk1:link, a.a_lnk1:visited {color: #E8FFEA; font-style: italic; text-decoration: underline;}
a.a_lnk1:hover, a:focus, a:active {color: red;text-decoration: none;}

.book {font-style: italic; color: #1A2E1D;}

.m_name {font-weight: bold; font-family: times new roman; font-size: 18px;}
.m_img {padding-bottom: 10px; border-bottom: 1px dotted black;}
.m_txt {padding-bottom: 10px; border-bottom: 1px dotted black; padding-left: 5px;}
