body {
	background-color: #4f2490;
	background-repeat: no-repeat;
	background-image: url(/_images/body-bg.jpg);
	height: 100%;
	background-attachment: fixed;
}

a:link, a:visited {
	text-decoration: none;
	color: #743893;
}

a:hover, a:active {
	text-decoration: underline;
	color: #743893;
}

img {
	border-style: none;
}

div#container {
	position: relative;
	top: 60px;
	width: 897px;
	margin-right: auto;
	margin-left: auto;
}

div#content-top {
	position: relative;
	z-index: 25;
	background-repeat: no-repeat;
	background-image: url(/_images/content-top-bg.png);
	height: 25px;
	width: 897px;
}

div#content {
	position: relative;
	z-index: 25;
	width: 897px;
	background-repeat: repeat-y;
	background-image: url(/_images/content-bg.png);
}

div#content-logo {
	left: -40px;
	top: -60px;
	position: relative;
	z-index: 50;
	height: 212px;
	width: 445px;
}

div#content-header {
	left: 330px;
	top: -228px;
	position: relative;
	height: 163px;
	background-repeat: no-repeat;
	width: 543px;
	background-image: url(/_images/content-header-common.jpg);
	z-index: 45;
}

div#content-container {
	margin-top: -220px;
	position: relative;
}

div#content-nav {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: -20px;
	padding: 0px;
	left: 9px;
	width: 189px;
	position: absolute;
	z-index: 75;
}

ul.content-nav-list {
	font-weight: bold;
	color: #743893;
	font-size: .8em;
	line-height: 2.5em;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	margin-right: 0px;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	list-style-type: none;
}

a.content-nav-link-small {
	margin-top: 5px;
	font-size: .8em;	
}

a.content-nav-link:link, a.content-nav-link:visited {
	text-decoration: none;
	color: #743893;
}

a.content-nav-link:hover, a.content-nav-link:active {
	text-decoration: underline;
	color: #743893;
}

a.content-nav-link-current:link, a.content-nav-link-current:visited, a.content-nav-link-current:hover, a.content-nav-link-current:active {
	text-decoration: underline;
	color: #743893;
	cursor: default;
}

div#content-main {
	margin-top: 10px;
	color: #3b144f;
	line-height: 1.5em;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
	margin-right: 20px;
	margin-left: 20px;
	left: 198px;
	position: relative;
	z-index: 75;
	width: 650px;
}

div#content-bottom {
	padding-bottom: 30px;
	position: relative;
	z-index: 20;
	background-repeat: no-repeat;
	background-image: url(/_images/content-bottom-bg.png);
	height: 25px;
	width: 897px;
}

div#content-sidebar {
	text-align: center;
	left: 9px;
	bottom: -16px;
	width: 189px;
	position: absolute;
	z-index: 100;
}