@charset "utf-8";
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;
	color: #000000;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container {
	text-align: left;
	margin: 0 auto;
	position: relative;
} 
#header {
	padding: 0px;
	margin: 0px;
} 

#footer  {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	position: relative;
}

#footer  a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
#footer  a:hover  {
	color: #CC6633;
}
#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: 5px 0 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#foot_links {
	width: 600px;
	background-color: #C8E1DF;
}

.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;
}
.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;
}

#menuap {
	position:absolute;
	left:144px;
	top:151px;
	width:auto;
	z-index:1;
	visibility: visible;
}
#coltap {
	position:absolute;
	right:0px;
	z-index:5;
	visibility: visible;
	bottom: 0px;
}
#banner {
	position:absolute;
	left:252px;
	z-index:2;
	visibility: visible;
	top: 0px;
}
#shadow-left-ap {
	position:absolute;
	left:-12px;
	z-index:2;
	visibility: visible;
	top: 0px;
	bottom: -5px;
	background-image: url(../images/shadow-left.gif);
	background-repeat: repeat-y;
}
#shadow-right-ap {
	position:absolute;
	right:-12px;
	z-index:3;
	visibility: visible;
	top: 0px;
	bottom: -5px;
	width: 12px;
	background-image: url(../images/shadow-right.gif);
	background-repeat: repeat-y;
}
#shadow-bottom-ap {
	position:absolute;
	right:-2px;
	left:-2px;
	z-index:4;
	visibility: visible;
	bottom: -10px;
	height: 10px;
	background-image: url(../images/shadow-bottom.gif);
	background-repeat: repeat-x;
}
