@charset "utf-8";
body  {
	margin: 3 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #1C1913;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
h1, h2, h3, h4 {
	margin:0;
	padding:0;
}
p {
	line-height:140%;
}
.twoColFixLtHdr #container {
	width: 967px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/MainBkGnd.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
} 
.twoColFixLtHdr #header {
	background-color: #1C1912;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1C1913;
} 
.twoColFixLtHdr #header h1 {
  margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
  padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
  font-size: 1.7em;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-color: #300204;
	color: #FFFFFF;
	padding-top: 8px;
	padding-bottom: 15px;
}
.twoColFixLtHdr #mainContent {
	margin: 15px 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
  background-color: #DDDDDD;
  background-image: url(images/UnderMenu.jpg);
  background-repeat: repeat-x;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 200px;
  text-align: center;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #header #MenuTop {
	height: 26px;
	background-image: url(images/MenuTop.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container #header #UnderMenu {
	background-image: url(images/UnderMenu.jpg);
	background-repeat: repeat-x;
	height: 61px;
}
.twoColFixLtHdr #container #header #MenuTop a {
	display: block;
	height: 20px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 6px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.8em;
}
.twoColFixLtHdr #container #header #MenuTop a:hover {
	background-color: #8F2A2E;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC00;
	color: #FFCC00;
}
.twoColFixLtHdr #container #header #MenuTop .MenuFocus {
	background-color: #8F2A2E;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC00;
	color: #FFCC00;
	font-weight: bold;
}
.twoColFixLtHdr #container #mainContent th {
	color: #FFFFFF;
	background-color: #87060A;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFCC00;
}
.odd {
	background-color: #F4E7B3;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 1.5em;
	color: #8E070B;
}
.twoColFixLtHdr #container #mainContent table {
	border: 1px solid #000000;
	font-size: 100%;
}
.twoColFixLtHdr #container #header #UnderMenu h1 {
	color: #FFFFFF;
	margin-left: 120px;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-size: 1.4em;
	color: #300204;
	margin-left: 15px;
	padding-left: 5px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #830709;
	margin-bottom: 10px;
}
.twoColFixLtHdr #container #mainContent td, .twoColFixLtHdr #container #mainContent th {
	padding-left: 7px;
}

/* Left Menu ################################################################### */
.twoColFixLtHdr #container #sidebar1 #LeftMenu ul {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 30px;
	margin-left: 10px;
}
.twoColFixLtHdr #container #sidebar1 #LeftMenu a {
	display: block;
	background-color: #4F493B;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8E070B;
	color: #FFFFFF;
	text-decoration: none;
	height: 25px;
	padding-top: 3px;
	padding-left: 5px;
}
.twoColFixLtHdr #container #sidebar1 #LeftMenu a:hover {
	background-color: #5B533E;
}

/* Form ################################################################### */
.twoColFixLtHdr #container #mainContent input, .twoColFixLtHdr #container #mainContent textarea, .twoColFixLtHdr #container #mainContent select {
	float: left;
}
.twoColFixLtHdr #container #mainContent label {
	display: block;
	float: left;
	padding-left: 15px;
	margin-top: 10px;
}
.twoColFixLtHdr #container #mainContent #Submit {
	margin-left: 20px;
	width: 200px;
	margin-top: 10px;
}

/* Login ################################################################### */
.twoColFixLtHdr #container #header #UnderMenu form#MenuLogin {
	width: 300px;
	float: right;
	margin: 0px;
	display: block;
	color: #FFFFFF;
	font-size: 90%;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
.twoColFixLtHdr #container #header #UnderMenu #MenuLogin input {
	background-color: #FFFFCC;
	border: 1px solid #EE0B10;
	height: 18px;
	margin-left: 5px;
}
.twoColFixLtHdr #container #header #UnderMenu #MenuLogin label {
	margin-bottom: 3px;
}
.twoColFixLtHdr #container #header #UnderMenu #MenuLogin #Login {
	height: 24px;
	margin-left: 10px;
	background-color: #7E050A;
	color: #FFFFFF;
	border: 2px outset #FFFFCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -2px;
	font-size: 95%;
	line-height: 15px;
	font-weight: bold;
}

/* General ################################################################### */
.ClearLeft {
	clear: left;
}
.twoColFixLtHdr #container #sidebar1 #Member {
	padding-left: 8px;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	margin-left: 2px;
}
.twoColFixLtHdr #container #sidebar1 #LeftMenu {
	margin-top: 40px;
}
.twoColFixLtHdr #container #footer a {
  color: #FFFFFF;
  text-decoration: none;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 80px;
  padding-right: 80px;
}
