/* ---------- Basic Element Definitions ---------- */

body  {
	font-size:  12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin:      0px;
	padding:     0px;
	background-color: white;
}
p {
	margin: 0px 0px 8px 0px;
	font-size:  12px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 1.25em;
}
td {
	vertical-align: top;
}
a {
	color: #660000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin: 0px 0px 4px -12px;
	font-size: 18px;
	font-weight: bold;
	color: #36302c;
	border-width: 0px 0px 0px 5px;
	line-height: 1em;
	
}
h2 {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 15px;
	font-weight: bold;
	line-height: 1em;
	margin: 12px 0px 3px -13px;
	color: #36302c;
	border-width: 0px 0px 0px 5px;
	border-color: #928c84;
	border-style: solid;
	padding-left: 7px;
}

/* ---------- Top-Level Tables ---------- */

#topGrid  {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: white;
	width: 100%;
	height: 48px
	}

#bottomGrid  {
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #999;
	width: 100%
	}



/* ---------- Top Banner Area ---------- */
#cornerContainer {
	width: 153px;
	background-color: #928c84;
}
#bannerContainer {
	background-color: #dcd5c9;
}
.slogan  {
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 14px;
	position: absolute;
	top: 33px;
	left: 162px;
	letter-spacing: 0.05em;
	color: #300;
	width: 400px;
}

.toolbar {
	position: absolute;
	right: 16px;
	top: 38px;
}


/* ---------- Table of Contents Bar (left sidebar) ---------- */

#tocContainer {
	width: 153px;
	background-color: #dcd5c9;
	background-image: url(../images/toc-repeating-bg.gif);
	background-repeat: repeat-y;
	height: 343px;
}
#tocBar {
	background-color: #dcd5c9;
	background-image: url(../images/toc-main-bg.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
	height: 331px;
}
#toc div {
	line-height: 24px;
	margin-left: 8px;
	padding-left: 11px;
	background-repeat: no-repeat;
	background-position: center left;
}
#tocBar div.Selected {
	padding-left: 10px;
	background-color: white;
	border-width: 1px 0px 1px 1px;
	border-style: solid;
	border-color: white;
	background-image: url(../images/toc-bullet.gif);
	vertical-align: center;
	line-height: 22px;
}
#tocBar div.Over {
	background-image: url(../images/toc-highlight-bullet.gif);
}
#tocBar div a {
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#tocBar div.Selected a {
	color: #100800;
}
#tocBar div a:hover {
}

/* ---------- Main Content Area ---------- */
#contentContainer {
	padding: 20px 18px 12px 40px;
	text-align: left;
}


/* ---------- Sidebar ---------- */
#sidebarContainer {
	width: 160px;
}
#sidebar, #sidebarTitle {
	border-style: solid;
	border-color: #bbb;	
}
#sidebar {
	margin-top: 27px;
	margin-right: 12px;
	border-width: 0px 0px 0px 1px;
}
#sidebarTitle {
	border-width: 0px 0px 1px 0px;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 1px 3px 0px 0px;
	line-height: 1em;
	text-align: right;
}
#sidebarContent {
	padding: 5px 4px 16px 9px;
}
#sidebarContent, #sidebarContent P {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 10px;
}