body {
	margin: 0px;
	padding: 0px;
	background: white url(header_bg.gif) repeat-x;
}
.pageframe {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
a {
	color: #0f736c;
}
a:visited {
	color: #d37909;
}
a:hover {
	color: #f3c567;
}

/* Header */

.topbanner {
	width: 444px; /*744 total top*/
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	position: relative;
	float: left;
}
div.topbanner img {
	float: left;
	margin: 0px;
	padding: 0px;
	border: none;
}
.topbannertext {
	position: absolute;
	top: 55px;
	left: 177px;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.topbannertext .title {
	color: #532681;
	font-size: large;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
div.topbannertext .subtitle {
	color: #333333;
	font-size: small;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 14px;
}
.topbanner-r {
	width: 300px;
	height: 100px;
	margin-bottom: 10px;
	position: relative;
	float: left;
	vertical-align: bottom;
	top: 5px;
}

/* Left navigation buttons */

.leftnav {
	width: 178px;
	float: left;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
.leftnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
	line-height: 200%;
	white-space: nowrap;
	overflow: hidden;
}
.leftnav li {
	padding-bottom: 10px;
}
.leftnav a.btnnotfocus {
	display: block;
	width: 176px;
	height: 28px;
	background-image: url(button_bg.gif);
	background-repeat: repeat-x;
	font-size: small;
	border: 1px solid #dad7cf;
	padding-top: 2px;
}
.leftnav a.btnisfocus {
	display: block;
	width: 176px;
	height: 28px;
	background-image: url(button_bg_on.gif);
	background-repeat: repeat-x;
	font-size: small;
	border: 1px solid #dad7cf;
	padding-top: 2px;
}
.leftnav a.btnnotfocus:link, .leftnav a.btnnotfocus:visited {
	color: #333333;
	text-decoration: none;
}
.leftnav a.btnisfocus:link, .leftnav a.btnisfocus:visited {
	color: #333333;
	text-decoration: none;
}
.leftnav a.btnnotfocus:hover {
	background-image: url(button_bg_on.gif);
	color: #333333;
}

/* Right main content */

.rightmain {
	width: 553px;
	padding: 3px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}
.rightmain h1 {
	margin-top: 0px;
	color: #532681;
	font-size: medium;
	font-weight: bold;
	border-bottom: 1px dashed #dad7cf;
}
.rightmain h2 {
	color: #532681;
	font-size: small;
	font-weight: bold;
}

/* Footer */

.footer {
	clear: both;
	width: 748px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #dad7cf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #666666;
}

div.footer img {
	float: left;
	padding: 0px;
	margin-left: 29px;
	border: none;
}

/* other */

.imgcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
}
.imgfloatright {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
.imgfloatright150 {
	font-size: x-small;
	float: right;
	background-color: #f4f2f0;
	padding: 6px;
	border: 1px solid #532681;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 152px;
}
.imgfloatright200 {
	font-size: x-small;
	float: right;
	background-color: #f4f2f0;
	padding: 6px;
	border: 1px solid #532681;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 202px;
}
.imgfloatright217 {
	font-size: x-small;
	float: right;
	background-color: #f4f2f0;
	padding: 6px;
	border: 1px solid #532681;
	text-align: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	width: 219px;
}
div.imgfloatright150 img, div.imgfloatright200 img, div.imgfloatright217 img {
	border: 1px solid #000000;
}
.fontsmall {
	font-size: x-small;
}
.italics {
	font-style: italic;
}