@charset UTF-8;
html, body{
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #8b8b8b;
	font-family: Helvetica, sans-serif;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	background-color: #3B3934;
	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;
	vertical-align: baseline;
}
.twoColFixLtHdr #container {
	width: 50em;
	font-family: Helvetica, sans-serif;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #3b3934;
	margin-top: 0;
	margin-right: auto;
} 
.twoColFixLtHdr #header {
	background: #3b3934;
	height: 4.38em;
	padding-top: 2em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 1.65em;
	padding-right: 0em;
	padding-bottom: 0.74em;
	padding-left: 1.1em;
	font-weight: lighter;
	letter-spacing: 0.1em;
	font-size: 170%;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 11.41em;
	font-size: 80%;
	background-color: #3b3934;
	text-align: right;
	padding-top: 6.25em;
	padding-right: 0.39em;
}
.twoColFixLtHdr #mainContent {
	float: left;
	width: 31.5em;
	background-image: url(GIFs/bkgrnd_mainContent.gif);
	background-repeat: repeat-y;
	height: 33em;
	padding-top: 2em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 9em;
	margin: 0em;
} 
.mainContentImage {
	float: right;

}
.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:0px;
	font-size: 0.062em;
	line-height: 0em;
}
.Baseline {
	width: 100%;
	background-color: #3b3934;
	background-image: url(GIFs/bkgrnd_baseline.gif);
	background-repeat: repeat-x;
	float: left;
	z-index: 5;
	height: 5.94em;
}
.footer {
	background-image: url(GIFs/bkgrnd_footer.gif);
	background-repeat: repeat-y;
	height: 2.4em;
	width: 100%;
	top: 0em;
	float: left;
	padding: 0em;
}
.copyright {
	font-size: 58%;
	text-align: right;
	padding-right: 71em;
	padding-top: 0em;
}
.TEXT {
	font-size: 55%;
	text-align: left;
	font-family: Helvetica, Arial sans-serif;
	margin-left: 11.36em;
}
.NAME {
	font-size: 150%;
	padding-left: 1.04em;
	padding-top: 41.67em;
	letter-spacing: 0.22em;
}
.thumbnail {
	text-decoration: none;
	padding-top: 0.6em;
	letter-spacing: 0.1em;
	padding-left: 0.8em;
	margin: 0px;
}
.statement {
	font-size: 100%;
	line-height: 150%;
	font-weight: lighter;
	text-decoration: none;
}
#apDiv1 {
	position:absolute;
	left:3.08em;
	top:9.38em;
	width:15em;
	height:24.67em;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:20em;
	top:47.5em;
	width:17em;
	height:5.58em;
	z-index:2;
}
.apDiv2_Description {
	font-size: 75%;
	text-align: right;
	line-height: 120%;
	font-style: italic;
	font-weight: lighter;
	letter-spacing: 0.1em;
}
#apDiv5 {
	position:absolute;
	left:11.1em;
	top:9.38em;
	width:33.33em;
	z-index:auto;
	font-size: 90%;
	font-weight: lighter;
	padding-left: 9.03em;
	padding-right: 7.64em;
	background-color: #3b3934;
	line-height: 1.2;
}
.apDiv5_text {
	font-size: 90%;
	font-weight: lighter;
}
a:link {
	color: #8b8b8b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #ffffff;
}
