/* 	CSS Document 														*/
/* 	Particular Style for map.html 										*/
/*	Written by: Cristofer Atiencia (atiencia@hotmail.com)				*/
/*				July 2003 												*/
/* 	Items are categorize into TAGS, IDs and CLASSES and are oredered	*/
/*	alphabetically within these categories.								*/
/*																		*/
/************************************************************************/

/******************************* TAGSs **********************************/

a		{
		color: #DDDDDD;
		}
/***************************** END TAGSs ********************************/


/********************************* IDs **********************************/

#homePic{
		position: absolute;
		top: 9px; left: 17px;
		}

#officeList{
		position: absolute;
		top: 150px; left: 150px;
		}			 
		 
#profileList{
		position: absolute;
		top: 150px; left: 5px;
		}

#resourcesList{
		position: absolute;
		top: 150px; left: 370px;
		}
 
#title	{
		position: absolute;
		top: 44px; left: 39px;
		color: white;
		font-size: 27px;
		}

/******************************* END IDs *********************************/



/****************************** CLASSES **********************************/
.sub0, .sub1 {
		display: block;
		}

.main 	{
		font-size: 15px;
		font-weight: bold;	 
		}

.sub0 	{
		margin-left: 10px;
		font-size: 13px;	 
		}

.sub1 	{
		margin-left: 20px;
		font-size: 10px;	 
		}	
/**************************** END CLASSES ********************************/
