/*  Special Items for Orgs Pages */
/* ============================= */
/* */
/* ====== */
/* Header */
/* ====== */
#header
{
	margin-left: 0.2em;
	width: 100%;
}

#header img.logo
{
	width: 2.1em;
	height: 2.3em;
	padding: 0.3em 0em 0em 0.3em;
}

#header .sectionname
{
	font-weight: bold;
	font-size: x-large;
	margin: 0.3em 0.1em 0em 2em;
	position: absolute;
	top: 0.2em;
	color: #663300;
}

/* ========= */
/* Main Text */
/* ========= */
#main
{
	position: absolute;
	left: 13.2em;
	top: 0em;
	width: 42.8em;
	padding: 0em 0.2em 0em 0.8em;
	text-align: justify;
}

#main a:link
{
	text-decoration: none;
	color: #663300;
}

#main a:visited
{
	text-decoration: none;
	color: #663300;
}

#main a:hover
{
	background-color: #FFFF99;
}

#main a:active
{
	background-color: #CC9900;
}

/* ======= */
/* Entries */
/* ======= */
#chapter dt
{
	font-size: medium;
	font-weight: bold;
	margin: 0.3em 0em 0em 0em;
}

#chapter dd
{
	font-size: small;
	margin: 0em 0em 0em 1em;
}

.alsosee
{
	font-family: sans-serif;
	font-weight: bold;
	font-size: smaller;
	color: #999999;
	margin: 1em 0em 0.5em 5em;
}

/* ================= */
/* Google Search Box */
/* ================= */
#main .google2
{
	font-size: xx-small;
	font-family: sans-serif;
	padding: 0.3em 0em 0.8em 0em;
	text-align: center;
}

#main img.google1
{
	height: 2.5em;
	position: relative;
	top: 1em;
	border-style: none;
}

/* ========================= */
/* Home Page TOC - 2 Columns */
/* ========================= */
#toc1
{
	margin-left: 0em;
	padding: 0em 0em 0em 0em;
}

#toc1 .col1
{
	width: 20em;
	text-align: left;
	padding: 0em 1em 0em 0em;
	float: left;
	position: relative;
	top: 0em;
	left: 0em;
	margin: 0em;
}

#toc1 .col1 ul li
{
	font-size: medium;
	margin: 0.2em 0em 0em 0em;
	list-style-type: none;
	font-weight: bold;
}

#toc1 .col1 ul li ul li
{
	margin: 0.1em 0em 0.2em 0.8em;
	font-size: small;
	font-weight: normal;
}

#toc1 .col2
{
	width: 20em;
	text-align: left;
	padding: 0em 0em 0em 1em;
	position: relative;
	float: left;
	top: 0em;
	left: 0em;
	margin: 0em;
}

#toc1 .col2 ul li
{
	font-size: medium;
	margin: 0.2em 0em 0em 0em;
	list-style-type: none;
	font-weight: bold;
}

#toc1 .col2 ul li ul li
{
	margin: 0.1em 0em 0.2em 0.8em;
	font-size: small;
	font-weight: normal;
}

.fullcol
{
	width: 42.8em;
	text-align: left;
	padding: 0em;
	position: relative;
	float: left;
	top: 0.2em;
	left: 0em;
	margin: 0em;
}

/* ================================ */
/* Navigation Bar - General Section */
/* ================================ */
#navbar
{
	position: absolute;
	top: 0.2em;
	left: 0.2em;
	width: 13em;
	text-align: left;
	line-height: 100%;
}

p.widebreak
{
	margin: 0em;
	padding: 0em;
	font-size: 0.5em;
	background-color: #999999;
}

#navbar ul
{
	margin: 0em;
	padding: 0em;
}

#navbar ul li
{
	list-style-type: none;
	font-size: 95%;
	text-decoration: none;
}

#navbar ul li ul li
{
	padding-left: 0.8em;
	font-size: 87.5%;
}

/* ======== */
/* NavTitle */
/* ======== */
#navtitle
{
	margin: 0em;
	width: 100%;
	height: 3.6em;
	background-color: #FFFF99;
}

#navtitle p
{
	margin: 0em;
	padding: 0em;
}

#navtitle img.logo
{
	width: 2.4em;
	height: 2.4em;
	position: absolute;
	top: 0.7em;
	left: 0.7em;
}

#navtitle .sectionname a
{
	font-weight: bold;
	font-size: 200%;
	position: absolute;
	top: 0.55em;
	padding-top: 0.2em;
	/* necessary for IE */
	left: 2.4em;
	color: #663300;
	text-decoration: none;
	height: 1.5em;
	/* necessary for IE */
}

/* ============================== */
/* Navigation Bar - START Section */
/* ============================== */
#navstart
{
	padding: 0.4em 0em 0.3em 0em;
	background-color: #CCCCCC;
	/* This is the same color as rgb(153, 255, 153) */
}

#navstart .break
{
	font-size: 0.5em;
	margin: -1em 0em 0.8em 0em;
	padding: 0em;
	border-bottom: solid 1px #666666;
}

#navstart ul li
{
	margin-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
	padding-right: 0.4;
}
/* Cannot use top padding! */
/* Causes Win IE 6 to scroll menu items */

#navstart a:link, #navstart a:visited
{
	display: block;
	color: #333333;
	text-decoration: none;
}

#navstart a:hover
{
	background-color: #999999;
}

#navstart a:active
{
	background-color: #666666;
}

/* ============================ */
/* Navigation Bar - Com Section */
/* ============================ */
#navcom
{
	padding: 0.3em 0em 0.3em 0em;
	background-color: #CCCCCC;
}

#navcom ul li
{
	padding: 0.2em 0.4em 0.2em 0.4em;
}

#navcom a:link, #navcom a:visited
{
	display: block;
	/* Replaced by iehacks.css */
	color: #333333;
	text-decoration: none;
}

#navcom a:hover
{
	background-color: #999999;
}

#navcom a:active
{
	background-color: #666666;
}

/* ============================= */
/* Navigation Bar - Orgs Section */
/* ============================= */
#navorg
{
	padding: 0.3em 0em 0.3em 0em;
	background-color: #FFFF99;
}

#navorg .sel1
{
	background-color: #FFFF00;
	font-weight: bold;
}

#navorg .break
{
	font-size: 0.5em;
	margin: -1em 0em 0.8em 0em;
	border-bottom: solid 1px #CC9900;
}

#navorg ul li
{
	padding: 0.2em 0.4em 0.2em 0.4em;
}

#navorg ul li ul li
{
	padding: 0.2em 0em 0.2em 0em;
	font-size: 87.5%;
}

#navorg a:link, #navorg a:visited
{
	display: block;
	/* Replaced by iehacks.css */
	color: #663300;
	text-decoration: none;
}

#navorg a:hover
{
	background-color: #FFCC00;
}

#navorg a:active
{
	background-color: #CC9900;
}
