/************************************* Main structure *************************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.table_pic {
  background-image: url("images/bg_container2.jpg");
  background-repeat: no-repeat;
}
.table_pic2 {
  background-image: url("images/date.jpg");
  background-repeat: no-repeat;
}
span.reply {
  display: block;
  width: 90px;
  height: 100px;
  margin-left: 40px;
  padding-left: 0px;
}
#container {
	background-color: #FBF9F4;
	background-image: url(images/bg_container.jpg);
	background-repeat: no-repeat;
	height: 465px;
	width: 931px;
	font-size: 1.6em;
	margin: 4px;
}
#header {
	height: 205px;
	padding-top: 20px;
	margin-left: 325px;
}
.date_green {
	color: #84A54A;
	font-size: 14px;
	font-weight: bold;
}
.date_title2 {
	color: #87a448;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
.covid {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #bf8a44;
}
.footer {
	padding-top: 15px;
	text-align: center;
	color: #bf8a44;
	font-size: 18px;
	background-color: #F9F7EA;
	height: 30px;
}
.date_box {
	background-color: #FFFFFF;
	background-image: url(images/date.jpg);
	height: 51px;
	width: 52px;
}
.date_box_month {
	padding-top: 6px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #009900;
	margin-top: 20px;
}
.date_box_day {
	font-size: 22px;
	font-weight: bold;
	font-style: italic;	
	color: #CC6600;
}
  
/******************************* Text and image formatting *******************************/

h1 {
	color: #87a448;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 36px;
}
.red {
	color: #84A54A;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	color: #bf8a44;
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
h3 {
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #84A54A;
}
h5 {
	width: 210px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #F5F9EB;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #009900;
}
img {
	border: none;
}
a:link {
	color: #006600;
	text-decoration: none;
	font-weight: normal;
}     /* unvisited link */
a:visited {
	color: #FF9933;
	text-decoration: none;
	font-weight: normal;
}  /* visited link */
a:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}   /* mouse over link */
a:active {
	color: #006600;
	text-decoration: none;
	font-weight: normal;
}   /* selected link */

/********************************* Navigation **********************************/

#navcontainer {
  margin-top: 10px;
  padding-bottom: 20px;
 }
#navcontainer ul {
	list-style-type: none;
	font-weight: bold;
	color: #990000;
}
#navcontainer a {
	display: block;
	padding-top: 17px;
	padding-left: 37px;
	width: 182px;
	background-color: #DCE3ED;
	border-bottom: 1px solid #eee;
	background-image: url(images/menu.png);
	background-repeat: repeat-x;
	height: 27px;
}
#navcontainer a:link, #navlist a:visited {
	color: #993300;
	text-decoration: none;
	font-size: 0.9em;
}
#navcontainer a:hover {	
	background: url(images/menu.png) 0 -45px;
	color: #562930;
}

/*********** Contact us Form ******************/

label {
	color: #009900;
	font-style: italic;
}
form.contact_us {
	width: 190px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 15px;
	background-color: #FBF9F4;
	background-repeat: no-repeat;
	background-position: right bottom;
}
input.fields_contact_us {
	display: block;
	width: 185px;
	background: url(images/input_bg.png);
	border-top: 1px solid #E3E4E9;
	border-left: 1px solid #E3E4E9;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	margin-top: 3px;
	margin-bottom: 3px;
	color: #FF9933;
}
textarea {
	width: 185px;
	background: url(images/input_bg.png);
	border-top: 1px solid #E3E4E9;
	border-left: 1px solid #E3E4E9;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
    margin-top: 3px;
}
.submit_button_contact {
	margin-top: 15px;
	padding: 2px;
	background-color: #EAF4D9;
}
