body , html {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #000000;
}
.lab42 #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* 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. */
}

.lab42 #header {
	background: #DDDDDD;
}

.lab42 #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
}

.lab42 #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 5px 5px;
}

.lab42 #sidebar a:link {
	text-decoration: none;
	color: #4E0000;
}
.lab42 #sidebar a:visited {
	text-decoration: none;
	color: #5E0000;
}
.lab42 #sidebar a:hover {
	color: #FF0000;
	text-decoration: underline;
	background-color: #FFFF00;
}
.lab42 #sidebar .title {
	background-color: #e31919;
	margin: 4px;
	padding: 2px;
	cursor: pointer;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 14px;
	width: 136px;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.1em;
}
.lab42 #sidebar ul {
	padding-left: 10px;
	margin-top: 2px;
	margin-left: 0px;
	margin-bottom: 14px;
}
.lab42 #sidebar li {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

.lab42 #maintext { 
	margin: 0 0 0 180px; /* 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 18px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.lab42 #maintext h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	color: #CB3440;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8E2B28;
	margin-top: 6px;
	margin-bottom: 4px;	
}

.lab42 #maintext h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #663333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	text-align: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

.lab42 #maintext h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #330000;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 2px;
}

.lab42 #maintext p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left: 8px;
	margin: 0px;
}

.lab42 #maintext td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}


.lab42 #spot {
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCCCCC;
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #CC0033;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding: 4px;
}

.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;
}




.debug {
	font-size: 10px;
	color: #003366;
	text-decoration: none;
	margin: 4px;
	text-align: left;
	vertical-align:top;
	padding: 2px;
	width: auto;
	background-color: #EEEFEF;
}
.admin {
	color: #FF0000;
	text-decoration: none;
	text-align: left;
	padding: 4px;
	background-color: #FFFF66;
	margin: 2px;
}
.message {
	font-size: 16px;
	color: #CC6600;
	font-weight:bold;
	text-decoration: none;
	margin: 4px;
	text-align: center;
	vertical-align:middle;
	padding: 4px;
	border: 1px solid #000000;
	background-color: #FFFF99;
	font-family: "Courier New", Courier, mono;
	border-color: #FF9900;
}



a:link {
	text-decoration: none;
	color: #9C8C4E;
}
a:visited {
	text-decoration: none;
	color: #9C8C4E;
}
a:hover {
	color: #080808;
	text-decoration: underline;
	background-color: #EBEBEB;
}
a:active {
	text-decoration: none;
}


h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #B8B7B5;
	padding: 2px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-top: 0px;
}