 /* defaults */ 
BODY { background-color: #ffecd4; color: #98341a; }


A {
  font-style: normal;
  text-decoration: none;
	}
 
A:link { color: #416577; }
A:visited { color: #4a0000; }
A:active { color: #ff3300; }
A:hover { color: #ff3300; }
	
	/* The side navigation menu */
.sidebar {
	 font-size: x-large;
		font-family: Segoe UI, Tahoma, Arial;
		text-decoration: none;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  width: 240px;
  background-color: #c3a38a;
  position: fixed;
  height: 100%;
  overflow: auto;
}

/* Sidebar links */
.sidebar a {
  display: block;
  background-color: #c3a38a;
		color: #ccffff;  
		padding: 16px;
  text-decoration: none;
}

/* Active/current link */
.sidebar a.active {
  color: #330000
}

/* Links on mouse-over */
.sidebar a:hover {
 	background-color: #855356;
  color: #ffffff;
}

/* Page content. The value of the margin-left property should match the value of the sidebar's width property */
.content {
	 background-color: #ffecd4; 
		color: #98341a; 
		font-size: 16px;
		font-family: Tahoma, Verdana, Arial;
  margin-left: 240px;
  padding: 1px 16px;
}


/* On screens that are less than 700px wide, make the sidebar into a topbar */
@media screen and (max-width: 700px) {
  .sidebar {
    width: 100%;
    height: auto;
    position: relative;
  }
  .sidebar a {float: left;}
  div.content {margin-left: 0;}
}

/* On screens that are less than 400px, display the bar vertically, instead of horizontally */
@media screen and (max-width: 400px) {
  .sidebar a {
    text-align: center;
    float: none;
  }
} 

/* scale all images */
img {
		max-width: 100%;
		height: auto;				
}

input { background-color: #ffffff; color: #98341a; font-weight: normal; font-size: medium; font-family: Arial;
      border: 1px solid #8a8a8a; }

textarea { background-color: #ffffff; color: #98341a; font-weight: normal; font-size: medium; font-family: Arial;
        border: 1px solid #8a8a8a; }

form { background-color: #ffecd4; color: #4a0000; font-weight: normal; font-size: normal; font-family: Arial;
      border: 1px solid #ffecd4; padding: 0.5em; }
         
         
.TxMain	{ color: #98341a; font-size: medium; font-weight: normal; font-family: Calibri, Tahoma, Arial; 
          margin-left: 1em; margin-right: 1em; display: block; width: 800px;
          line-height: 150%; word-spacing: 0.1em; letter-spacing: 0.05em; text-align: left; }
.TxSmall	{ color: #98341a; font-size: small; font-weight: normal; font-family: Calibri, Tahoma, Arial; 
          margin-left: 1em; margin-right: 1em; display: block; width: 800px;
          line-height: 110%; word-spacing: 0.05em; letter-spacing: 0.01em; text-align: left; }
.Tx1M { color: #416577; font-size: medium; font-weight: normal; font-family: Calibri, Tahoma, Arial;}
.Tx1XXL { color: #416577; font-size: xx-large; font-weight: normal; font-family: Calibri, Tahoma, Arial; }
.Tx2L { color: #416577; font-size: large; font-weight: normal; font-family: Calibri, Tahoma, Arial; }
.Tx2XL { color: #416577; font-size: x-large; font-weight: normal; font-family: Calibri, Tahoma, Arial; }
.Bar2B { background-color: #ffecd4; color: #6b5736; font-weight: bold; font-family: Arial; word-spacing: 0.2em; letter-spacing: 0.1em; } 
