
/* styles for Devonshire Lodge - this is a comment */

body {
  	color: black;
  	font-family: "Book Antiqua", "Times New Roman", Times, serif;
  	font-size: 11pt;
  	text-align: left;
}

div {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

div.body {	
	width: 100%;
  	position:  relative;
  	top: 0px;
  	left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.menu {
	width: 100%;
  	position: relative;
  	top: 0px;
  	left: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin: 0px;
	/*background-color: #98c000;*/
}

div.bottom {
	width: 100%;
  	position: relative;
  	top: 0px;
  	left: 0px;
	margin-top: 3px;
	background-color: #cee095;/*#f8ffe0;*/
	border: 1px solid #C0C0C0;
}


H2 {
  	font-family: "Book Antiqua", "Times New Roman", Times, serif;
  	font-size: 15pt;
  	text-align: center;
}

H3 {
  	font-family: "Book Antiqua", "Times New Roman", Times, serif;
  	font-size: 14pt;
  	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
}

H4 {
  	font-family: "Book Antiqua", "Times New Roman", Times, serif;
  	font-size: 11pt;
  	text-align: center;
  	margin-top: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}

H5 {
  	font-family: "Book Antiqua", "Times New Roman", Times, serif;
  	font-size: 11pt;
  	text-align: center;
	margin-top: 2px;
	margin-bottom: 5px;
}

h6 {
  	font-family: "Book Antiqua", "Times New Roman", Times, serif;
  	font-size: 10pt;
	color: #ffffff;
  	text-align: center;
	margin-top: 3px;
	margin-bottom: 2px;
}

P {
  	font-family: "Book Antiqua", "Times New Roman", Times, serif;
  	font-size: 1em;
  	text-align: left;
	margin-top: 4px;
} 

p.small {
  	font-size: 10pt;
}

LI {
  	font-family: "Book Antiqua", "Times New Roman", Times, serif;
  	font-size: 0.9em;
} 

  
table {
  	width: 100%;
	margin: 0px;
	border: 0px;
	padding: 0px;
}

table.menu {
	text-align: center;
	background-color: #5b7d29; /*#98c000;*/
}

table.top {
	background-color: #008080;
}

table.event {
	width: 60%;
	text-align: center;
	background-color: #98c000;
}

td {
  	font-size: 0.9em;
	vertical-align: top;
}

td.image {
	font-size: 0.75em;
	text-align: center;
}

td.bodytext {
	padding-left: 10px;
	padding-right: 10px;
}

td.event {
	font-size: 1.1em;
}

td.menu {
	text-align: center;
	color: #FFFFFF;
	background-color: #92C7C1; /*#cee095; /*#98c000;*/
	padding: 0px;
	margin-left: 1px;
	margin-right: 1px;
	padding: 2px;
	height: 20px;
	width: 25%;
	font-weight: normal;
	font-family: "Book Antiqua", "Times New Roman", Times, Dutch, serif;
}

td.menutop {
	padding-top: 2px;
	padding-bottom: 2px;
}

td.bottom {
	font-size: 0.85em;
}

.white {
  	background-color: white;
}

a:link {
  	color: #005816;
  	background-color: transparent;
  	text-decoration: underline;
}

a:active {
  	color: #005816;
  	background-color: transparent;
  	text-decoration: underline;
}

a:visited {
  	color: #002010;
  	background-color: transparent;
  	text-decoration: underline;
}

a:hover {
  	color: #117744;
  	background-color: transparent;
  	text-decoration: underline;
}

.center {
  	text-align: center;
}

.menuimg {
	border: 1px #ffffff solid;
}

.edged  {
  border-top: 1px #98c000 solid;
  border-right: 1px #98c000 solid;
  border-bottom: 1px #98c000 solid;
  border-left: 1px #98c000 solid;
}

a.menu:link {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

a.menu:active {
	color: #C0C0C0;
}

a.menu:visited {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}

a.menu:hover {
	color: #000000;
	text-decoration: underline;
}

.bottomlogo {
	margin-top: 12px;
}
