@charset "utf-8";
/* CSS Document */

body {
background:#F9F9F7 url('../images/a1.gif') repeat-x;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}
a {color: #333333;}
a:visited {color: #000066;}
a:hover {color: #990000;}
a:active { color:#990000;}


/* ----------container to center the layout-------------- */
#container {
width: 760px;
margin-left: auto;
margin-right: auto;
margin-top: 1em;
height:100%;
border:3px solid #8D8D8D;
}

/* ----------banner for logo-------------- */
#banner {
height:114px;
text-align: left;
vertical-align: bottom;
background:  url('../images/topbar2.jpg') repeat-x bottom center;
height: 100%;
background-color: #e1ddd9;
padding: 0px;
margin: 0px;
}

#phone a {
text-decoration: underline;
color: #990000;
}

/* ----------content-------------- */
#content {
background-color:#FFFFFF;
}
#content p {
margin-left: 2%;
text-indent: 2em;
}
#content h2 {
color: #CC0033;
}
#content h4 {
color: #333333;
font-size: 16px;
text-decoration: underline;
margin-left: 2em;
}
#tblsel {
text-align: center;
}
#tblsel h3 {
color: #990000;
}
#tblsel img {
border: thin;
}


/* ----------footer-------------- */
#footer {
width: 760px;
margin-left: auto;
margin-right: auto;
font-size: 10px;
color: #999999;
text-align: center;
margin-bottom: 3em;
margin-top: 1em;

}
#footer p {
margin: 0;
padding: 0;
}
#footer a, a:visited {
text-decoration: none;
color: #999999;
}
