
body{
  text-align:left;
  background-color:#BD9259;
}

a, a:visited, a:active{
  color:#49166D;
  text-decoration:none;
}

a:hover{
  color:#65122C;
}

/********************/
/* Home Page Styles */
/********************/

.hmain{
  width:792px;
  border-collapse:collapse;
  background-color:#BD9259;
}

.hheader{
  width:792px;
  height:187px;
}

.hnav{
  width:194px;
  height:621px;
  vertical-align:top;
  /*background-image:url(/images/home-nav-bg.jpg);*/
  background-image:url(/images/nav-bg.jpg);
  background-repeat:no-repeat;
  background-position:top right;
  padding-top:0px;
  font:bold 24px "Times New Roman";
  text-align:center;
  color:#49166D;
  font-variant: small-caps;
}

.hcontent{
  width:598px;
  height:621px;
  vertical-align:top;
  background-image:url(/images/home-content-bg.jpg);
  background-repeat:no-repeat;
  background-position:top left;
  background-color:#e7c36f;
  font:bold 17px "Times New Roman";
  line-height:145%;
  color:#49166D;
  text-align:left;
}


/**********************/
/* Inside Page Styles */
/**********************/

.main{
  width:792px;
  border-collapse:collapse;
  background-color:#BD9259;
}

.header{
  width:792px;
  height:187px;
}

.nav{
  width:194px;
  vertical-align:top;
  background-image:url(/images/nav-bg.jpg);
  background-repeat:no-repeat;
  background-position:top right;
  padding-top:0px;
  font:bold 24px "Times New Roman";
  text-align:center;
  color:#49166D;
  font-variant: small-caps;
}

.content{
  width:598px;
  vertical-align:top;
  background-image:url(/images/content-bg.jpg);
  background-repeat:no-repeat;
  background-position:top left;
  font:bold 17px "Times New Roman";
  color:#49166D;
  text-align:left;
  line-height:140%;
}

.res{
  border:solid 1px #ECCC86;
  filter:alpha(opacity=35);
  -moz-opacity:.35;
  opacity:.35;
  height:25px;
  vertical-align:middle;
  font:bold 22px "Times New Roman";
}

.footer{
  text-align:center;
  width:100%;
  font-size:14px;
  color:#49166D;
  padding-top:5px;
}

.footer a, .footer a:visited{
  font-size:14px;
  color:#49166D;
  text-decoration:underline;
}

.footer a:hover{
  color:#65122C;
}

.footerinfo{
  vertical-align:top;
  font-variant:normal;
  font-size:14px;
  text-align:left;
  padding-left:5px;
  color:#49166D;
  padding-top:5px;
}

/***********************/
/* Contact Page Styles */
/***********************/

.content-contact{
  width:598px;
  vertical-align:top;
  background-image:url(/images/content-bg-contact.jpg);
  background-repeat:no-repeat;
  background-position:top left;
  font:bold 17px "Times New Roman";
  color:#49166D;
  text-align:left;
  line-height:140%;
}

.nav-contact{
  width:194px;
  vertical-align:top;
  background-image:url(/images/nav-bg-contact.jpg);
  background-repeat:no-repeat;
  background-position:top right;
  padding-top:0px;
  font:bold 24px "Times New Roman";
  text-align:center;
  color:#49166D;
  font-variant: small-caps;
}
