body {
	background-color: #D4D4BD;
	background-image: url(images/background.gif);
}

a {
	color: #508DC6;
	text-decoration: none;
}


#left {
	background-color: #D9D6D6;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	position: absolute;
	height: 100%;
	width: 70px;
	left: 0px;
	top: 0px;
	z-index: 2;
	visibility: visible;
}
#top {
	position: absolute;
	height: 22px;
	width: 570px;
	left: 70px;
	top: 0px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #666666;
	word-spacing: 15px;
	text-align: right;
	text-indent: 5px;
	vertical-align: middle;
	z-index: 5;
}

a.topLink, a.topLink:link, a.topLink:visited {
	color: #666666;
	text-decoration: none;
}

a.topLink:hover, a.topLink:link:hover {
	color: #508DC6;
	text-decoration: underline;
}


#banner {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	position: absolute;
	height: 212px;
	width: 570px;
	left: 70px;
	top: 22px;
	z-index: 3;
	background-color: #FFFFFF;
}
#nav {
	position: absolute;
	height: 23px;
	width: 570px;
	left: 70px;
	top: 237px;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	background: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #666666;
	word-spacing: 15px;
	text-indent: 5px;
	z-index: 4;
	vertical-align: baseline;
}

a.navLink, a.navLink:link, a.navLink:visited {
	color: #666666;
	text-decoration: none;
}

a.navLink:hover, a.navLink:link:hover {
	color: #508DC6;
	text-decoration: underline;
}


#sidebar {
	position: absolute;
	padding: 5px;
	width: 141px;
	left: 71px;
	top: 263px;
	z-index: auto;
	height: 448px;
}

.sidebarHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #FFBB00;
	padding-top: 5px;
	padding-left: 5px;
	font-weight: bold;
}
.sidebarItem {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #666666;
	padding-left: 5px;
	display: block;
	line-height: normal;
	font-weight: normal;
}

a.sidebarItem, a.sidebarItem:link, a.sidebarItem:visited {
	color: #666666;
	text-decoration: none;

}


a.sidebarItem:hover, a.sidebarItem:active {
	color: #508DC6;
	text-decoration: underline;

}

#content {
	background-color: #FFFFFF;
	position: absolute;
	width: 412px;
	left: 225px;
	top: 263px;
}

.contentHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FFBB00;
	padding-top: 3px;
	padding-left: 5px;
	font-weight: bold;
	line-height: 30px;
}

.contentText {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10pt;
	color: #666666;
	padding-left: 5px;
	display: block;
}

contentLink, a.contentLink:link, a.contentLink:visited {
	color: #508DC6;
	text-decoration: none;

}

a.contentLink:hover, a.contentLink:active {
	color: #508DC6;
	text-decoration: underline;

}
p.sidebarItem {
	line-height: 2px;
}
