body , html {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	text-align: center;
	color: #000000;
	background-color: #CCCCCC;
}
.lab42 #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #999999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

.lab42 #header {
	background: #DDDDDD;
}

.lab42 #footer {
	padding-top: 10;
	padding-right: 0px;
	padding-bottom: 10;
	padding-left: 10px;
	background-color: #CCCCCC;
}

#toplink {
	clear:none;
	float: right;
	vertical-align: text-bottom;
	background-position: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	margin-top: 14px;
}

.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: 14px;
	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: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	font-weight: normal;
	color: #9B9431;
	text-decoration: none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #E31A1A;
	margin-top: 6px;
	margin-bottom: 4px;
}

.lab42 #maintext h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
	text-align: left;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	display: inline-block;
}

.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: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left: 8px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 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: left; /* this overrides the text-align: center on the body element. */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	padding: 4px;
	margin: 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;
}

iframe {
	background-color: #EEEEEE;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 10px;
	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;
	height: auto;
	width: 760px;
}

code {
	background-color: #EEEEEE;
	padding: 4px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 10px;
	width: 756px;
	height: auto;
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}

#links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 10px;
}

#links a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #330033;
}

.browse p , .browse , .browse a {
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 18px;
 background: #222 url(/images/alert-overlay.png) repeat-x;
 display: inline-block;
 padding: 5px 10px 6px;
 color: #fff;
 text-decoration: none;
 font-weight: bold;
 line-height: 1;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 -moz-box-shadow: 0 1px 3px #999;
 -webkit-box-shadow: 0 1px 3px #999;
 text-shadow: 0 -1px 1px #222;
 border-bottom: 1px solid #222;
 position: relative;
 cursor: pointer;
}

.browse a:hover {
	color: #F4630B;
}
