/* 
   local.css
   by Jonathan Cancel
*/


#main_table{
  padding: 0 0 0 0;
  }
  
#h1{
  font: bold 14px arial;
}
  
  
#footer{
  font-size: 12px;
  border-top: 1px dashed gray;
  }
  
#upper_menu{
  font-size: 16px;
  }
  
#crawler{
  font-size: 14px;
  }
  
#banner{
  color: white;
  height: 135px;
  }
  
#left_column{
  background: url(media/colbg.gif) repeat-y;
  padding: 2px 2px 0 2px;
  width: 175px;
  vertical-align: top;
  text-align: center;
}

#right_column{
  background: url(media/colbg.gif) repeat-y;
  padding: 2px 2px 0 2px;
  width: 175px;
  vertical-align: top;
  text-align: center;
}

#main_content{
  padding: 5px 5px 2px 5px;
  font: 12px arial,verdana,helvetica;
  text-align: justify;
}


/* left MENU styles*/

.section
{
  display: block;
  border-bottom: 1px dotted gray;
  border-top: 1px dotted gray;
  font-weight: bold;
  font-size: 14px;
  padding: 3px 0 3px 0;
}

#menu
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 12px;
}

#menu a
{
	display: block;
	text-decoration: none;
	color: #333333;
	padding: 3px 0 3px 0;
	width: 175px;
}

#menu a:hover
{
	background: url(media/menu_bg.gif) repeat-x;
	font-weight: bold;
}

#menu li
{
  display: block;
}
  

/* right MENU styles*/

.section
{
  display: block;
  border-bottom: 1px dotted gray;
  border-top: 1px dotted gray;
  font-weight: bold;
  font-size: 14px;
  padding: 3px 0 3px 0;
}

#menu
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size: 12px;
}

#menu a
{
	display: block;
	text-decoration: none;
	color: #333333;
	padding: 3px 0 3px 2px;
	width: 175px;
}

#menu a:hover
{
	background: url(media/menu_bg.gif) repeat-x;
	font-weight: bold;
}

#menu li
{
  display: block;
}




  
  
  
  
  
