@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #F8F1EB;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
#spacer {
	height: 10px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #DFC0A2;
}
#comment {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	font-style: italic;
	text-align: center;
	line-height: 1.8;
	color: #926130;
	margin-top: 20px;
}

#heading {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	margin-top: 0px;
}
.small-caps {
	font-size: 85%;
	font-variant: small-caps;
}

p {
	font-size: 0.8em;
	line-height: 1.5;
}
#footer {
	font-size: 80%;
	color: #999999;
	clear: left;
	height: 100%;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#container  {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/drop.gif);
	background-repeat: repeat-x;
	border: 1px solid #DFC0A2;
}
#sidebar1 ul {
	font-size: 0.75em;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 15px;
	padding-top: 15px;
	line-height: 1.5;
	font-weight: bold;
}
#navigation {
	width: 155px;
}
#banner-text {
	height: 220px;
	width: 373px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#banner-pic {
	float: left;
	height: 230px;
	width: 338px;
}


#footer a {
	text-decoration: none;
	color: #999999;
}
#banner-text a {
	text-decoration: none;
	color: #604020;
}


#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
#mainContent  {
	background-image: url(images/corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 180px;
	background-color: #FFFFFF;
	padding: 20px;
} 
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #926130;
}
.menu-left {
	padding: 5px;
	width: 300px;
	font-style: italic;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBD7C5;
	border-right-color: #EBD7C5;
	border-bottom-color: #EBD7C5;
	border-left-color: #EBD7C5;
	font-size: 90%;
	float: left;
	margin-right: 5px;
	margin-left: auto;
}

#banner-text p {
	color: #604020;
	font-size: 90%;
}

#navigation a:link, #navigation a:visited {
	color: #000000;
	text-decoration: none;
	background-color: #F8F1EB;
	margin-right: 0.2em;
	padding-top: 0.4em;
	padding-right: 0.6em;
	padding-bottom: 0.4em;
	padding-left: 0.6em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #663333;
	border-bottom-color: #663333;
	border-left-color: #FFFFFF;
	display: block;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border: 3px outset #F8F1EB;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	border: 3px outset #F8F1EB;

}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navigation a:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #663333;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #663333;
	display: block;
}
#banner {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 230px;
	background-color: #DFC0A2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #DFC0A2;
	border-right-color: #DFC0A2;
	border-left-color: #DFC0A2;
	border-collapse:collapse;
	padding: 0px;
}
#tariff  {
	background-color: #F8F1EB;
	font-size: 12px;
	float: left;
	padding: 0px;
	clear: left;
	margin: 0px;
}
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #885B2F;
}
#footer  li  {
	margin-right: 20px;
	display: inline;
}

.menu-right {
	padding: 5px;
	width: 210px;
	font-style: italic;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBD7C5;
	border-right-color: #EBD7C5;
	border-bottom-color: #EBD7C5;
	border-left-color: #EBD7C5;
	font-size: 90%;
	float: right;
	margin-left: 5px;
}
#footer ul {
	list-style-type: none;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 5px;
	color: #9D6537;
}
