/******************************
  For Netscape compatibility, must define body margins
  and padding at the HTML level as well as the BODY level
*******************************/

html {
  margin : 0px;
  padding : 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

body {
  margin : 0px;
  padding : 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-image:url(images/background.gif);
}

/******************************
  Table Cell Options 
*******************************/

td {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:normal;
  line-height:16px;
  color:black;
  margin-top:0px;
  margin-bottom:10px;
  text-align: left;
  vertical-align: top;
  padding: 0px;
}

td.top{
 background-image:url(images/top.gif);
 background-repeat:no-repeat;
 background-position:right;
}

td.body {
 background-image:url(images/body_bg.gif);
 background-repeat:repeat-y;
 background-position:right;
}

td.left {
 background-image:url(images/bg_left.gif);
 background-repeat:repeat-y;
}

td.bottom {
 text-align:right;
}

td.specials_bg {
 background-image:url(images/specials_background.jpg);
 background-repeat:repeat-y;
 background-position: top right;
 text-align:right;
}

td.specials {
 background-image:url(images/specials.gif);
 background-repeat:no-repeat;
 background-position: top right;
 text-align:right;
}

td.centered {
 text-align:center;
}

/******************************
  Form Options
*******************************/

input.text {
  border:1px solid #642E36;
  width:160px;
}

select.text,
textarea.text {
  border:1px solid #642E36;
}

select.wide,
textarea.wide {
  width:160px;
}

textarea {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:normal;
  line-height:16px;
  color:black;
}

input.button,
img.button {
  border:1px solid #642E36;
}

/******************************
  Text Options
*******************************/

p {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:normal;
  line-height:16px;
  color:black;
  margin-top:0px;
  margin-bottom:10px;
  margin-left:15px;
  margin-right:90px;
}

p.right{
  line-height:13px;
  margin-bottom:15px;
  margin-right:0px;
}

p.left {
  line-height:13px;
  margin-bottom:15px;
  margin-right:0px;
}

p.homebottom {
  line-height:13px;
  margin-bottom:15px;
  margin-left:35px;
  margin-right:0px;
}

p.hometop {
  font-size:12px;
  line-height:20px;
  margin-bottom:15px;
  margin-left:0px;
  margin-right:0px;
}

p.no_margin {
  margin-bottom:10px;
  margin-left:0px;
  margin-right:0px;
  line-height:13px;
}

p.specials {
  font-size:10px;
  line-height:13px;
  color:#5e5f63;
  margin-bottom:7px;
  margin-left:10px;
  margin-right:0px;
}

p.nav {
  margin-bottom:0px;
  margin-left:20px;
  margin-top:17px;
}

p.white{
  color:white;
}

h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  font-weight:bold;
  line-height:20px;
  color:#c67a0c;
  margin-left:15px;
  margin-top:10px;
  margin-right:90px;
  margin-bottom:0px;
}

h1.home {
  margin-left:0px;
  margin-right:0px;
}


/******************************
  Link Options
*******************************/

a:link,
a:visited,
a:hover {
  text-decoration:underline;
  color:#012458;
}

a.nav:link,
a.nav:visited,
a.nav:hover {
  font-size:9px;
  font-weight:bold;
  text-decoration:none;
  color:#34231b;
  line-height:20px;
}

a.plain:link,
a.plain:visited,
a.plain:hover {
  font-size:9px;
  font-weight:normal;
  text-decoration:none;
  color:white;
  line-height:20px;
}

a.white:link,
a.white:visited,
a.white:hover {
  font-size:9px;
  font-weight:normal;
  text-decoration:underline;
  color:white;
  line-height:20px;
}
