/**********************************************************************
*
* Stylesheet for Knoxville Acupuncture & Yoga Center
*
* URL:     http://www.prasadhutter.com/
* Revised: 07/May/2006
*
**********************************************************************/

a:link, a:visited {
  color: #1F5487;
  text-decoration: none;
}

a:active, a:hover {
  text-decoration: underline;
}

a.email {
  font-size: xx-small;
}

a.nav {
  display: block;
}

body {
  background: url(../images/bkground.jpg) #DDEFE1 no-repeat center top;
  color: #000000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  font-weight: normal;
}

h2 {
  font-size: medium;
  font-weight: bold;
}

h3 {
  font-size: small;
  font-weight: bold;
  padding-top: 1.5em;
}

.leftnav {
  width: 140px;
  border-color: #1F5487;
  border-right: 1px solid;
}

.selected {
  color: #1F5487;
  font-weight: bold;
}

.sidebar {
  font-size: x-small;
  padding-top: 2.5em;
}

.text {
  padding-left: 2em;
  padding-right: 2em;
}


