/* CSS Document */
body {
 margin-top: 0px;
 margin-bottom: 0px;
 font-family: Tahoma,Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: #D0CBAE url(images/body-bg.jpg);
}
a {
 color: blue;
 text-decoration: underline;
}
a:hover {
 color: blue;
 text-decoration: underline;
}
a:visited {
 color: blue;
 text-decoration: underline;
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #000;
 font-weight: bold;
}
h2 {
 font-family: Comic Sans MS,Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #000;
 font-weight: bold;
}
h3 {
 font-family: Comic Sans MS,Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: red;
 font-weight: bold;
}
/*h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #9EA06F;
 font-weight: bold;
}*/
table#layout {
 margin: 0px;
 padding: 0px;
 width: 787px;
 text-align: left;
}
td#header {
 margin: 0px;
 padding: 0px;
 text-align: center;
}
td#topnav {
 margin: 0px;
 padding: 5px 30px 5px 15px;
 text-align: center;
 background: #fff url(images/content-bg.jpg) right repeat-y;
}
td#leftnav {
 margin: 0px;
 padding: 0px;
 text-align: left;
 background: #fff url(images/content-bg.jpg) left repeat-y;
}
td#content-home {
 margin: 0px;
 padding: 5px;
 padding-right: 30px;
 text-align: left;
 background: #fff url(images/content-bg.jpg) right repeat-y;
}
td#content {
 margin: 0px;
 padding: 5px 35px 5px 25px;
 text-align: left;
 background: #fff url(images/content-bg.jpg) right repeat-y;
}
.address-phone {
 font-family: Comic Sans MS,Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: blue;
 font-weight: bold;
}
td#footer-text {
 margin: 0px;
 padding: 5px 35px 5px 20px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000;
 background: #fff url(images/content-bg.jpg) left repeat-y;
}
#footer-text a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000;
 text-decoration: underline;
}
#footer-text a:hover {
 text-decoration: none;
}
td#footer {
 margin: 0px;
 padding: 0px;
 text-align: center;
}
