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

html, body, * {
	margin: 0;
	padding: 0;
}
body {
	background-color: rgb(255, 250, 228);
}
table.header {width: 100%; border-bottom: solid #592f00 1px; border-collapse: collapse;}
tr.titlebar {background-color: #777ab1; background-image: url(images/header_bg.gif); background-repeat: repeat-x;}
tr.titlebar hr {height: 1px; color: black; background-color: black;}
div.hr {width: 100%; height: 2px; overflow: hidden; background-color: gray; background-image: url(images/hr.gif); margin-top: .2em; margin-bottom: .2em;}
tr.titlebar img {vertical-align: top; margin: 2px; border: solid black 1px;}
tr.titlebar h1 {font-family: "Times New Roman", Times, serif; font-size: 130%;}
.phonenumber {font-size: medium; font-family: "Palatino Linotype", "Times New Roman", Times, serif;}
div.innertitlebar {width: 100%; background-image: url(images/header_mtn.jpg); background-position: top right; background-repeat: no-repeat; color: #E5E5F0;}
tr.urlbar {font-size: smaller; background-color: #aca163; background-image: url(images/urlbar.jpg); background-repeat: repeat-x;}
ul.linkbar {margin: 0.1em}
li.linkbar {display: inline; list-style-type: none; margin: 0em; margin-right: .1em;}
tr.urlbar a, tr.urlbar span {padding: .2em .5em; font-family: Arial, Helvetica, sans-serif; font-size: 110%;}
tr.urlbar a:link, tr.urlbar a:visited {text-decoration: underline; color: #300000;}
tr.urlbar a:hover {color: #502000;}
div.content {
    margin: 2em 1.5em 0em 1.5em;
}
#copyright {padding-top: 1em; margin: 9em 0em 1em 0em; border-top: solid #aaaaa0 1px; font-size: x-small; color: #444433;}
