body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	font-family: "Lucida grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #959497;
}
.imagetopleft {
	height: 120px;
	width: 139px;
	float: left;
	margin-right: 10px;
}
.imageright {
	float: right;
	height: 120px;
	width: 129px;
	clear: right;
	left: auto;
}
#header {
	padding: 0px;
	height: 114px;
	width: 895px;
	background-image: url(../images/header.gif);
	clear: none;
}
#menuclient {
	width: 313px;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	height: auto;
}
#slideshow {
	width: 552px;
	float: right;
	clear: none;
	height: auto;
	overflow: auto;
}
a:link {
	color: #2F0665;
	text-decoration: none;
}
a:hover {
	color: #B59606;
	text-decoration: none;
}
a:visited {
	color: #6738A0;
	text-decoration: none;
}
a:visited:hover {
	text-decoration: underline;
}
#footer {
	width: 895px;
	height: 25px;
	clear: both;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #E9EAEA;
	background-image: url(../images/gradient_footer.jpg);
	background-repeat: repeat-x;
}
.footertext {
	font-size: 10px;
	padding-top: 6px;
	padding-left: 6px;
	float: left;
}
#clientnav {
	height: 150px;
	width: 100%;
	clear: none;
	float: left;
}
.linkedbutton {
	float: right;
	padding-top: 6px;
	padding-right: 6px;
}
#contentholder {
	height: 100%;
	width: 895px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.pagetitle {
	font-size: 14px;
	color: #B59606;
}
