body, html {
	margin: 0px;
	padding: 0px;
	background-image: url(images/page01.jpg);
	height: 100%;
	width: 100%;
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
}

div.mainContainer {
	position: relative; 
	top: 0px; 
	width: 100%; 
	background: url('./images/newpost.jpg');
	background-repeat: repeat-y;
	z-index: 5; 
	padding-bottom: 15px;
}

div.contentContainer {
	position: relative; 
	width: 520px; 
	left: 189px; 
	z-index: 10; 
	padding-left: 10px; 
	overflow: visible;
}

img {
	border: 0px;
}

a {
	color: #EABB79;
}

a:hover {
	text-decoration: none;
}

br.Tab:after {
	margin: 10px;
}


.Heavy {
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
}

.Medium {
	color: #000000;
	font-size: 12pt;
}

.Small {
	color: #000000;
	font-size: 10pt;
}

.artTitle {
    font-size: 12pt;
    font-weight: bold;
    background: #FBD379;
}

.boxOutline {
		border: 1px black solid;
		padding: 10px;
		margin: 5px;
		background-color: #FBD379;
}

table#mapQuestForm {
	border-collapse: collapse;
	border: 2px solid #111111;
	padding: 0px;
	margin: 10px;
}

table#mapQuestForm td {
	border: 0px;
}

table#mapQuestForm tr {
	border: 0px;
}

table#treatments {
	border-collapse: collapse;
	border: 2px solid #111111;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

table#treatments td {
	border: 1px solid #111111;
	text-align: center;
}

td.Condition {
	background-color: #EABB79;
	border-bottom: 1px solid #111111;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
	text-align: center;
}

table#schedule {
    border-collapse: collapse;  
    background: #F2B068;
    border: 2px solid #800000;
}

table#schedule td {
    
    border: 1px solid #800000;
    margin: 0px;
    padding: 5px;
    text-align: center;
    color: #000000;
}

table#schedule td.active {
    background: #FFFF80;
    font-size: 10pt;
}

table#schedule tr.heading {
    margin: 0px;
    padding: 2px;
    border: 1px solid #800000;
    background: #FBD379;
    font: 14px bold;
    color: #000000;
}

#daystop td {
    font: 16px Bold;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
}

#subLink {
	position: relative; 
	left: 192px; 
	width: 530px;
	text-align: center;
	font-size: 8pt;
	color: #000000;
}
  
#subLink a {
	color: #000000;
	margin: 0px 10px;
}

span.GiftOption {
	color: #EABB79;  
}

img.Bullet {
	height: 10px;
	width: 7px;
	margin-right: 5px;
}

.boxSchool {
	width: 300px;
	margin: 10px;
	margin-bottom: 30px;
}

img.galleryThumb {
	margin: 5px 20px;
	border: 2px solid #EABB79;
}

span.formError {
	color: red;
	margin-left: 5px;
	font-weight: bold;
}

li {
	font-weight: bold;
	margin-bottom: 10px;
}

input#paySub {
	border: 1px solid #800000;
	background-color: #EABB79;
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	cursor: pointer;
}

table#payTable {
	border: 2px solid #800000;
	padding: 5px;
	margin: 5px;
	margin-left: 0px;
}

table#payTable tr {
	border: 0px;
}

table#payTable td {
	border: 0px;
}

table {
	border: 1px solid blue;
}

tr {
	border: 1px solid yellow;
}

td {
	border: 1px solid red;
}

form {
	margin: 0px;
	padding: 0px;
}

.align-justify {
	text-align: justify;
}

.text1 {
	color: #EABB79;
}

.text2 {
	color: #CAA78E;
}

.text3 {
	color: #B88968;
}



a.link1 {
	color: #CAA78E;
}

