@charset "utf-8";
/* CSS Document */

.basic #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	font-size: 1.4em;
}

.basic #shadow #container #sidebar1 .contact p {
	font-weight: 600;
	text-align: center;
	border-bottom: 2px dashed #665533;
}
.basic #shadow #container #sidebar1 .contact h3 {
	color: #eeeeff;
	background-color: #445533;
	text-align: center;
	display: block;
	padding: 0.3em;
}

.basic #container #sidebar1 h3 {
	color: #334444;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.25em;
}


.basic #shadow #container #mainContent {
	margin: 0 0 0 250px; /* 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 1em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 1.4em;
	border-left: 2px solid #eeeeee;
} 


.basic #shadow #container #mainContent .rightCol {
	float: right;
	width: 19em;
}

.basic #container #mainContent h1 {
	color: #554422;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	padding-top: 1em;
	margin-bottom: .2em;
}
.basic #container #mainContent h2 {
	color: #445533;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0.05em;
}

.basic #shadow #container #mainContent h3 {
	color: #554422;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
}


.basic #shadow #container #mainContent table {
	margin-left: 1.5em;
	width: 24em;
}


.basic #shadow #container #mainContent td {
	padding: 0.2em;
}

.basic #shadow #container #mainContent th {
	background-color: #AA9977;
	padding: 0.3em;
	color: #FFFFFF;
}


.basic #container #mainContent .textBox h3 {
	color: #334444;
	background-color: #AA9977;
	text-align: center;
	margin: 0px;
	padding: 0.2em;
	border-bottom: 3px groove #665533;
}


.basic #shadow #container #mainContent .textBox p {
	margin: 0.4em;
}

.basic #shadow #container #mainContent .textBox img {
	border: 1px solid #665533;
}


.basic #shadow #container #mainContent .tableImage {
	margin: auto;
	padding: 0.2em;
	border: solid 1px #665533;
}
.basic #shadow #container #mainContent .tableImage img {
	border: 1px solid #665533;
}
