/*  Special Items for START Pages */
/* ============================== */
/* */
/* ========= */
/* 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: #009900;
}

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

#main a:hover
{
	background-color: #99FF99;
}

#main a:active
{
	background-color: #33FF33;
}

/* ================================ */
/* 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: #99FF99;
}

#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.2em;
	color: #006600;
	text-decoration: none;
	height: 1.5em;
	/* necessary for IE */
}

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

#navstart .sel1
{
	background-color: #33FF33;
	font-weight: bold;
}

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

#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 ul li ul li
{
	padding: 0em 0em 0.1em 0.6em;
}

/* Cannot use top padding! */
/* Causes Win IE 6 to scroll menu items */
#navstart a:link, #navstart a:visited
{
	display: block;
	color: #003300;
	text-decoration: none;
}

#navstart a:hover
{
	background-color: #00CC00;
}

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

/* ============================ */
/* 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: #CCCCCC;
}

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

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

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

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

