body {
	font-family: "Trebuchet MS";
	font-size: .9em;
	color: #333333;
	margin-top: 0px;
}
#pagecontainer {
	height: auto;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	height: 200px;
	width: auto;
	background-image: url(assets/irisbanner1.jpg);
}
.bannertext {
	float: left;
	padding-top: 40px;
	padding-left: 20px;
}

#menu {
	text-align: center;
	height: 20px;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8D72E3;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 40px;
}
#mainarea {
	height: auto;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
}
#bottommenu {
	font-size: .7em;
	text-align: right;
	height: 20px;
	width: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #8E65E9;
	border-right-color: #8E65E9;
	border-bottom-color: #8E65E9;
	border-left-color: #8E65E9;
	padding-bottom: 10px;
	padding-top: 15px;
	padding-right: 10px;
}
#copyright {
	font-size: .8em;
	text-align: center;
	height: 30px;
	width: auto;
}
#menu li {
	display: inline;
}
#bottommenu li {
	display: inline;
}
#copyright li {
	display: inline;
}
a:link {
	color: #005B00;
	text-decoration: none;
}
a:hover {
	color: #12AF1E;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
a:visited {
	color: #BF9CF8;
	text-decoration: none;
}
.image_left {
	padding: 5px;
	float: left;
}
.img_right {
	padding: 5px;
	float: right;
}
