@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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: center; /* 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: #999;
}


.twoColElsLtHdr #container {
	width: 46em;
	margin: 0 auto;
	text-align: left;
	background-color: #999;
	padding-top: 40px;
} 
.twoColElsLtHdr #header {
	background-color: #999;
	color: #FFF;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: right;
	padding-top: 20px;
} 
.twoColElsLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0;
	color: #FFF;
	font-size: 90%;
}

.twoColElsLtHdr #sidebar1 {
	float: left;
	width: 12em; 
	padding: 15px 0;
	background-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #CCC;
	border-right-width: thin;
	border-right-color: #FFF;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
	color: #FFF;
}

.twoColElsLtHdr #mainContent {
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 0;
} 
.twoColElsLtHdr #footer {
	background-color: #999;
	font-family: "Lucida Console", Monaco, monospace;
	color: #FFF;
} 
.twoColElsLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	font-size: medium;
}
.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;
}
body,td,th {
	font-family: Lucida Console, Monaco, monospace;
	color: #FFF;
	font-size: small;
}
#apDiv1 {
	position:absolute;
	width:500px;
	height:374px;
	z-index:1;
	left: 479px;
	top: 66px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #600;
	text-decoration: none;
}
.fltlft1 {
	float: left;
	margin-right: 0px;
	font-size: large;
}
a:active {
	text-decoration: none;
}

h1{
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	font-size: large;
}
h2{
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
h3{
	margin-top: 0;
	text-decoration: underline;
	font-weight: lighter;
}
.header{
	font-size: medium;
	padding-top: 30px;
}
