/****************************************************************************************************/
/* Navigation tree */
/****************************************************************************************************/

table#main_page_table
{
	font-size: 12px;
   font-weight: bold;
}

#leftbar
{
	padding-left: .25em;
	line-height: 1.5em;
}

#tree ul
{
	text-align: left;
	list-style: disc url(images/spacer.gif) outside;
	padding: 0 0 0 0;
	border: 0 0 0 0;
	margin: 0 .5em 0 1em;
}

#tree ul li 
{
}

#tree ul ul
{
   font-weight: normal;
	text-align: left;
	list-style: disc url(images/diamond.gif) outside;
	padding: 5px 0 5px 0;
}

#tree ul ul li 
{
	margin-left: .5em;
	background-color: Yellow;
}

/****************************************************************************************************/
/* log in */
/****************************************************************************************************/

#announce
{
	margin: 10 5 10 2;
	padding: 5 5 5 5;
	text-align: center;
	background-color: #FFFF9C;
}	


#login
{
	width: 50em;
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 5 5 5 5;
	background-color: #FC0;
	border: 1px solid white;
	text-align: center;
}	

#login label
{
	padding-left: 1em;
	font-weight: bold;
}

#login fieldset 
{
	border-style: none;
}

#login form label
{
	padding-left: 1em; 
	font-weight: bold;
	vertical-align: baseline;
}

#login form input
{
	margin-right: 1em;
	font-weight: bold;
	vertical-align: baseline;
}

#login span#signup
{
	font-size: larger;
	right: 5px;
}


/****************************************************************************************************/
/* Custom Include Section */
/****************************************************************************************************/

#inc_main  /* Contains the include */
{
  font-weight: normal;
  font-size: 16;
}

#inc_description 
{
}

#inc_links 
{
	position: relative;
	text-align: left;
	margin: 0 20%;
}

#inc_category
{
	font-size: xx-small;
	color: White;
	text-align: right;
}

/****************************************************************************************************/
/* General */
/****************************************************************************************************/

BODY {
	font-family : "Verdana, Geneva, Arial, Helvetica, sans-serif;";
	background-color : White;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}

MENU {
	font-size : x-small;
}

A:link { color: #0000FF; }
A:visited { color: #6600CC; }
A:active { color: #990000; }
A:hover {color: #000000; background: #FFFFCC}


