*
{
	padding:0;
	margin:0;
}



body
{


	font-family:Verdana, Trebuchet ms, helvetica, sans-serif;
	
	color:#000000;
	
	/*
	
	background-color:#C4E6CB;
	background-image:url(images/testBackground.JPG);
	*/
	line-height:20px;
	font-size:small;
	font-weight:400;

}
a
{
	color:#E2A522;
	text-decoration:none;
	/*
	color:#E2A522;
color:#0000ff;
	border-bottom:#cc9c2a 1px dashed;
	*/
}
table.timetable tc:nth-child(odd) td{
background-color:#aaeeFF;
}
table.timetable2  td{
border-bottom:1px solid #CCCCCC;
}

/* Dropdown Button */
.dropbtn {
  background-color: #417945;
  color: white;
  padding: 8px;
  font-size: 16px;
border-radius:25px;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #def0de;
  min-width: 160px;
border-radius:25px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
border-radius:25px;
  display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}



div.entry {
    font-family:Verdana, Trebuchet ms, helvetica, sans-serif;
	background-color:#FFFFFF;
	font-size:small;
}
div.entry2 {
    font-family:Verdana, Trebuchet ms, helvetica, sans-serif;
	font-size:small;
}
div.menu {
    font-family:Verdana, Trebuchet ms, helvetica, sans-serif;
	font-size:large;
	background-color:#68AE6D;
}

td.update {
    font-style:italic;
	font-size:xx-small;
}
td.menu { text-align:center; font-weight:bold;
   
	font-size:16px;
text-transform:uppercase;
}


a:hover
{
	border-bottom:#cc9c2a 1px solid;
}
p
{
	margin-bottom:14px;
}
ul, ol 
{
	margin:1em;
	padding:0;
}
li 
{
	margin:0 1em;
	padding:5px 0;
}
/*
a img 
{
	border:#ccc 1px solid;
}
*/
h1,h2,h3,h4,h5,h6 
{
}
#content h3 {
	font-weight:bold;
	line-height:10px !important;
	padding-top:15px;
	color:#417945;
	text-transform:uppercase;
}
h1 {font-size:2em;}
h2 {font-size:1.6em;}
/*
h3 {font-size:1.3em;text-align:center;}
*/
h3 {
    font-size:2em;
	text-align:center;
	font-weight:bold;
	line-height:20px !important;
	padding-top:15px;
	color:#417945;
	text-transform:uppercase;}
	
h4 {font-size:1.2em;
	font-weight:bold;
	line-height:20px !important;
	padding-top:15px;
	color:#417945;
	}
h5  {font-size:1.1em;
	font-weight:bold;
	line-height:15px !important;
	padding-top:5px;
	padding-bottom:5px;
	color:#417945;
}

h6 {font-size:1.1em;
	font-weight:bold;
	line-height:20px !important;
	padding-top:15px;
padding-bottom:10px;
	color:#417945;
}

p.updated {
	font-size:xx-small;
	font-style:italic;}
#backcgreen table {background-color:#C4E6CB;}



