body {
	margin: 0;
	padding: 0;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #2F4600;
	background-color: #663;
	background-image: url(images/imagebck3.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
Table {
	margin: 0;
	padding: 2;
}
TD {
	margin: 0;
	border: thin solid #666633;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5;	
}
.TD {
	margin: 0;
	padding: 0;
	background-color: #FFFF99;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666600;
	font-weight: bold;
}
.TDOther {
	margin: 0;
	background-color: #006600;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

.Border {
	border: 3px solid #006600;
	
}


form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}


h1, h2, h3 {
	font-weight: normal;
	color: #5F8700;
	text-align: center;
	text-decoration: underline;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
}

p {
}

.blockbg {
	background-color: #FFFFFF;
}

blockquote {
	font-style: italic;
	border: #D9D785 1px dashed;
	background: #ECE29F;
	margin: 0;
	padding: 0px 20px;
	font-size: 16px;
	color: #A1B635;
}

ul {
}

ol {
}

a {
	color: #4E7301;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

img.center {
	border: 3px solid #006600;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 125px;
}

img.right2 {
	border: 3px solid #006600;
	margin-top: 0;
	margin-right: 15;
	margin-bottom: 0;
	margin-left: 15px;
	float: right;
}

/* Header */

#header {
	width: 920px;
	height: 116px;
	margin: 0 auto;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(images/headerbck.jpg);
	background-repeat: no-repeat;
}

#headerbg {
	width: 920px;
	height: 250px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 14px;
}

/* Logo */

#logo {
	float: left;
	width: 450px;
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
	text-transform: lowercase;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
	font-size: 4em;
	color: #299762;
}

#logo h1 a {
	color: #FEEDB9;
}

#logo p {
	padding-top: 100px;
	text-transform: lowercase;
	font-size: 1.8em;
	color: #ABC13A;
}

#logo h2 a, #logo p a {
	color: #ABC13A;
}

#logo a {
	text-decoration: none;
}

.jqueryslidemenu{
	width: 920px;
	background-color: #006600;
	margin-top: 0;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-left: 55px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFF99;
}

.jqueryslidemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFF99;
}

/*Top level list items*/
.jqueryslidemenu ul li{
	
	display: inline;
	float: left;
	font-family: "Times New Roman", Times, serif;
	color: #FFFF99;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
	display: block; /*background of tabs (default state)*/
	color: #FFFF99;
	text-decoration: none;
	background-color: #006600;
	padding-top: 2px;
	padding-right: 17px;
	padding-bottom: 2px;
	padding-left: 17px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFF99;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFF99;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
	color: #FFFF99;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.jqueryslidemenu ul li a:hover{
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 13px Verdana;
width: 170px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

/* Page */

#page {
	width: 918px;
	padding-top: 7px;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	border: thin solid #060;
}

#latest-post {
	float: left;
	width: 675px;
	line-height: 25px;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: auto;
	background-image: url(images/postbck3.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#latest-post ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;	
}

#latest-post li {
	padding-left: 15px;
}

#latest-post li ul {
	line-height: 2px;
}

#latest-post li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	
}

#recent-posts {
	float: right;
	width: 180px;
	line-height: 25px;
	font-size: 16px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 0px;
	height: auto;
}

#recent-posts .entry {
}

#recent-posts .entry a {
}

#recent-posts .more {
	background: url(images/img04.gif) no-repeat left 50%;
	padding-left: 20px;
}

.post {
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 12px;
	color: #A2B736;
}

.post .meta a {
	color: #7F9C1E;
}

.post .entry {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #D9D785 1px dashed;
	margin-left: 10px;
}

/* Sidebar */

#sidebar {
	clear: both;
	width: 920px;
	background-color: #FFF;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 200px;
	padding: 15px;
}

#sidebar li ul {
	line-height: 1.8em;
	border-top: #77881F 2px dashed;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 35px;
	border-bottom: #A1B635 1px dashed;
}

#sidebar h2 {
	margin: 0 0 10px 0;
	padding-left: 20px;
	background: url(images/img03.jpg) no-repeat left 50%;
	color: #5F8700;
}

#sidebar a {
	text-decoration: none;
	color: #4E7301;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 920px;
	height: 65px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	background-image: url(images/footerbck.gif);
	background-repeat: repeat-x;
}

#footer p {
	margin: 0;
	padding: 15px;	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	
}

#legal {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFF99;
}

#links {
	float: right;
}

#wrapper {
	width: 100%;
	background: #5C8400;
}


/* Calendar */

/* "Global" settings for the calendar table */
table.styledCalendar {
  border-collapse: collapse;
  border: 3px solid #99997a;
  font-size: 12px;
  font-family: Arial, Verdana;
  margin: 5px;
}

/* "Global" settings for all table cells in the calendar table */
table.styledCalendar th, table.styledCalendar td {
  border: 1px solid #99997a;
  padding: 2px;
  width: 14%;   /* this makes all of the days the same width (note: 7 * 14% = 98%) */
}

/* Settings for cells in the body of the calendar (i.e., the days) */
table.styledCalendar td {
  height: 80px; 
  vertical-align: top;
}

/* Formatting of the events when they appear in a day cell */
table.styledCalendar td div.events {
	font-size: 9px;
	line-height: 10px;
	height: 60px;
	overflow-y: auto;
	color: #003300;
}

table.styledCalendar td div.events span {
  display: block;
  margin-bottom: -3px;
}

table.styledCalendar td div.events a {
  display: block;
  margin-bottom: -3px;
  color: #99997a;  
}

table.styledCalendar td div.events a:active, table.styledCalendar td div.events a:focus {
  outline: 0; /* remove the dotted border from the active link */
}

/* Formatting of the year/month banner */
table.styledCalendar thead th {
	background-color: #003300;
	color: #fffff0;
	font-size: 16px;
	font-weight: bold;
	margin: 5px;
}

/* Formatting of the weekday names */
table.styledCalendar tbody th {
	background-color: #333300;
	color: #fffff0;
	font-size: 9px;
	font-weight: bold;
	margin: 3px;
}

/* Formatting of the footer cells (with links to other months) */
table.styledCalendar tfoot th {
	border: none;
	background-color: #333300;
}

table.styledCalendar tfoot th a {
  color: #b2b28f;
  text-decoration: none;
  display: block;
}

table.styledCalendar tfoot th a:hover {
  border: 1px solid #b2b28f;
}

/* Formatting of the day cells */
table.styledCalendar {
  background-color: #ffffff;
}

table.styledCalendar td.dayBlank {
  background-color: #fffffa;
}

table.styledCalendar td.dayToday {
  background-color: #e6ffcd;
}

/* Formatting of the date that appears in each calendar day cell */
table.styledCalendar td div.date {
	text-align: right;
	padding: 0;
	margin: 0;
	color: #003300;
}

table.styledCalendar td.dayToday div.date {
	color: #333300 !important;
}

table.styledCalendar td.daySpecial div.date {
  color: #e6cdff;
}

table.styledCalendar td.dayHasEvent div.date {
  color: #99997a;
}
