body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/almaleftbarbackgd.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#Topline {
	background-color: #C0C0FF;
}
#TLLogo {
	background-color: #C0C0FF;
	float: left;
	width: 205px;
	text-align: center;
	height: 100px;
}
/* Old pages only - will be replace by TRTitle */
.pageheader {
	font-size: 16pt;
	color: #FFFFFF;
	font-weight: bold;
}
#TRTitle {
	background-color: #C0C0FF;
	font-size: 16pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.TRTitleoneline {
	padding-top: 38px;
	padding-bottom: 12px;
	height: 50px;
}
.TRTitletwoline {
	height: 70px;
	padding-top: 25px;
	padding-bottom: 5px;
}
#Midline {
	position: relative;
}
#BLNav {
	position: absolute;
	left: 0px;
	top: 125px;
	width: 180px;
	background-color: #C0C0FF;
	text-align: center;
	float: left;
	font-size: 16px;	
}
/* Old pages only - will be replaced by BRContent */
.mainpage {
	font-size: 11pt;
	color: #333333;
	padding-right: 20px;
}
#BRContent {
	position: absolute;
	left: 205px;
	top: 125px;
	right: 0px;
	padding-right: 20px;
	font-size: 11pt;
	color: #333333;
	background-color: #FFFFFF;	
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	font-size: 90%;
	background-color: #FFFFFF;
}
#menu li {
	position: relative;
	text-transform: uppercase;
	background-color: #FFFFFF;
	text-align: center;
	font-style: italic;
	border-bottom: medium solid #0099FF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#menu li:hover {
	background-color: #FFFFCC;
}
#menu a {
	color: #000000;
	text-decoration: none;
	display: block;
}
#menu ul ul {
	position: absolute;
	width: 100%;
	left: 100%;
	top: 0px;
	display: none;
	z-index: 10;
	background-color: #C0C0FF;
}
#menu ul ul li {
	background-color: #C0C0FF;
	font-size: 95%;
	color: #000000;
	text-transform: none;
	padding: 0.2em 0px;
	border-style: none;
}
#menu ul ul a {
	color: inherit;
	text-decoration: none;
}
#menu ul ul li:hover {
	color: #000000;
}
#menu ul li:hover ul {
	display: block;
}
#menu ul ul:hover {
	display: block;
}

a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #000099;
	text-decoration: underline;
}
.indextable li {
	font-size: 130%;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
.boxmainpage {
	border: thin solid #000000;
	padding: 5px;
}
.indextable {
	background-color: #FFFFCC;
	text-align: left;
	border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
	border-spacing: 0;
	width: 100%;
}
.indextable td {
	padding: 9px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
}
h1 {
	font-size: 145%;
	font-weight: normal;
	text-align: center;
}
.source {
	text-align: center;
	margin-top: -1.1em;
}
.dateline {
	text-align: center;
	margin-top: -1.1em;
}
.filesz {
	font-size: 80%;
}

#breadcrumbwrap {
	position: absolute;
	top: 6px;
	left: 205px;
}

#breadcrumbs {
	font-size: 8pt;
	color: #666666;
}
#breadcrumbs a:link {
	text-decoration: none;
	color: #666666;
}
#breadcrumbs a:visited {
	color: #666666;
	text-decoration: none;
}
#breadcrumbs a:active {
	text-decoration: none;
	color: #666666;
}
#breadcrumbs a:hover {
	color: #666666;
	text-decoration: underline;
}
