a:link { color: #B02601; text-decoration: none; font-weight: bold }
a:active { color: #B02601; font-weight: bold; }
a:visited { color: #B02601; text-decoration: none; font-weight: bold }
a:hover { color: #FA9A2A; text-decoration: underline; font-weight: bold }

body {
	background-image: url(images/background.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-color: #fff
	margin: 0px;
	font-family: "Lucida Grande", "Lucida Sans", Lucida, "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
}

td.menu {
	background-image: url(images/menu.gif);
	width: 500px;
	height: 30px;
	text-align: center;
}

td.content {
	background-image: url('images/content.gif');
	background-repeat: no-repeat;
	width: 760;
	vertical-align: top;
	font-size: 14px;
}

h2 {
	text-align: center;
	color: #B02601;
	font-size: 20px;
}

p, li {
	font-size: 14px;
	line-height: 20px;
	color: 6B1700;
}

li {
	padding-bottom: 10px;
}

td.menu_item, td.menu_item_last {
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}

td.menu_item {
	border-style: solid;
	border-color: #B02601;
	border-width: 0px 1px 0px 0px;
}

div.subbox {
	border-width: 1px;
	border-style: solid;
	width: 75%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF1AA;
	text-align: left;
}

p.footer {
	font-size: 9px;
	line-height: 12px;
}

