/* CSS Document */
body {
  margin: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 10pt;
	text-align:left;
}
img {
  border: none;
}
div.rightbackground {
	background-image: url(images/right_side.gif);
  background-repeat: repeat-y;
  background-position: top right;
}
div.leftbackground {
	background-image: url(images/left_side.gif);
  background-repeat: repeat-y;
}
div.container {
  width: 800px;
  display: inline;
}
div.header {
	height: 100px;
	margin-bottom: 0px;
	margin-left: 110px;
	margin-right: 110px;
	margin-top: 0px;
	background-image: url(images/reynardweb2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 2px #CC0033 solid;
	background-color: #CC0033;
}

div.nav {
	padding-top:70px;
	padding-left:10px;
	text-align:left;
}

.nav a, .nav a:hover, .nav a:visited {
	color:#000000;
	text-decoration:none;
	margin-right:10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CC0033;
}

.nav a:hover {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000000;
}

div.body {
	margin-left: 110px;
	margin-right: 110px;
	text-align:left;
}
h1 {
	font-size: 18px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 10px;
}
h2 {
	font-size: 16px;
	padding-left: 10px;
	margin-top: 0px;
	padding-top: 10px;
}
p {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
.highlight {
	font-style:italic;
}
a {
	color: #CC0033;
}
.payment {
  text-align: center;
}
.footer {
	background-color: #CCCCCC;
  border-top: 2px #CC0033 solid;
  border-bottom: 2px #CC0033 solid;
	font-size: 12px;
	text-align: center;
}
.footer p {
	font-size: 12px;
	margin: 0px;
}
