/* CSS Document */
@import url(advknowl.css);

#Header {
	background-color: #3A2F4F;
	height: 60px;
	width: 100%;
	z-index: auto;

}
#brand {
	background-color: #000066;
	height: 150px;
	width: 100%;
	z-index: auto;
	background-image: url(images/thought.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
#navigation {
	background-color: #FFFFFF;
	position: absolute;
	height: 275px;
	width: 190px;
	top: 45px;
	right: 10px;
	background-image: url(images/gradient2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #A4A4C1;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2E2E43;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	z-index: 9;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #E6E6EE;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #6C6C9B;
	padding-top: 10px;

}
#rightbar {
	background-color: #57496C;
	background-image: url(images/gradient.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 3;
	height: 550px;
	width: 175px;
	top: 60px;
	right: 0px;
	position: absolute;

}
.programdate {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #492549;
	font-style: italic;
}
.resourcefrom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #492549;
}
.AbstractProgramTitle {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #492549;
	padding-top: 20px;
	margin-top: 14px;
}