@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;
}
.oneColElsCtr #container {
	width: auto;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-left: 200px;
	margin-right: 200px;
	bottom: 0px;
	top: 0px;
	height: 100%;
	position: relative;
}
.oneColElsCtr #mainContent {
	margin-left: 50px;
	text-align: left;
	height: 100px;
	max-width: 700px;
	min-width: 200px;
	z-index: 5;
	position: relative;
	width: auto;
	left: 0px;
	top: 0px;
	float: left;
	padding-top: 62px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}.left_top {
	background-color: #FFFFFF;
	background-position: 0px 0px;
	position: absolute;
	height: 100px;
	width: 25px;
	left: 0px;
	top: 0px;
	z-index: 2;
	background-image: url(images/cmyk.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
}
.bottom_right { position: absolute; height: 450px; width: 486px; bottom: 0px; background-image: url(images/plant.jpg); z-index: 0; vertical-align: bottom; float: right; right: 0px; clear: both; }
#apDiv1 {
	position:absolute;
	width:200px;
	height:200px;
	z-index:1;
	top: 0px;
	float: left;
	right: 0px;
	background-color: #FF0000;
	visibility: visible;
}
body {
	background-color: #FFFFFF;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	text-transform: lowercase;
	color: #3FE0FF;
	line-height: 14px;
	white-space: normal;
	padding: 0px;
	margin: 0px;
}
.style2 {
	color: #666666;
	line-height: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
a:link {
	color: #C60075;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C60075;
}
a:hover {
	text-decoration: underline;
	color: #C60075;
}
a:active {
	text-decoration: none;
	color: #C60075;
}
.nav { height: 25px; width: 400px; font-size: 11px; text-align: left; font-family: Verdana, Arial, Helvetica, sans-serif; font-variant: normal; font-style: normal; font-weight: normal; color: #666666; vertical-align: 50%; padding: 0px; margin: 0px; position: fixed; z-index: 99; top: 25px; float: right; right: 0px; letter-spacing: 0em; line-height: 24px; }
