@charset "UTF-8";
/* CSS Document */
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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #f2f0f4;
}

#basebardiv {
	position: absolute;
	height: 50px;
	width: 270px;
	left: 38px;
	bottom: 70px;
	background-image: url(../images/basebar.png);
	background-repeat: no-repeat;
}

#menu a {
	display: block;
	width: 60px;
	height: 50px;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	background:  url("../images/button.gif") top left no-repeat;
}
#baselinediv {
	margin: 0 auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	position: relative;
	height: 40px;
	width: 950px;
	top: 20px;
	text-align: center;
}

#menu a:hover { background-position: 0 -50px; }

#menu a:active { background:  url("../images/button.gif") 0 -100px no-repeat; }
#navbar {
	width:600px;
	height: 95px;
	margin: 0px auto;
	text-align: center;
	bottom: 26px;
	right: 40px;
	position: absolute;
}
#links a {
	display: block;
	width: 100px;
	height:21px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	text-decoration: none;
	font-size: 11px;
	color: #4c2088;
}
#links a:hover {
	text-decoration: underline;
}
#foliodiv1 {
	position: absolute;
	height: 300px;
	width: 222px;
	left: 71px;
	top: 72px;
}
#foliodiv2 {
	position: absolute;
	height: 300px;
	width: 222px;
	left: 71px;
	top: 72px;
}
img {
	border-style: none;
}
#envdiv {
	position: absolute;
	height: 50px;
	width: 150px;
	left: 36px;
	bottom: 28px;
}
#envdiv a {
	display: block;
	width: 140px;
	height: 30px;
	background:  url("../images/envbut.gif") top left no-repeat;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #4c2088;
	text-align: right;
	padding-top: 20px;
	}
#envdiv a:active { background:  url("../images/envbut.gif") 0 -100px no-repeat; }
#envdiv a:hover { background-position: 0 -50px; text-decoration: underline;}
