@charset "utf-8";
body {
	margin: 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: left; /* 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: #BFCA87;
	background-image: url(../TMAC%20images/TMAC%20Web%20BG.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container {
	width: 780px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	background-color: #BFCA87;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #header {
	background-color: #ECE5B3;
	background-image: url(../TMAC%20images/Header%20BG.png);
	padding: 0;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	background-color: #BFCA87;
	margin-top: 50px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: center;
	line-height: normal;
	font-size: 16px;
	font-family: Tahoma, Geneva, sans-serif;
}
.oneColFixCtrHdr #footer {
	background-color: #BFCA87;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #41002E;
	border-bottom-color: #41002E;
	padding-top: 0;
	padding-right: 2px;
	padding-bottom: 0;
	padding-left: 2px;
}
.oneColFixCtrHdr #footer p {
	text-align: center;
}
.CellsforClasses {
	color: #000;
	background-color: #ECE5B3;
	border-bottom-width: medium;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #41002E;
}
#title {
	font-size: 16pt;
}
.oneColFixCtrHdr #container #mainContent ul li {
	text-align: left;
	margin-left: 175px;
}
.borderbar {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #41002E;
	font-size: 30px;
	color: #41002E;
}
.BorderbarClasses {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #41002E;
}
.ThinBoarder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #41002E;
	padding-bottom: 15px;
}



.photoleft {
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	padding: 10px;
}
.Instructorborderbar {
	text-align: left;
	border: thin solid #41002E;
}
.ClassBkgrnd {
	background-color: #ECE5B3;
}
.ClassTitleLeft {
	text-align: left;
}
.JoinEmailImage {
	margin-left: 25px;
	margin-right: 25px;
	padding-left: 5px;
	padding-top: 15px;
}



.LeftAlign {
	text-align: left;
	padding-left: 10px;
}
.RightAlign {
	text-align: right;
	padding-right: 25px;
}
.ClassTimesLowercase {
	font-size: 16px;
	font-weight: normal;
}
.SmallText {
	font-size: 12px;
}

